public interface Graduations
Modifier and Type | Method and Description |
---|---|
boolean |
contain(double value)
Return true if the interval contain the given value.
|
java.util.List<java.lang.Double> |
getAllValues()
Return all values of this graduation.
|
Graduations |
getAlternative()
Return a child graduation with more values but less than
getMore() |
java.text.DecimalFormat |
getFormat()
Return an adapted number format.
|
double |
getLowerBound()
Return the lower bound.
|
Graduations |
getMore()
Return a child graduation with more values.
|
java.util.List<java.lang.Double> |
getNewValues()
Return values not present in parents graduations.
|
Graduations |
getParentGraduations()
Return the parent graduation.
|
int |
getSubDensity()
Return the density of sub ticks.
|
Graduations |
getSubGraduations()
Return a child graduation for sub ticks.
|
double |
getUpperBound()
Return the upper bound.
|
boolean |
isLowerBoundIncluded()
Return true if the lower bound is included.
|
boolean |
isUpperBoundIncluded()
Return true if the lower bound is included.
|
double getLowerBound()
boolean isLowerBoundIncluded()
double getUpperBound()
boolean isUpperBoundIncluded()
boolean contain(double value)
value
- the given value.java.text.DecimalFormat getFormat()
java.util.List<java.lang.Double> getAllValues()
java.util.List<java.lang.Double> getNewValues()
Graduations getParentGraduations()
Graduations getMore()
Graduations getAlternative()
getMore()
getMore()
Graduations getSubGraduations()
int getSubDensity()