Class StaticTickProvider
java.lang.Object
org.jzy3d.plot3d.primitives.axis.layout.providers.AbstractTickProvider
org.jzy3d.plot3d.primitives.axis.layout.providers.StaticTickProvider
- All Implemented Interfaces:
ITickProvider
- Direct Known Subclasses:
PitchTickProvider
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]
generateTicks
(double min, double max, int steps) int
getSteps()
Methods inherited from class org.jzy3d.plot3d.primitives.axis.layout.providers.AbstractTickProvider
generateTicks
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jzy3d.plot3d.primitives.axis.layout.providers.ITickProvider
generateTicks
-
Field Details
-
values
protected double[] values
-
-
Constructor Details
-
StaticTickProvider
public StaticTickProvider(double[] values) -
StaticTickProvider
public StaticTickProvider(float[] values)
-
-
Method Details
-
generateTicks
public double[] generateTicks(double min, double max, int steps) - Specified by:
generateTicks
in interfaceITickProvider
-
getSteps
public int getSteps()- Specified by:
getSteps
in interfaceITickProvider
-