All Packages Class Hierarchy This Package Previous Next Index
Class JSci.awt.LineGraph3D
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----JSci.awt.DoubleBufferedCanvas
|
+----JSci.awt.LineGraph3D
- public final class LineGraph3D
- extends DoubleBufferedCanvas
- implements Runnable, MouseListener, MouseMotionListener, GraphDataListener
A 3D line graph AWT component.
-
model
-
-
LineGraph3D(Graph3DModel)
- Constructs a 3D line graph.
-
dataChanged(GraphDataEvent)
-
-
getMinimumSize()
- Returns the minimum size of this component.
-
getPreferredSize()
- Returns the preferred size of this component.
-
mouseClicked(MouseEvent)
-
-
mouseDragged(MouseEvent)
-
-
mouseEntered(MouseEvent)
-
-
mouseExited(MouseEvent)
-
-
mouseMoved(MouseEvent)
-
-
mousePressed(MouseEvent)
-
-
mouseReleased(MouseEvent)
-
-
offscreenPaint(Graphics)
- Paint the graph.
-
run()
-
-
setModel(Graph3DModel)
- Sets the data plotted by this graph to the specified data.
model
protected Graph3DModel model
LineGraph3D
public LineGraph3D(Graph3DModel data)
- Constructs a 3D line graph.
setModel
public void setModel(Graph3DModel gm)
- Sets the data plotted by this graph to the specified data.
dataChanged
public void dataChanged(GraphDataEvent e)
run
public void run()
mouseClicked
public void mouseClicked(MouseEvent e)
mousePressed
public void mousePressed(MouseEvent e)
mouseReleased
public void mouseReleased(MouseEvent e)
mouseEntered
public void mouseEntered(MouseEvent e)
mouseExited
public void mouseExited(MouseEvent e)
mouseDragged
public void mouseDragged(MouseEvent e)
mouseMoved
public void mouseMoved(MouseEvent e)
offscreenPaint
protected void offscreenPaint(Graphics g)
- Paint the graph.
- Overrides:
- offscreenPaint in class DoubleBufferedCanvas
getPreferredSize
public Dimension getPreferredSize()
- Returns the preferred size of this component.
- Overrides:
- getPreferredSize in class Component
getMinimumSize
public Dimension getMinimumSize()
- Returns the minimum size of this component.
- Overrides:
- getMinimumSize in class Component
All Packages Class Hierarchy This Package Previous Next Index