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