Package | Description |
---|---|
org.swtchart | |
org.swtchart.ext | |
org.swtchart.ext.internal.properties | |
org.swtchart.internal.axis | |
org.swtchart.internal.series |
Modifier and Type | Method and Description |
---|---|
IAxis[] |
IAxisSet.getAxes()
Gets the array of all axes.
|
IAxis[] |
IAxisSet.getXAxes()
Gets the array of X axes.
|
IAxis |
IAxisSet.getXAxis(int id)
Gets the X axis for the given id.
|
IAxis[] |
IAxisSet.getYAxes()
Gets the array of Y axes.
|
IAxis |
IAxisSet.getYAxis(int id)
Gets the Y axis for given index.
|
Modifier and Type | Method and Description |
---|---|
private IAxis[] |
InteractiveChart.getAxes(int orientation)
Gets the axes for given orientation.
|
Modifier and Type | Method and Description |
---|---|
private void |
InteractiveChart.setRange(org.eclipse.swt.graphics.Point range,
IAxis axis)
Sets the axis range.
|
Modifier and Type | Field and Description |
---|---|
private IAxis[] |
GridPage.axes
the axes
|
private IAxis[] |
AxisTickPage.axes
the axes
|
private IAxis[] |
AxisPage.axes
the axes
|
Modifier and Type | Class and Description |
---|---|
class |
Axis
An axis.
|
Modifier and Type | Method and Description |
---|---|
IAxis[] |
AxisSet.getAxes() |
private IAxis |
AxisSet.getAxis(int id,
IAxis.Direction direction)
Gets the axis with axis id for given direction.
|
IAxis[] |
AxisSet.getXAxes() |
IAxis |
AxisSet.getXAxis(int id) |
IAxis[] |
AxisSet.getYAxes() |
IAxis |
AxisSet.getYAxis(int id) |
Modifier and Type | Method and Description |
---|---|
private int |
Series.getPixelCoordinate(IAxis axis,
int index)
Gets the pixel coordinates with given axis and series index.
|
private void |
SeriesSet.updateStackAndRiserData(IAxis xAxis,
IAxis yAxis)
Updates the stack and riser data for given axes.
|