| Package | com.addicted2flash.layout.constraint |
| Class | public final class CanvasLayoutConstraint |
Canvas.
| Property | Defined by | ||
|---|---|---|---|
| bottom : Number
Distance to the bottom.
| CanvasLayoutConstraint | ||
| left : Number
Distance to the left.
| CanvasLayoutConstraint | ||
| right : Number
Distance to the right.
| CanvasLayoutConstraint | ||
| top : Number
Distance to the top.
| CanvasLayoutConstraint | ||
| Method | Defined by | ||
|---|---|---|---|
|
CanvasLayoutConstraint(top:Number, right:Number, bottom:Number, left:Number)
Creates a new
CanvasLayoutConstraint. | CanvasLayoutConstraint | ||
|
toString():String
Returns the string representation of the
CanvasLayoutConstraint. | CanvasLayoutConstraint | ||
| bottom | property |
public var bottom:NumberDistance to the bottom.
| left | property |
public var left:NumberDistance to the left.
| right | property |
public var right:NumberDistance to the right.
| top | property |
public var top:NumberDistance to the top.
| CanvasLayoutConstraint | () | constructor |
public function CanvasLayoutConstraint(top:Number, right:Number, bottom:Number, left:Number)
Creates a new CanvasLayoutConstraint.
top:Number — distance to the top
|
|
right:Number — distance to the right
|
|
bottom:Number — distance to the bottom
|
|
left:Number — distance to the left
|
| toString | () | method |
public function toString():String
Returns the string representation of the CanvasLayoutConstraint.
String — the string representation of the CanvasLayoutConstraint
|