Class LogarithmicGraduations
java.lang.Object
org.scilab.forge.scirenderer.ruler.graduations.AbstractGraduations
org.scilab.forge.scirenderer.ruler.graduations.LogarithmicGraduations
- All Implemented Interfaces:
Graduations
- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptionstatic LogarithmicGraduations
create
(double lowerBound, boolean lowerBoundIncluded, double upperBound, boolean upperBoundIncluded) static LogarithmicGraduations
create
(double lowerBound, double upperBound) Return all values of this graduation.Return a child graduation with more values but less thangetMore()
getMore()
Return a child graduation with more values.Return values not present in parents graduations.int
Return the density of sub ticks.Return a child graduation for sub ticks.Methods inherited from class org.scilab.forge.scirenderer.ruler.graduations.AbstractGraduations
contain, containRelative, getFormat, getLowerBound, getParentGraduations, getSubGraduations, getUpperBound, isLowerBoundIncluded, isUpperBoundIncluded, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.scilab.forge.scirenderer.ruler.graduations.Graduations
contain, getFormat, getLowerBound, getParentGraduations, getSubGraduations, getUpperBound, isLowerBoundIncluded, isUpperBoundIncluded
-
Method Details
-
create
-
create
public static LogarithmicGraduations create(double lowerBound, boolean lowerBoundIncluded, double upperBound, boolean upperBoundIncluded) -
getAllValues
Description copied from interface:Graduations
Return all values of this graduation.- Specified by:
getAllValues
in interfaceGraduations
- Returns:
- all values of this graduation.
-
getNewValues
Description copied from interface:Graduations
Return values not present in parents graduations.- Specified by:
getNewValues
in interfaceGraduations
- Returns:
- values not present in parents graduations.
-
getMore
Description copied from interface:Graduations
Return a child graduation with more values.- Specified by:
getMore
in interfaceGraduations
- Returns:
- a child graduation with more values.
-
getAlternative
Description copied from interface:Graduations
Return a child graduation with more values but less thangetMore()
- Specified by:
getAlternative
in interfaceGraduations
- Returns:
- a child graduation with more values but less than
getMore()
-
getSubGraduations
Description copied from interface:Graduations
Return a child graduation for sub ticks.- Specified by:
getSubGraduations
in interfaceGraduations
- Returns:
- a child graduation for sub ticks.
-
getSubDensity
public int getSubDensity()Description copied from interface:Graduations
Return the density of sub ticks.- Specified by:
getSubDensity
in interfaceGraduations
- Returns:
- the density of sub ticks.
-