Packagecom.degrafa.geometry.layout
Interfacepublic interface ILayout extends IDegrafaObject, flash.events.IEventDispatcher
ImplementorsLayoutConstraint

ILayout is the base interface for layout related objects.



Public Properties
 PropertyDefined by
 InheritedenableEvents : Boolean
IDegrafaObject
 InheritedhasEventManager : Boolean
IDegrafaObject
  layoutRectangle : Rectangle
[read-only]
ILayout
 Inheritedparent : IDegrafaObject
IDegrafaObject
 InheritedsuppressEventProcessing : Boolean
IDegrafaObject
Public Methods
 MethodDefined by
  
computeLayoutRectangle(childBounds:Rectangle, parentBounds:Rectangle):Rectangle
ILayout
 Inherited
dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):Boolean
IDegrafaObject
Property detail
layoutRectangleproperty
layoutRectangle:Rectangle  [read-only]Implementation
    public function get layoutRectangle():Rectangle
Method detail
computeLayoutRectangle()method
public function computeLayoutRectangle(childBounds:Rectangle, parentBounds:Rectangle):RectangleParameters
childBounds:Rectangle
 
parentBounds:Rectangle

Returns
Rectangle