Package | Description |
---|---|
org.swtchart | |
org.swtchart.ext.internal.properties | |
org.swtchart.internal.axis |
Modifier and Type | Method and Description |
---|---|
IAxis.Direction |
IAxis.getDirection()
Gets the axis direction.
|
static IAxis.Direction |
IAxis.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IAxis.Direction[] |
IAxis.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private IAxis.Direction |
AxisPage.direction
the axis direction
|
Constructor and Description |
---|
AxisPage(InteractiveChart chart,
PropertiesResources resources,
IAxis.Direction direction,
java.lang.String title)
Constructor.
|
AxisTickPage(InteractiveChart chart,
PropertiesResources resources,
IAxis.Direction direction,
java.lang.String title)
Constructor.
|
GridPage(InteractiveChart chart,
PropertiesResources resources,
IAxis.Direction direction,
java.lang.String title)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private IAxis.Direction |
Axis.direction
the axis direction
|
private IAxis.Direction |
AxisTitle.direction
the direction of axis
|
Modifier and Type | Method and Description |
---|---|
IAxis.Direction |
Axis.getDirection() |
Modifier and Type | Method and Description |
---|---|
private int |
AxisSet.createAxis(IAxis.Direction direction)
Creates the axis for given direction.
|
private void |
AxisSet.deleteAxis(int id,
IAxis.Direction direction)
Deletes the axis with the axis id for given direction.
|
private IAxis |
AxisSet.getAxis(int id,
IAxis.Direction direction)
Gets the axis with axis id for given direction.
|
private int[] |
AxisSet.getAxisIds(IAxis.Direction direction)
Gets the axis ids for given direction.
|
private java.util.HashMap<java.lang.Integer,Axis> |
AxisSet.getAxisMap(IAxis.Direction direction)
Gets the axis map for given direction.
|
private int |
AxisSet.getUniqueId(IAxis.Direction direction)
Gets a unique axis id.
|
Constructor and Description |
---|
Axis(int id,
IAxis.Direction direction,
Chart chart)
Constructor.
|
AxisTitle(Chart chart,
int style,
Axis axis,
IAxis.Direction direction)
Constructor.
|