All Packages Class Hierarchy This Package Previous Next Index
Class Graph.GraphPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----Graph.GraphPanel
- public class GraphPanel
- extends Panel
- implements KeyListener, MouseListener, MouseMotionListener
Nodes and edges are drawn on the GraphPanel. It supports double-buffering.
- See Also:
- GraphEventsAdaptor
-
GraphPanel(GraphEventsAdaptor)
- GraphPanel constructor comment.
-
clear()
-
-
hideAttr()
-
Hides the Edge Attributes
-
keyPressed(KeyEvent)
- keyPressed method comment.
-
keyReleased(KeyEvent)
- keyReleased method comment.
-
keyTyped(KeyEvent)
- keyTyped method comment.
-
mouseClicked(MouseEvent)
- mouseClicked method comment.
-
mouseDragged(MouseEvent)
- mouseDragged method comment.
-
mouseEntered(MouseEvent)
- mouseEntered method comment.
-
mouseExited(MouseEvent)
- mouseExited method comment.
-
mouseMoved(MouseEvent)
- mouseMoved method comment.
-
mousePressed(MouseEvent)
- mousePressed method comment.
-
mouseReleased(MouseEvent)
- mouseReleased method comment.
-
paint(Graphics)
-
-
showAttr()
-
Shows the Edge Attributes
-
update(Graphics)
-
Usual update for the double buffered Graphics
GraphPanel
public GraphPanel(GraphEventsAdaptor gea)
- GraphPanel constructor comment.
clear
public void clear()
hideAttr
public void hideAttr()
- Hides the Edge Attributes
keyPressed
public void keyPressed(KeyEvent e)
- keyPressed method comment.
keyReleased
public void keyReleased(KeyEvent e)
- keyReleased method comment.
keyTyped
public void keyTyped(KeyEvent e)
- keyTyped method comment.
mouseClicked
public void mouseClicked(MouseEvent e)
- mouseClicked method comment.
mouseDragged
public void mouseDragged(MouseEvent e)
- mouseDragged method comment.
mouseEntered
public void mouseEntered(MouseEvent e)
- mouseEntered method comment.
mouseExited
public void mouseExited(MouseEvent e)
- mouseExited method comment.
mouseMoved
public void mouseMoved(MouseEvent e)
- mouseMoved method comment.
mousePressed
public void mousePressed(MouseEvent e)
- mousePressed method comment.
mouseReleased
public void mouseReleased(MouseEvent e)
- mouseReleased method comment.
paint
public void paint(Graphics g)
- Overrides:
- paint in class Container
showAttr
public void showAttr()
- Shows the Edge Attributes
update
public void update(Graphics g)
- Usual update for the double buffered Graphics
- Overrides:
- update in class Component
All Packages Class Hierarchy This Package Previous Next Index