Package | Description |
---|---|
org.swtchart | |
org.swtchart.ext.internal.properties | |
org.swtchart.internal.axis |
Modifier and Type | Method and Description |
---|---|
IAxis.Position |
IAxis.getPosition()
Gets the axis position.
|
static IAxis.Position |
IAxis.Position.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IAxis.Position[] |
IAxis.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IAxis.setPosition(IAxis.Position position)
Sets the axis position.
|
Modifier and Type | Field and Description |
---|---|
protected IAxis.Position[] |
AxisPage.positions
the positions
|
Modifier and Type | Field and Description |
---|---|
private IAxis.Position |
Axis.position
the axis position
|
Modifier and Type | Method and Description |
---|---|
IAxis.Position |
Axis.getPosition() |
Modifier and Type | Method and Description |
---|---|
private void |
AxisTickMarks.drawXTickMarks(org.eclipse.swt.graphics.GC gc,
java.util.ArrayList<java.lang.Integer> tickLabelPositions,
IAxis.Position position)
Draw the X tick marks.
|
private void |
AxisTickMarks.drawYTickMarks(org.eclipse.swt.graphics.GC gc,
java.util.ArrayList<java.lang.Integer> tickLabelPositions,
IAxis.Position position)
Draw the Y tick marks.
|
void |
Axis.setPosition(IAxis.Position position) |