Class javaLabView.Name
All Packages Class Hierarchy This Package Previous Next Index
Class javaLabView.Name
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----javaLabView.Moveable
|
+----javaLabView.Name
- public class Name
- extends Moveable
-
Name(Map)
-
-
Name(Map, Point)
-
-
Name(String, Map, Point)
-
-
lock(boolean)
- Locks this Name in place.
-
main(String[])
-
Test method for this class...
-
paint(Graphics)
- Defines the icon for the map representation of this Node.
-
setLabel(String)
-
-
toString()
-
Name
public Name(String text,
Map m,
Point l)
Name
public Name(Map m,
Point l)
Name
public Name(Map m)
setLabel
public void setLabel(String text)
toString
public String toString()
- Overrides:
- toString in class Component
lock
public void lock(boolean lock)
- Locks this Name in place.
paint
public void paint(Graphics g)
- Defines the icon for the map representation of this Node.
- Parameters:
- g - the graphics context.
- Overrides:
- paint in class Component
main
public static void main(String arg[])
- Test method for this class...
This method only gets called when the class is launched
from the command line.
All Packages Class Hierarchy This Package Previous Next Index