Uses of Class
chart.Chart

Packages that use Chart
actionListeners   
chart   
data   
gui.dialogs   
gui.frames   
gui.menus   
gui.panels   
xdat   
 

Uses of Chart in actionListeners
 

Fields in actionListeners declared as Chart
private  Chart AxisDisplaySettingsAxisChoiceComboActionListener.chart
          The chart for which the settings are edited.
private  Chart ChartFrameOptionsMenuActionListener.chart
          The chart.
private  Chart AxisDisplaySettingsActionListener.chart
          The chart for which the settings are edited.
private  Chart ChartSpecificDisplaySettingsDialogActionListener.chart
          The chart.
 

Constructors in actionListeners with parameters of type Chart
AxisDisplaySettingsActionListener(javax.swing.JDialog dialog, AxisDisplaySettingsPanel panel, Chart chart)
          Instantiates a new axis display settings action listener for a specific Chart.
AxisDisplaySettingsAxisChoiceComboActionListener(Chart chart, AxisDisplaySettingsPanel panel, javax.swing.JComboBox combo)
          Instantiates a new axis display settings axis choice combo action listener.
ChartDisplaySettingsActionListener(Main mainWindow, ChartDisplaySettingsPanel panel, Chart chart)
          Instantiates a new chart display settings action listener to edit settings for a specific chart.
ChartFrameOptionsMenuActionListener(Main mainWindow, Chart chart, ChartFrame chartFrame)
          Instantiates a new chart frame options menu action listener.
ChartSpecificDisplaySettingsDialogActionListener(Main mainWindow, DisplaySettingsDialog dialog, Chart chart, ChartFrame chartFrame)
          Instantiates a new chart specific display settings dialog action listener.
 

Uses of Chart in chart
 

Fields in chart declared as Chart
private  Chart Axis.chart
          The Chart to which this Axis belongs.
 

Methods in chart that return Chart
 Chart Axis.getChart()
          Gets the chart to which this Axis belongs.
 

Constructors in chart with parameters of type Chart
Axis(DataSheet dataSheet, Chart chart, Parameter parameter)
          Instantiates a new Axis.
 

Uses of Chart in data
 

Methods in data with parameters of type Chart
 void Design.evaluateBounds(Chart chart)
          Checks whether the design is within the bounds of all axes of the given Chart and updates the boolean field insideBounds accordingly.
 void DataSheet.evaluateBoundsForAllDesigns(Chart chart)
          Evaluate each Design to check whether it is within all axis bounds.
 boolean Design.isActive(Chart chart)
          Checks whether the design is active.
 boolean Design.isInsideBounds(Chart chart)
          Returns the value of the boolean field insideBounds.
 

Uses of Chart in gui.dialogs
 

Constructors in gui.dialogs with parameters of type Chart
DisplaySettingsDialog(Main mainWindow, Chart chart, ChartFrame chartFrame)
          Instantiates a new display settings dialog.
 

Uses of Chart in gui.frames
 

Fields in gui.frames declared as Chart
private  Chart ChartFrame.chart
          The chart.
 

Methods in gui.frames that return Chart
 Chart ChartFrame.getChart()
          Gets the chart.
 

Constructors in gui.frames with parameters of type Chart
ChartFrame(Main mainWindow, Chart chart)
          Instantiates a new chart frame.
 

Uses of Chart in gui.menus
 

Constructors in gui.menus with parameters of type Chart
ChartFrameMenuBar(Main mainWindow, ChartFrame chartFrame, Chart chart)
          Instantiates a new chart frame menu bar.
ChartFrameSelectParametersMenu(Main mainWindow, ChartFrame chartFrame, Chart chart)
          Instantiates a new chart frame select parameters menu.
 

Uses of Chart in gui.panels
 

Fields in gui.panels declared as Chart
private  Chart ChartPanel.chart
          The chart.
 

Methods in gui.panels with parameters of type Chart
 void AxisDisplaySettingsPanel.setOkCancelButtonTargetChart(Chart chart)
          Tells the panel that the settings should be applied to the a specific chart
 void ChartDisplaySettingsPanel.setOkCancelButtonTargetChart(Chart chart)
          Tells the panel that the settings should be applied to the the chart specified in the argument.
 

Constructors in gui.panels with parameters of type Chart
ChartPanel(DataSheet dataSheet, Chart chart)
          Instantiates a new chart panel.
 

Uses of Chart in xdat
 

Fields in xdat with type parameters of type Chart
private  java.util.Vector<Chart> Session.charts
          All active charts.
 

Methods in xdat that return Chart
 Chart Session.getChart(int index)
          Gets a chart from this session.
 

Methods in xdat with parameters of type Chart
 void Session.addChart(Chart chart)
          Adds a chart to the session.
 boolean Session.removeChart(Chart chart)
          Removes a chart from the session.