Uses of Interface
org.eclipse.nebula.visualization.xygraph.linearscale.ITicksProvider
| Package | Description |
|---|---|
| org.eclipse.nebula.visualization.xygraph.linearscale |
-
Uses of ITicksProvider in org.eclipse.nebula.visualization.xygraph.linearscale
Classes in org.eclipse.nebula.visualization.xygraph.linearscale that implement ITicksProvider Modifier and Type Class Description classLinearScaleTicksDefault scale tick mark algorithmclassLinearScaleTicks2Class to represent a major tick for axes with scientific notation.Methods in org.eclipse.nebula.visualization.xygraph.linearscale that return ITicksProvider Modifier and Type Method Description ITicksProviderIScaleProvider. getTicksProvider()Gets the ticks providerITicksProviderLinearScale. getTicksProvider()ITicksProviderLinearScaleTickLabels. getTicksProvider()Methods in org.eclipse.nebula.visualization.xygraph.linearscale with parameters of type ITicksProvider Modifier and Type Method Description protected voidLinearScaleTickLabels. setTicksProvider(ITicksProvider ticks)Sets the ticks providerConstructors in org.eclipse.nebula.visualization.xygraph.linearscale with parameters of type ITicksProvider Constructor Description LinearScaleTickLabels(IScaleProvider linearScale, ITicksProvider ticks)Constructor.