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 class
LinearScaleTicks
Default scale tick mark algorithmclass
LinearScaleTicks2
Class 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 ITicksProvider
IScaleProvider. getTicksProvider()
Gets the ticks providerITicksProvider
LinearScale. getTicksProvider()
ITicksProvider
LinearScaleTickLabels. getTicksProvider()
Methods in org.eclipse.nebula.visualization.xygraph.linearscale with parameters of type ITicksProvider Modifier and Type Method Description protected void
LinearScaleTickLabels. 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.