| Package | com.degrafa |
| Interface | public interface IGeometry |
| Subinterfaces | IDegrafaStateClient |
| Implementors | AdvancedRectangle, BasicSpline, BezierSpline, Circle, CubicBezier, DonutAutoShape, Ellipse, EllipticalArc, Geometry, GeometryComposition, GeometryGroup, GeometryRepeater, GeometryUnion, GraphicImage, GraphicText, HorizontalLine, Line, Move, Path, Polygon, Polyline, QuadraticBezier, QuadraticSpline, RegularRectangle, RoundedRectangle, RoundedRectangleComplex, Stencil, VerticalLine |
| Property | Defined by | ||
|---|---|---|---|
| data : Object | IGeometry | ||
| fill : IGraphicsFill | IGeometry | ||
| stroke : IGraphicsStroke | IGeometry | ||
| Method | Defined by | ||
|---|---|---|---|
|
draw(graphics:Graphics, rc:Rectangle):void
| IGeometry | ||
|
endDraw(graphics:Graphics):void
| IGeometry | ||
| data | property |
data:Object [read-write]Implementation
public function get data():Object
public function set data(value:Object):void
| fill | property |
fill:IGraphicsFill [read-write]Implementation
public function get fill():IGraphicsFill
public function set fill(value:IGraphicsFill):void
| stroke | property |
stroke:IGraphicsStroke [read-write]Implementation
public function get stroke():IGraphicsStroke
public function set stroke(value:IGraphicsStroke):void
| draw | () | method |
public function draw(graphics:Graphics, rc:Rectangle):voidParameters
graphics:Graphics |
|
rc:Rectangle |
| endDraw | () | method |
public function endDraw(graphics:Graphics):voidParameters
graphics:Graphics |