All Packages Class Hierarchy This Package Previous Next Index
Class fi.helsinki.cs.MapDrawer.TextElement
java.lang.Object
|
+----fi.helsinki.cs.MapDrawer.MapElement
|
+----fi.helsinki.cs.MapDrawer.PointElement
|
+----fi.helsinki.cs.MapDrawer.TextElement
- public class TextElement
- extends PointElement
-
TextElement()
-
-
draw(Graphics, MapDrawer, Stack, int)
- Draws the icon and the text of this element.
-
getProperty(MapDProp)
- Property supported: text.
-
setProperty(MapDProp)
- Property supported: text.
TextElement
public TextElement()
draw
public void draw(Graphics g,
MapDrawer contr,
Stack layout,
int level)
- Draws the icon and the text of this element.
- Overrides:
- draw in class PointElement
setProperty
public int setProperty(MapDProp p)
- Property supported: text.
- Overrides:
- setProperty in class PointElement
getProperty
public int getProperty(MapDProp p)
- Property supported: text.
- Overrides:
- getProperty in class MapElement
All Packages Class Hierarchy This Package Previous Next Index