Packagecom.degrafa
Interfacepublic interface IGeometryComposition
ImplementorsGeometry, Transform

Base interface for all composable Degrafa objects.



Public Properties
 PropertyDefined by
  bounds : Rectangle
[read-only]
IGeometryComposition
Public Methods
 MethodDefined by
  
draw(graphics:Graphics, rc:Rectangle):void
IGeometryComposition
  
endDraw(graphics:Graphics):void
IGeometryComposition
Property detail
boundsproperty
bounds:Rectangle  [read-only]Implementation
    public function get bounds():Rectangle
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