| Package | com.addicted2flash.layout.strategy |
| Class | public class CanvasLayout |
| Implements | ILayout |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
CanvasLayout. | CanvasLayout | ||
|
arrange(container:IUIContainer):void
Arranges the given container.
| CanvasLayout | ||
|
measure(container:IUIContainer):void
Measures the given container.
| CanvasLayout | ||
|
toString():String
Returns the string representation of the
CanvasLayout. | CanvasLayout | ||
| CanvasLayout | () | constructor |
public function CanvasLayout()
Creates a new CanvasLayout.
| 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 CanvasLayout.
String — the string representation of the CanvasLayout
|