Uses of Class
org.statcato.graph.StatcatoChartFrame

Packages that use StatcatoChartFrame
org.statcato Provides classes for application main frame, log internal frame, and Datasheet pane. 
 

Uses of StatcatoChartFrame in org.statcato
 

Methods in org.statcato that return types with arguments of type StatcatoChartFrame
 java.util.ArrayList<StatcatoChartFrame> Statcato.getChartFrames()
           
 

Methods in org.statcato with parameters of type StatcatoChartFrame
 void Statcato.addWindowFrame(StatcatoChartFrame frame)
          Add the given frame to the list of window frames.
 void Statcato.removeWindowFrame(StatcatoChartFrame frame)
          Removes the given frame from the list of window frames.
 

Constructors in org.statcato with parameters of type StatcatoChartFrame
StatcatoChartMenuItem(java.lang.String title, StatcatoChartFrame frame)
          Constructor.