Uses of Class
chart.Axis

Packages that use Axis
actionListeners   
chart   
gui.panels   
 

Uses of Axis in actionListeners
 

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
 

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 gui.panels
 

Methods in gui.panels with parameters of type Axis
 void AxisDisplaySettingsPanel.setStates(Axis axis)
          Sets the initial states of all controls.