| Package | com.addicted2flash.layout.strategy |
| Class | public class BoxLayout |
| Implements | ILayout |
| Property | Defined by | ||
|---|---|---|---|
| orientation : int
Returns the orientation of the layout.
| BoxLayout | ||
| Method | Defined by | ||
|---|---|---|---|
|
BoxLayout(orientation:int)
Creates a new
BoxLayout. | BoxLayout | ||
|
arrange(container:IUIContainer):void
Arranges the given container.
| BoxLayout | ||
|
measure(container:IUIContainer):void
Measures the given container.
| BoxLayout | ||
|
toString():String
Returns the string representation of the
BoxLayout. | BoxLayout | ||
| orientation | property |
orientation:int [read-write]Returns the orientation of the layout.
Implementation public function get orientation():int
public function set orientation(value:int):void
| BoxLayout | () | constructor |
public function BoxLayout(orientation:int)
Creates a new BoxLayout.
orientation:int |
See also
| arrange | () | method |
public function arrange(container:IUIContainer):voidArranges the given container.
Parameterscontainer:IUIContainer — container to be arranged
|
| measure | () | method |
public function measure(container:IUIContainer):voidMeasures the given container.
Parameterscontainer:IUIContainer — container to be measured
|
| toString | () | method |
public function toString():String
Returns the string representation of the BoxLayout.
String — the string representation of the BoxLayout
|