|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.wmsclient.configuration.MapSize
Field Summary | |
private boolean |
free
|
private int |
height
|
private boolean |
selected
|
private int |
width
|
Constructor Summary | |
MapSize(int width,
int height,
boolean selected,
boolean free)
Creates a new instance of MapSize |
Method Summary | |
int |
getHeight()
returns the map height. |
int |
getWidth()
returns the map width. |
boolean |
isFree()
returns true if the MapSize represents a field (combination) that allows the user to enter his own map size |
boolean |
isSelected()
returns true if the map size is selected. the user have to ensure that only one map size is in selected state |
void |
setSelected(boolean selected)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private boolean selected
private boolean free
private int height
private int width
Constructor Detail |
public MapSize(int width, int height, boolean selected, boolean free)
Method Detail |
public int getWidth()
public int getHeight()
public boolean isSelected()
public void setSelected(boolean selected)
selected
- public boolean isFree()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |