@Component public class WmsConfigBean extends Object
| Constructor and Description |
|---|
WmsConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxImageHeight() |
int |
getMaxImageWidth() |
String |
getPaletteLocationDir() |
boolean |
isAllow() |
boolean |
isAllowRemote() |
void |
setAllow(boolean allow) |
void |
setAllowRemote(boolean allowRemote) |
void |
setMaxImageHeight(int maxImageHeight) |
void |
setMaxImageWidth(int maxImageWidth) |
void |
setPaletteLocationDir(String paletteLocationDir) |
public boolean isAllow()
public void setAllow(boolean allow)
public boolean isAllowRemote()
public void setAllowRemote(boolean allowRemote)
public String getPaletteLocationDir()
public void setPaletteLocationDir(String paletteLocationDir)
public int getMaxImageWidth()
public void setMaxImageWidth(int maxImageWidth)
public int getMaxImageHeight()
public void setMaxImageHeight(int maxImageHeight)