| Package | com.degrafa.geometry.repeaters |
| Class | public class Repeater |
| Inheritance | Repeater Geometry DegrafaObject |
| Implements | IDegrafaObject, IGeometry |
| Subclasses | CircleRepeater, CubicBezierRepeater, EllipseRepeater, EllipticalArcRepeater, HorizontalLineRepeater, LineRepeater, PolygonRepeater, PolyLineRepeater, QuadraticBezierRepeater, RegularRectangleRepeater, RoundedRectangleComplexRepeater, RoundedRectangleRepeater, VerticalLineRepeater |
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | autoClearGraphicsTarget : Boolean
When using a graphicsTarget and if this property is set to true
the draw phase will clear the graphics context before drawing.
| Geometry | |
![]() | bounds : Rectangle | Geometry | |
| count : Number
The number of times to repeat the geometry.
| Repeater | ||
![]() | data : String
Allows a short hand property setting that is
specific to and parsed by each geometry object.
| Geometry | |
![]() | document : Object
The MXML document that created this object.
| DegrafaObject | |
![]() | enableEvents : Boolean
Enable events for this object.
| DegrafaObject | |
![]() | fill : IGraphicsFill
Defines the fill object that will be used for
rendering this geometry object.
| Geometry | |
![]() | geometry : Array
A array of IGeometryComposition objects.
| Geometry | |
![]() | geometryCollection : GeometryCollection
Access to the Degrafa geometry collection object for this geometry object.
| Geometry | |
![]() | graphicsTarget : Array
One or more display object's that this Geometry is to be drawn to.
| Geometry | |
![]() | graphicsTargetCollection : DisplayObjectCollection
Access to the Degrafa target collection object for this geometry object.
| Geometry | |
![]() | hasEventManager : Boolean
Tests to see if a EventDispatcher instance has been created for this object.
| DegrafaObject | |
![]() | id : String
The identifier used by document to refer to this object.
| DegrafaObject | |
![]() | invalidated : Boolean
Specifies whether this object is to be re calculated
on the next cycle.
| Geometry | |
![]() | name : String
The name that refers to this object.
| DegrafaObject | |
| offsetX : Number
The offset of the x-axis of each geometry object.
| Repeater | ||
| offsetY : Number
The offset of the y-axis of each geometry object.
| Repeater | ||
![]() | state : String
The state at which to draw this object
| Geometry | |
![]() | stateEvent : String
The state event at which to draw this object
| Geometry | |
![]() | stroke : IGraphicsStroke
Defines the stroke object that will be used for
rendering this geometry object.
| Geometry | |
![]() | suppressEventProcessing : Boolean
Temporarily suppress event processing for this object.
| DegrafaObject | |
| count | property |
count:Number [read-write]The number of times to repeat the geometry.
This property can be used as the source for data binding.
Implementation public function get count():Number
public function set count(value:Number):void
| offsetX | property |
offsetX:Number [read-write]The offset of the x-axis of each geometry object.
This property can be used as the source for data binding.
Implementation public function get offsetX():Number
public function set offsetX(value:Number):void
| offsetY | property |
offsetY:Number [read-write]The offset of the y-axis of each geometry object.
This property can be used as the source for data binding.
Implementation public function get offsetY():Number
public function set offsetY(value:Number):void