com.bbn.openmap.examples.beanbox
Class WallFormationLayout
java.lang.Object
|
+--com.bbn.openmap.tools.beanbox.BeanLayoutManager
|
+--com.bbn.openmap.examples.beanbox.WallFormationLayout
- All Implemented Interfaces:
- java.io.Serializable
- public class WallFormationLayout
- extends BeanLayoutManager
A layout manager for laying out SimpleBeanbObject beans in a wall
forrmation. The WallFormationLayout object is itself a bean.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WallFormationLayout
public WallFormationLayout()
WallFormationLayout
public WallFormationLayout(float sep,
float bearing,
SimpleBeanContainer c)
getSeparationInNM
public float getSeparationInNM()
setSeparationInNM
public void setSeparationInNM(float sep)
getBearingInDeg
public float getBearingInDeg()
setBearingInDeg
public void setBearingInDeg(float bearing)
layoutContainer
public void layoutContainer()
- Called by the SimpleBeanContainer to layout its contents.
- Specified by:
layoutContainer
in class BeanLayoutManager
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details