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

Constructor Index

 o PointElement()

Method Index

 o draw(Graphics, MapDrawer, Stack, int)
Draw this element.
 o setProperty(MapDProp)
Properties supported: pt (the location) icon (the image)

Constructors

 o PointElement
 public PointElement()

Methods

 o draw
 public void draw(Graphics g,
                  MapDrawer contr,
                  Stack layout,
                  int level)
Draw this element.

Overrides:
draw in class MapElement
 o 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