All Packages Class Hierarchy This Package Previous Next Index
Class Graph.NodeTextArea
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----Graph.Node
|
+----Graph.NodeTextArea
- public class NodeTextArea
- extends Node
- implements Serializable, MouseListener, MouseMotionListener, KeyListener
Node with a small text area
- See Also:
- Node
-
ta
-
-
NodeTextArea(Integer, GraphEventsAdaptor)
-
-
clone()
-
-
getPreferredSize()
-
-
init()
-
-
insets()
-
-
paint(Graphics)
- paint method comment.
-
resize(double)
-
-
update(Graphics)
-
ta
public TextArea ta
NodeTextArea
public NodeTextArea(Integer id,
GraphEventsAdaptor gea)
clone
public Object clone()
- Overrides:
- clone in class Node
getPreferredSize
public Dimension getPreferredSize()
- Overrides:
- getPreferredSize in class Container
init
public void init()
insets
public Insets insets()
- Overrides:
- insets in class Container
paint
public void paint(Graphics g)
- paint method comment.
- Overrides:
- paint in class Node
resize
public void resize(double percent)
- Overrides:
- resize in class Node
update
public void update(Graphics g)
- Overrides:
- update in class Component
All Packages Class Hierarchy This Package Previous Next Index