Package | feathers.layout |
Class | public class LayoutBoundsResult |
Inheritance | LayoutBoundsResult Object |
Product Version : | Feathers 1.1.0 |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | LayoutBoundsResult |
contentHeight | property |
public var contentHeight:Number
The height of the content. May be larger or smaller than the view port.
contentWidth | property |
public var contentWidth:Number
The width of the content. May be larger or smaller than the view port.
contentX | property |
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.
contentY | property |
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.
viewPortHeight | property |
public var viewPortHeight:Number
The visible height of the view port. The view port's content may be clipped.
viewPortWidth | property |
public var viewPortWidth:Number
The visible width of the view port. The view port's content may be clipped.
LayoutBoundsResult | () | Constructor |
public function LayoutBoundsResult()
Constructor.