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 LogarithmicGraduationscreate(double lowerBound, boolean lowerBoundIncluded, double upperBound, boolean upperBoundIncluded) static LogarithmicGraduationscreate(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.intReturn the density of sub ticks.Return a child graduation for sub ticks.Methods inherited from class AbstractGraduations
contain, containRelative, getFormat, getLowerBound, getParentGraduations, getSubGraduations, getUpperBound, isLowerBoundIncluded, isUpperBoundIncluded, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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:GraduationsReturn all values of this graduation.- Specified by:
getAllValuesin interfaceGraduations- Returns:
- all values of this graduation.
-
getNewValues
Description copied from interface:GraduationsReturn values not present in parents graduations.- Specified by:
getNewValuesin interfaceGraduations- Returns:
- values not present in parents graduations.
-
getMore
Description copied from interface:GraduationsReturn a child graduation with more values.- Specified by:
getMorein interfaceGraduations- Returns:
- a child graduation with more values.
-
getAlternative
Description copied from interface:GraduationsReturn a child graduation with more values but less thangetMore()- Specified by:
getAlternativein interfaceGraduations- Returns:
- a child graduation with more values but less than
getMore()
-
getSubGraduations
Description copied from interface:GraduationsReturn a child graduation for sub ticks.- Specified by:
getSubGraduationsin interfaceGraduations- Returns:
- a child graduation for sub ticks.
-
getSubDensity
public int getSubDensity()Description copied from interface:GraduationsReturn the density of sub ticks.- Specified by:
getSubDensityin interfaceGraduations- Returns:
- the density of sub ticks.
-