All Packages Class Hierarchy This Package Previous Next Index
Class JSci.swing.JScatterGraph
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----JSci.swing.JDoubleBufferedComponent
|
+----JSci.swing.JGraph2D
|
+----JSci.swing.JScatterGraph
- public class JScatterGraph
- extends JGraph2D
A scatter graph Swing component.
-
JScatterGraph(Graph2DModel)
- Constructs a scatter graph.
-
dataChanged(GraphDataEvent)
- Implementation of GraphDataListener.
-
getMinimumSize()
- Returns the minimum size of this component.
-
getPreferredSize()
- Returns the preferred size of this component.
-
offscreenPaint(Graphics)
- Paint the graph.
JScatterGraph
public JScatterGraph(Graph2DModel gm)
- Constructs a scatter graph.
dataChanged
public void dataChanged(GraphDataEvent e)
- Implementation of GraphDataListener.
- Overrides:
- dataChanged in class JGraph2D
getPreferredSize
public Dimension getPreferredSize()
- Returns the preferred size of this component.
- Overrides:
- getPreferredSize in class JComponent
getMinimumSize
public Dimension getMinimumSize()
- Returns the minimum size of this component.
- Overrides:
- getMinimumSize in class JComponent
offscreenPaint
protected void offscreenPaint(Graphics g)
- Paint the graph.
- Overrides:
- offscreenPaint in class JDoubleBufferedComponent
All Packages Class Hierarchy This Package Previous Next Index