All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fi.helsinki.cs.MapDrawer.WindowLayout

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

public class WindowLayout
extends CombinedLayout
Window combined layout - A layout manager where the available area is divided into four non-overlapping rectangles.


Constructor Index

 o WindowLayout()

Method Index

 o setProperty(MapDProp)
Properties supported: hdiv (horizontal dividing coord.) vdiv (vertical dividing coord.)

Constructors

 o WindowLayout
 public WindowLayout()

Methods

 o setProperty
 public int setProperty(MapDProp p)
Properties supported: hdiv (horizontal dividing coord.) vdiv (vertical dividing coord.)

Overrides:
setProperty in class NullScaler

All Packages  Class Hierarchy  This Package  Previous  Next  Index