Class tred.StreamItem
All Packages Class Hierarchy This Package Previous Next Index
Class tred.StreamItem
java.lang.Object
|
+----tred.EditorObject
|
+----tred.Item
|
+----tred.StreamItem
- public class StreamItem
- extends Item
Implementation to Items of stream. StreamItems are items which have a
label (usually just one letter) which is displayed inside a bounding box.
-
paint(Graphics)
-
This method is invoked when this item is draw into the screen.
paint
public boolean paint(Graphics g)
- This method is invoked when this item is draw into the screen.
First the super.paint() is invoked. After that, the StreamItem is
displayed as a label (just on letter) inside a bounding box.
- Returns:
- value of super.paint().
- Overrides:
- paint in class Item
All Packages Class Hierarchy This Package Previous Next Index