Packagecom.degrafa.geometry.display
Interfacepublic interface IDisplayObjectProxy
ImplementorsRasterImage, RasterText, RasterTextPlus

The IDisplayObjectProxy interface is used to identify and provide access to Geometry objects that are DisplayObject based for example RasterText or RasterImage.



Public Properties
 PropertyDefined by
  displayObject : DisplayObject
[read-only]
IDisplayObjectProxy
  layoutMode : String
[read-only]
IDisplayObjectProxy
  transformBeforeRender : Boolean
[read-only]
IDisplayObjectProxy
Property detail
displayObjectproperty
displayObject:DisplayObject  [read-only]Implementation
    public function get displayObject():DisplayObject
layoutModeproperty 
layoutMode:String  [read-only]Implementation
    public function get layoutMode():String
transformBeforeRenderproperty 
transformBeforeRender:Boolean  [read-only]Implementation
    public function get transformBeforeRender():Boolean