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, getFormat, getLowerBound, getParentGraduations, getUpperBound, isLowerBoundIncluded, isUpperBoundIncluded, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
contain, getFormat, getLowerBound, getParentGraduations, getUpperBound, isLowerBoundIncluded, isUpperBoundIncluded
public 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()
Graduations
getAllValues
in interface Graduations
public java.util.List<java.lang.Double> getNewValues()
Graduations
getNewValues
in interface Graduations
public Graduations getMore()
Graduations
getMore
in interface Graduations
public Graduations getAlternative()
Graduations
getMore()
getAlternative
in interface Graduations
getMore()
public Graduations getSubGraduations()
Graduations
getSubGraduations
in interface Graduations
public int getSubDensity()
Graduations
getSubDensity
in interface Graduations