| Package | com.yworks.canvas.geom |
| Interface | public interface IOrientedRectangleSetter extends ISize |
| Property | Defined By | ||
|---|---|---|---|
| anchorX : Number [write-only]
Sets the x coordinate of the anchor of the oriented rectangle. | IOrientedRectangleSetter | ||
| anchorY : Number [write-only]
Sets the y coordinate of the anchor of the oriented rectangle. | IOrientedRectangleSetter | ||
![]() | height : Number [read-only]
Gets the current height of this instance. | ISize | |
| upX : Number [write-only]
Sets the x value of the up vector. | IOrientedRectangleSetter | ||
| upY : Number [write-only]
Sets the y value of the up vector. | IOrientedRectangleSetter | ||
![]() | width : Number [read-only]
Gets the current width of this instance. | ISize | |
| anchorX | property |
anchorX:Number [write-only] Sets the x coordinate of the anchor of the oriented rectangle.
The anchor is the lower left corner of the oriented rectangle if the up vector
is (0,-1).
public function set anchorX(value:Number):void| anchorY | property |
anchorY:Number [write-only] Sets the y coordinate of the anchor of the oriented rectangle.
The anchor is the lower left corner of the oriented rectangle if the up vector
is (0,-1).
public function set anchorY(value:Number):void| upX | property |
upX:Number [write-only] Sets the x value of the up vector.
The up vector points from the lower left corner to the upper left corner and is always normalized, i.e. it's length is always 1.
public function set upX(value:Number):void| upY | property |
upY:Number [write-only] Sets the y value of the up vector.
The up vector points from the lower left corner to the upper left corner and is always normalized, i.e. it's length is always 1.
public function set upY(value:Number):void