Packagefeathers.layout
Classpublic class LayoutBoundsResult
InheritanceLayoutBoundsResult Inheritance Object

Product Version : Feathers 1.1.0

Calculated bounds for layout.



Public Properties
 PropertyDefined By
  contentHeight : Number
The height of the content.
LayoutBoundsResult
  contentWidth : Number
The width of the content.
LayoutBoundsResult
  contentX : Number = 0
The starting position of the view port's content on the x axis.
LayoutBoundsResult
  contentY : Number = 0
The starting position of the view port's content on the y axis.
LayoutBoundsResult
  viewPortHeight : Number
The visible height of the view port.
LayoutBoundsResult
  viewPortWidth : Number
The visible width of the view port.
LayoutBoundsResult
Public Methods
 MethodDefined By
  
Constructor.
LayoutBoundsResult
Property Detail
contentHeightproperty
public var contentHeight:Number

The height of the content. May be larger or smaller than the view port.

contentWidthproperty 
public var contentWidth:Number

The width of the content. May be larger or smaller than the view port.

contentXproperty 
public var contentX:Number = 0

The starting position of the view port's content on the x axis. Usually, this value is 0, but it may be negative. negative.

contentYproperty 
public var contentY:Number = 0

The starting position of the view port's content on the y axis. Usually, this value is 0, but it may be negative.

viewPortHeightproperty 
public var viewPortHeight:Number

The visible height of the view port. The view port's content may be clipped.

viewPortWidthproperty 
public var viewPortWidth:Number

The visible width of the view port. The view port's content may be clipped.

Constructor Detail
LayoutBoundsResult()Constructor
public function LayoutBoundsResult()

Constructor.