public final class LogarithmicGraduations extends AbstractGraduations implements Graduations
| Modifier and Type | Method and Description |
|---|---|
static LogarithmicGraduations |
create(double lowerBound,
boolean lowerBoundIncluded,
double upperBound,
boolean upperBoundIncluded) |
static LogarithmicGraduations |
create(double lowerBound,
double upperBound) |
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() |
Graduations |
getMore()
Return a child graduation with more values.
|
java.util.List<java.lang.Double> |
getNewValues()
Return values not present in parents graduations.
|
int |
getSubDensity()
Return the density of sub ticks.
|
Graduations |
getSubGraduations()
Return a child graduation for sub ticks.
|
contain, containRelative, getFormat, getLowerBound, getParentGraduations, getSubGraduations, getUpperBound, isLowerBoundIncluded, isUpperBoundIncluded, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontain, getFormat, getLowerBound, getParentGraduations, getSubGraduations, getUpperBound, isLowerBoundIncluded, isUpperBoundIncludedpublic static LogarithmicGraduations create(double lowerBound, double upperBound)
public static LogarithmicGraduations create(double lowerBound, boolean lowerBoundIncluded, double upperBound, boolean upperBoundIncluded)
public java.util.List<java.lang.Double> getAllValues()
GraduationsgetAllValues in interface Graduationspublic java.util.List<java.lang.Double> getNewValues()
GraduationsgetNewValues in interface Graduationspublic Graduations getMore()
GraduationsgetMore in interface Graduationspublic Graduations getAlternative()
GraduationsgetMore()getAlternative in interface GraduationsgetMore()public Graduations getSubGraduations()
GraduationsgetSubGraduations in interface Graduationspublic int getSubDensity()
GraduationsgetSubDensity in interface Graduations