All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.awt.ScatterGraph

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----JSci.awt.DoubleBufferedCanvas
                           |
                           +----JSci.awt.Graph2D
                                   |
                                   +----JSci.awt.ScatterGraph

public class ScatterGraph
extends Graph2D
A scatter graph AWT component.


Constructor Index

 o ScatterGraph(Graph2DModel)
Constructs a scatter graph.

Method Index

 o dataChanged(GraphDataEvent)
Implementation of GraphDataListener.
 o getMinimumSize()
Returns the minimum size of this component.
 o getPreferredSize()
Returns the preferred size of this component.
 o offscreenPaint(Graphics)
Paint the graph.

Constructors

 o ScatterGraph
 public ScatterGraph(Graph2DModel gm)
Constructs a scatter graph.

Methods

 o dataChanged
 public void dataChanged(GraphDataEvent e)
Implementation of GraphDataListener.

Overrides:
dataChanged in class Graph2D
 o getPreferredSize
 public Dimension getPreferredSize()
Returns the preferred size of this component.

Overrides:
getPreferredSize in class Component
 o getMinimumSize
 public Dimension getMinimumSize()
Returns the minimum size of this component.

Overrides:
getMinimumSize in class Component
 o offscreenPaint
 protected void offscreenPaint(Graphics g)
Paint the graph.

Overrides:
offscreenPaint in class DoubleBufferedCanvas

All Packages  Class Hierarchy  This Package  Previous  Next  Index