| Package | com.degrafa |
| Interface | public interface IGeometry |
| Implementors | AdvancedRectangle, Circle, CubicBezier, Ellipse, EllipticalArc, Geometry, GeometryComposition, GeometryGroup, GraphicImage, GraphicText, HorizontalLine, Line, Move, Path, Polygon, Polyline, QuadraticBezier, RegularRectangle, Repeater, RoundedRectangle, RoundedRectangleComplex, Transform, VerticalLine |
| Property | Defined by | ||
|---|---|---|---|
| data : String | 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:String [read-write]Implementation
public function get data():String
public function set data(value:String):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 |