Package | feathers.layout |
Class | public class ViewPortBounds |
Inheritance | ViewPortBounds Object |
Product Version : | Feathers 1.0.0 |
Property | Defined By | ||
---|---|---|---|
explicitHeight : Number = NaN
The explicit height of the view port, in pixels. | ViewPortBounds | ||
explicitWidth : Number = NaN
The explicit width of the view port, in pixels. | ViewPortBounds | ||
maxHeight : Number = Infinity
The maximum height of the view port, in pixels. | ViewPortBounds | ||
maxWidth : Number = Infinity
The maximum width of the view port, in pixels. | ViewPortBounds | ||
minHeight : Number = 0
The minimum width of the view port, in pixels. | ViewPortBounds | ||
minWidth : Number = 0
The minimum width of the view port, in pixels. | ViewPortBounds | ||
scrollX : Number = 0
The horizontal scroll position of the view port, in pixels. | ViewPortBounds | ||
scrollY : Number = 0
The vertical scroll position of the view port, in pixels. | ViewPortBounds | ||
x : Number = 0
The x position of the view port, in pixels. | ViewPortBounds | ||
y : Number = 0
The y position of the view port, in pixels. | ViewPortBounds |
Method | Defined By | ||
---|---|---|---|
Constructor. | ViewPortBounds |
explicitHeight | property |
public var explicitHeight:Number = NaN
The explicit height of the view port, in pixels. If NaN
,
there is no explicit height value.
explicitWidth | property |
public var explicitWidth:Number = NaN
The explicit width of the view port, in pixels. If NaN
,
there is no explicit width value.
maxHeight | property |
public var maxHeight:Number = Infinity
The maximum height of the view port, in pixels. Should be 0 or a positive number, including infinity.
maxWidth | property |
public var maxWidth:Number = Infinity
The maximum width of the view port, in pixels. Should be 0 or a positive number, including infinity.
minHeight | property |
public var minHeight:Number = 0
The minimum width of the view port, in pixels. Should be 0 or a positive number less than infinity.
minWidth | property |
public var minWidth:Number = 0
The minimum width of the view port, in pixels. Should be 0 or a positive number less than infinity.
scrollX | property |
public var scrollX:Number = 0
The horizontal scroll position of the view port, in pixels.
scrollY | property |
public var scrollY:Number = 0
The vertical scroll position of the view port, in pixels.
x | property |
public var x:Number = 0
The x position of the view port, in pixels.
y | property |
public var y:Number = 0
The y position of the view port, in pixels.
ViewPortBounds | () | Constructor |
public function ViewPortBounds()
Constructor.