Uses of Class
jcckit.plot.PlotCanvas

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

Uses of PlotCanvas in jcckit
 

Subclasses of PlotCanvas in jcckit
 class Graphics2DPlotCanvas
          A subclass of GraphicsPlotCanvas for the Graphics2DRenderer.
 class GraphicsPlotCanvas
          Class which handles plotting into a Graphics context based on the GraphicsRenderer.
 class GraphicsPlotCanvas2
          Java 2 aware extentions of GraphicsPlotCanvas.
 

Methods in jcckit with parameters of type PlotCanvas
static java.lang.String SVGPlotter.makeSVG(PlotCanvas canvas, java.lang.String renderer)
          Creates an SVG document from the specified plot canvas.