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.
-
NullScaler()
-
-
getBoundRect()
- Get the bounding rectangle of this area.
-
ScalePoint(RelPoint)
-
-
setProperty(MapDProp)
-
-
toPolygon()
- Give the shape of this area as a Polygon.
NullScaler
public NullScaler()
ScalePoint
public RelPoint ScalePoint(RelPoint org)
toPolygon
public Vector toPolygon()
- Give the shape of this area as a Polygon.
- Overrides:
- toPolygon in class LayoutObject
getBoundRect
public RelRect getBoundRect()
- Get the bounding rectangle of this area.
- Overrides:
- getBoundRect in class LayoutObject
setProperty
public int setProperty(MapDProp p)
- Overrides:
- setProperty in class LayoutObject
All Packages Class Hierarchy This Package Previous Next Index