Uses of Class
jcckit.GraphicsPlotCanvas

Packages that use GraphicsPlotCanvas
jcckit Application and applet classes for immediate use. 
 

Uses of GraphicsPlotCanvas in jcckit
 

Subclasses of GraphicsPlotCanvas in jcckit
 class Graphics2DPlotCanvas
          A subclass of GraphicsPlotCanvas for the Graphics2DRenderer.
 

Methods in jcckit with parameters of type GraphicsPlotCanvas
protected static void GraphicsPlotCanvas.connectDataAndShow(java.lang.String fileName, ConfigParameters config, GraphicsPlotCanvas plotCanvas)
          Connects plotCanvas with data created from config and shows the chart in a Frame where fileName appears in the title.
 

Constructors in jcckit with parameters of type GraphicsPlotCanvas
GraphicsPlotCanvas.GraphicsCanvas()