| Package | com.degrafa |
| Class | public class GraphicImage |
| Inheritance | GraphicImage Graphic flash.display.Sprite |
| Implements | IGeometry, IGraphic |
| Property | Defined by | ||
|---|---|---|---|
| data : String | GraphicImage | ||
![]() | document : Object
The MXML document that created this object.
| Graphic | |
![]() | enableEvents : Boolean
Enable events for this object.
| Graphic | |
![]() | fill : IGraphicsFill
Defines the fill object that will be used for
rendering this graphic object.
| Graphic | |
![]() | fillCollection : FillCollection
Access to the Degrafa fill collection object for this graphic object.
| Graphic | |
![]() | fills : Array
A array of IGraphicsFill objects.
| Graphic | |
![]() | hasEventManager : Boolean
Tests to see if a EventDispatcher instance has been created for this object.
| Graphic | |
![]() | height : Number
Number that specifies the height, in pixels, in the target's coordinates.
| Graphic | |
![]() | id : String
The identifier used by document to refer to this object.
| Graphic | |
![]() | measuredHeight : Number
The default height, in pixels.
| Graphic | |
![]() | measuredWidth : Number
The default width, in pixels.
| Graphic | |
![]() | percentHeight : Number
Number that specifies the height as a percentage of the target.
| Graphic | |
![]() | percentWidth : Number
Number that specifies the width as a percentage of the target.
| Graphic | |
| source : Object
The URL, class or string name of a class to load as the content
| GraphicImage | ||
![]() | stroke : IGraphicsStroke
Defines the stroke object that will be used for
rendering this graphic object.
| Graphic | |
![]() | strokeCollection : StrokeCollection
Access to the Degrafa stroke collection object for this graphic object.
| Graphic | |
![]() | strokes : Array
A array of IStroke objects.
| Graphic | |
![]() | suppressEventProcessing : Boolean
Temporarily suppress event processing for this object.
| Graphic | |
![]() | target : DisplayObjectContainer
A target DisplayObjectContainer that this graphic object should be added or drawn to.
| Graphic | |
![]() | width : Number
Number that specifies the width, in pixels, in the target's coordinates.
| Graphic | |
![]() | x : Number
Number that specifies the horizontal position, in pixels, within the target.
| Graphic | |
![]() | y : Number
Number that specifies the vertical position, in pixels, within the target.
| Graphic | |
| Method | Defined by | ||
|---|---|---|---|
| GraphicImage | |||
![]() |
dispatchEvent(event:Event):Boolean
Dispatches an event into the event flow.
| Graphic | |
![]() |
dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):Boolean
Dispatches an property change event into the event flow.
| Graphic | |
![]() |
draw(graphics:Graphics, rc:Rectangle):void
Begins the draw phase for geometry objects.
| Graphic | |
![]() |
endDraw(graphics:Graphics):void
Ends the draw phase for geometry objects.
| Graphic | |
![]() |
initChange(property:String, oldValue:Object, newValue:Object, source:Object):void
Helper function for dispatching property changes
| Graphic | |
![]() |
initialized(document:Object, id:String):void
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.
| Graphic | |
| data | property |
data:String [read-write]This property can be used as the source for data binding.
Implementation public function get data():String
public function set data(value:String):void
| source | property |
source:Object [read-write]The URL, class or string name of a class to load as the content
This property can be used as the source for data binding.
Implementation public function get source():Object
public function set source(value:Object):void
| GraphicImage | () | constructor |
public function GraphicImage()