| Package | Description |
|---|---|
| org.eclipse.nebula.visualization.xygraph.linearscale |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearScaleTicks
Default scale tick mark algorithm
|
class |
LinearScaleTicks2
Class to represent a major tick for axes with scientific notation.
|
| Modifier and Type | Method and Description |
|---|---|
ITicksProvider |
LinearScaleTickLabels.getTicksProvider() |
ITicksProvider |
LinearScale.getTicksProvider() |
ITicksProvider |
IScaleProvider.getTicksProvider()
Gets the ticks provider
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LinearScaleTickLabels.setTicksProvider(ITicksProvider ticks)
Sets the ticks provider
|
| Constructor and Description |
|---|
LinearScaleTickLabels(IScaleProvider linearScale,
ITicksProvider ticks)
Constructor.
|