| Package | com.senocular.display.transform |
| Class | public class CursorSkew |
| Inheritance | CursorSkew Cursor flash.display.Sprite |
| Property | Defined By | ||
|---|---|---|---|
![]() | fillAlpha : Number
The alpha of the color used for filled shapes in dynamically drawn
cursor graphics. | Cursor | |
![]() | fillColor : uint
The color to be used for filled shapes in dynamically drawn
cursor graphics. | Cursor | |
![]() | lineAlpha : Number
The alpha of the color used for outlines in dynamically drawn
cursor graphics. | Cursor | |
![]() | lineColor : uint
The color to be used for outlines in dynamically drawn cursor
graphics. | Cursor | |
![]() | lineThickness : Number
The thickness used for outlines in dynamically drawn cursor
graphics. | Cursor | |
| mode : String
Skew mode used by the skew control this cursor is associated with. | CursorSkew | ||
![]() | tool : TransformTool
A reference to the TransformTool instance used by the control
containing the cursor. | Cursor | |
| Method | Defined By | ||
|---|---|---|---|
CursorSkew(mode:String = xAxis)
Constructor for creating new CursorSkew instances. | CursorSkew | ||
draw():void [override]
Draws the visuals of the cursor. | CursorSkew | ||
redraw(event:Event):void [override]
Handler for redrawing the cursor. | CursorSkew | ||
| mode | property |
mode:StringSkew mode used by the skew control this cursor is associated with. The skew mode is used to determine cursor rotation. This can be either ControlUVSkewBar.X_AXIS or ControlUVSkewBar.Y_AXIS.
public function get mode():String public function set mode(value:String):void| CursorSkew | () | Constructor |
public function CursorSkew(mode:String = xAxis)Constructor for creating new CursorSkew instances.
Parametersmode:String (default = xAxis) — Skew mode used by the skew control this cursor is associated with.
|
| draw | () | method |
override public function draw():voidDraws the visuals of the cursor. This is called when an instance of Cursor is first created or when a child is added to its own display list. It can be called at any time to redraw the graphics of the cursor.
| redraw | () | method |
override public function redraw(event:Event):voidHandler for redrawing the cursor. Controls are responsible for calling this handler, typically from within their own TransformTool.REDRAW handler. Cursors do not listen for this event on their own.
Parameters
event:Event |