Packagecom.degrafa
Interfacepublic interface IGeometryComposition
ImplementorsGeometry

Base interface for all composable Degrafa objects.



Public Properties
 PropertyDefined by
  bounds : Rectangle
[read-only]
IGeometryComposition
  commandStack : CommandStack
IGeometryComposition
Public Methods
 MethodDefined by
  
draw(graphics:Graphics, rc:Rectangle):void
IGeometryComposition
  
endDraw(graphics:Graphics):void
IGeometryComposition
  
preDraw():void
IGeometryComposition
Property detail
boundsproperty
bounds:Rectangle  [read-only]Implementation
    public function get bounds():Rectangle
commandStackproperty 
commandStack:CommandStack  [read-write]Implementation
    public function get commandStack():CommandStack
    public function set commandStack(value:CommandStack):void
Method detail
draw()method
public function draw(graphics:Graphics, rc:Rectangle):voidParameters
graphics:Graphics
 
rc:Rectangle
endDraw()method 
public function endDraw(graphics:Graphics):voidParameters
graphics:Graphics
preDraw()method 
public function preDraw():void