Class javaLabView.Icon
All Packages Class Hierarchy This Package Previous Next Index
Class javaLabView.Icon
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----javaLabView.Moveable
|
+----javaLabView.Icon
- public class Icon
- extends Moveable
-
Icon()
-
-
Icon(String, Map, Point)
-
-
getIconLabel()
-
-
main(String[])
-
Test method for this class...
-
move(Point)
-
-
paint(Graphics)
- Defines the icon for the map representation of this Node.
-
removeIcon()
-
Icon
public Icon(String label,
Map m,
Point l)
Icon
public Icon()
removeIcon
public void removeIcon()
getIconLabel
public Name getIconLabel()
move
public void move(Point delta)
- Overrides:
- move in class Moveable
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