Class javaLabView.OutputIcon
All Packages Class Hierarchy This Package Previous Next Index
Class javaLabView.OutputIcon
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----javaLabView.Moveable
|
+----javaLabView.Icon
|
+----javaLabView.OutputIcon
- public class OutputIcon
- extends Icon
-
OutputIcon(Map)
-
-
OutputIcon(Map, Point)
-
-
OutputIcon(String, Map, Point)
-
-
paint(Graphics)
- Refines the icon for the map representation of this Node.
OutputIcon
public OutputIcon(String label,
Map m,
Point l)
OutputIcon
public OutputIcon(Map m,
Point l)
OutputIcon
public OutputIcon(Map m)
paint
public void paint(Graphics g)
- Refines the icon for the map representation of this Node.
- Parameters:
- g - the graphics context.
- Overrides:
- paint in class Icon
All Packages Class Hierarchy This Package Previous Next Index