Package | Description |
---|---|
org.eclipse.nebula.visualization.xygraph.figures | |
org.eclipse.nebula.visualization.xygraph.linearscale |
Modifier and Type | Class | Description |
---|---|---|
class |
Axis |
The axis figure.
|
class |
DAxis |
The Diamond Light Source implementation of the axis figure.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LinearScale |
Linear(straight) scale has the tick labels and tick marks on a straight line.
|
Modifier and Type | Method | Description |
---|---|---|
IScaleProvider |
LinearScaleTickLabels.getScale() |
Modifier and Type | Method | Description |
---|---|---|
void |
LinearScaleTickLabels.setScale(IScaleProvider scale) |
sets the type of scale
|
Constructor | Description |
---|---|
LinearScaleTickLabels(IScaleProvider linearScale) |
Constructor.
|
LinearScaleTickLabels(IScaleProvider linearScale,
ITicksProvider ticks) |
Constructor.
|
LinearScaleTicks(IScaleProvider scale) |
constructor
|
TickFactory(IScaleProvider scale) |
|
TickFactory(TickFactory.TickFormatting format,
IScaleProvider scale) |