All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fi.helsinki.cs.MapDrawer.NullScaler

java.lang.Object
   |
   +----fi.helsinki.cs.MapDrawer.LayoutObject
           |
           +----fi.helsinki.cs.MapDrawer.NullScaler

public class NullScaler
extends LayoutObject
Null Layout - This layout is a dummy layout which fills its whole bounding rectangle.


Constructor Index

 o NullScaler()

Method Index

 o getBoundRect()
Get the bounding rectangle of this area.
 o ScalePoint(RelPoint)
 o setProperty(MapDProp)
 o toPolygon()
Give the shape of this area as a Polygon.

Constructors

 o NullScaler
 public NullScaler()

Methods

 o ScalePoint
 public RelPoint ScalePoint(RelPoint org)
 o toPolygon
 public Vector toPolygon()
Give the shape of this area as a Polygon.

Overrides:
toPolygon in class LayoutObject
 o getBoundRect
 public RelRect getBoundRect()
Get the bounding rectangle of this area.

Overrides:
getBoundRect in class LayoutObject
 o setProperty
 public int setProperty(MapDProp p)
Overrides:
setProperty in class LayoutObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index