| Package | ardisia.components.graphicsEditor.graphicObjects |
| Class | public class VectorGraphicObject |
| Inheritance | VectorGraphicObject GraphicObjectBase spark.components.Group |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| fillAlpha : Number
Alpha for fills. | VectorGraphicObject | ||
| fillColor : Number
Color for the fills. | VectorGraphicObject | ||
| originUpperLeft : Boolean
For line drawing, true if the line should be drawn from the upper-left
to the lower-right. | VectorGraphicObject | ||
![]() | selected : Boolean | GraphicObjectBase | |
| strokeAlpha : Number
Alpha for Strokes. | VectorGraphicObject | ||
| strokeColor : Number
Color of strokes. | VectorGraphicObject | ||
| strokePixelHinting : Boolean
True to use pixel hinting for strokes. | VectorGraphicObject | ||
| strokeWeight : Number
Weight for Strokes. | VectorGraphicObject | ||
| type : String
Type of drawing. | VectorGraphicObject | ||
| fillAlpha | property |
fillAlpha:NumberAlpha for fills. Ranges from 0 to 1.
The default value is 1.
public function get fillAlpha():Number public function set fillAlpha(value:Number):void| fillColor | property |
fillColor:NumberColor for the fills. NaN for transparent.
The default value is 1.
public function get fillColor():Number public function set fillColor(value:Number):void| originUpperLeft | property |
originUpperLeft:BooleanFor line drawing, true if the line should be drawn from the upper-left to the lower-right. false if the drawing should be from the lower-left to the upper-right.
The default value is true.
public function get originUpperLeft():Boolean public function set originUpperLeft(value:Boolean):void| strokeAlpha | property |
strokeAlpha:NumberAlpha for Strokes. Ranges from 0 to 1.
The default value is 1.
public function get strokeAlpha():Number public function set strokeAlpha(value:Number):void| strokeColor | property |
strokeColor:NumberColor of strokes. NaN for transparent.
The default value is 0x000000.
public function get strokeColor():Number public function set strokeColor(value:Number):void| strokePixelHinting | property |
strokePixelHinting:BooleanTrue to use pixel hinting for strokes.
The default value is true.
public function get strokePixelHinting():Boolean public function set strokePixelHinting(value:Boolean):void| strokeWeight | property |
strokeWeight:NumberWeight for Strokes.
The default value is true.
public function get strokeWeight():Number public function set strokeWeight(value:Number):void| type | property |
type:StringType of drawing. Currently supports line, ellipse, and rectangle.
See the GraphicsEditorVectorTypes class.
The default value is rectangle.
public function get type():String public function set type(value:String):void