|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Axis | |
---|---|
actionListeners | |
chart | |
data | |
gui.panels |
Uses of Axis in actionListeners |
---|
Fields in actionListeners declared as Axis | |
---|---|
private Axis |
AxisDisplaySettingsActionListener.currentAxis
The Axis currently being edited. |
Methods in actionListeners that return Axis | |
---|---|
Axis |
AxisDisplaySettingsActionListener.getCurrentAxis()
Gets the axis that is currently being edited. |
Methods in actionListeners with parameters of type Axis | |
---|---|
void |
AxisDisplaySettingsActionListener.applySettings(Axis axis)
Apply settings. |
void |
AxisDisplaySettingsActionListener.setCurrentAxis(Axis currentAxis)
Sets the current axis. |
Uses of Axis in chart |
---|
Fields in chart declared as Axis | |
---|---|
private Axis |
Filter.axis
The axis to which the Filter belongs. |
Fields in chart with type parameters of type Axis | |
---|---|
private java.util.Vector<Axis> |
Chart.axes
The axes on this Chart. |
Methods in chart that return Axis | |
---|---|
Axis |
Filter.getAxis()
Gets the axis to which the Filter belongs. |
Axis |
Chart.getAxis(int index)
Gets an Axis by its index. |
Axis |
Chart.getAxis(java.lang.String parameterName)
Gets an Axis by its name. |
Methods in chart with parameters of type Axis | |
---|---|
void |
Chart.addAxis(Axis axis)
Adds the axis. |
void |
Chart.addAxis(int index,
Axis axis)
Adds an Axis at the position index. |
Constructors in chart with parameters of type Axis | |
---|---|
Filter(DataSheet dataSheet,
Axis axis,
int filterType)
Instantiates a new filter. |
Uses of Axis in data |
---|
Methods in data with parameters of type Axis | |
---|---|
private boolean |
Design.isInsideBounds(Axis axis)
Checks if the design is inside the bounds for a given Axis. |
Uses of Axis in gui.panels |
---|
Methods in gui.panels with parameters of type Axis | |
---|---|
void |
AxisDisplaySettingsPanel.setStates(Axis axis)
Sets the initial states of all controls. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |