Packagecom.yworks.canvas.geom
Interfacepublic interface IOrientedRectangleSetter extends ISize

Write only oriented rectangle.



Public Properties
 PropertyDefined 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
 Inheritedheight : 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
 Inheritedwidth : Number
[read-only] Gets the current width of this instance.
ISize
Property Detail
anchorXproperty
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).


Implementation
    public function set anchorX(value:Number):void
anchorYproperty 
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).


Implementation
    public function set anchorY(value:Number):void
upXproperty 
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.


Implementation
    public function set upX(value:Number):void
upYproperty 
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.


Implementation
    public function set upY(value:Number):void