| Package | com.degrafa |
| Interface | public interface IGeometryComposition |
| Implementors | Geometry, Transform |
| Property | Defined by | ||
|---|---|---|---|
| bounds : Rectangle [read-only]
| IGeometryComposition | ||
| Method | Defined by | ||
|---|---|---|---|
|
draw(graphics:Graphics, rc:Rectangle):void
| IGeometryComposition | ||
|
endDraw(graphics:Graphics):void
| IGeometryComposition | ||
| bounds | property |
bounds:Rectangle [read-only]Implementation
public function get bounds():Rectangle
| draw | () | method |
public function draw(graphics:Graphics, rc:Rectangle):voidParameters
graphics:Graphics |
|
rc:Rectangle |
| endDraw | () | method |
public function endDraw(graphics:Graphics):voidParameters
graphics:Graphics |