All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fi.helsinki.cs.MapDrawer.FormedContainer

java.lang.Object
   |
   +----fi.helsinki.cs.MapDrawer.MapElement
           |
           +----fi.helsinki.cs.MapDrawer.StripeElement
                   |
                   +----fi.helsinki.cs.MapDrawer.FormedContainer

public class FormedContainer
extends StripeElement

Constructor Index

 o FormedContainer()

Method Index

 o draw(Graphics, MapDrawer, Stack, int)
Draw this FormedContainer.

Constructors

 o FormedContainer
 public FormedContainer()

Methods

 o draw
 public void draw(Graphics g,
                  MapDrawer contr,
                  Stack layout,
                  int level)
Draw this FormedContainer. The area is drawn as a polygon and the children are drawn.

Overrides:
draw in class StripeElement

All Packages  Class Hierarchy  This Package  Previous  Next  Index