Class MODouble
- java.lang.Object
-
- ext.plantuml.com.ctreber.aclib.gui.MonitoredObject
-
- ext.plantuml.com.ctreber.aclib.gui.MODouble
-
public class MODouble extends MonitoredObject
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkRange()
Check value agains (possibly defined) constraints.double
get()
void
set(double pDouble)
-
Methods inherited from class ext.plantuml.com.ctreber.aclib.gui.MonitoredObject
addChangeListener, removeChangeListener
-
-
-
-
Method Detail
-
set
public void set(double pDouble)
-
get
public double get()
-
checkRange
public boolean checkRange()
Description copied from class:MonitoredObject
Check value agains (possibly defined) constraints.
- Specified by:
checkRange
in classMonitoredObject
- Returns:
- True if value is within range or range is not checked.
-
-