public abstract class Solutions.Issue.DoubleProperty extends Solutions.Issue.CustomProperty
Constructor and Description |
---|
DoubleProperty(java.lang.String label,
java.lang.String toolTip,
double min,
double max) |
Modifier and Type | Method and Description |
---|---|
abstract double |
get() |
double |
getMax() |
double |
getMin() |
abstract void |
set(double value) |
getLabel, getToolTip