|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.wmsclient.configuration.MapOperationFactor
Field Summary | |
private double |
factor
|
private boolean |
free
|
private boolean |
selected
|
Constructor Summary | |
MapOperationFactor(double factor,
boolean selected,
boolean free)
Creates a new MapOperationFactor object. |
Method Summary | |
double |
getFactor()
returns the numeric factor to be used in a map operation like zoom or pan |
boolean |
isFree()
returns true if the MapOperationFactor represents a field that allows the user to enter his own map size |
boolean |
isSelected()
returns true if the zoom factor is selected. |
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 free
private boolean selected
private double factor
Constructor Detail |
public MapOperationFactor(double factor, boolean selected, boolean free)
factor
- selected
- true if the zoom factor is selected.free
- true if the MapOperationFactor represents a field
that allows the user to enter his own map sizeMethod Detail |
public double getFactor()
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 |