| Package | com.degrafa.geometry.segment |
| Interface | public interface ISegment extends IDegrafaObject, flash.events.IEventDispatcher |
| Implementors | ClosePath, CubicBezierTo, EllipticalArcTo, HorizontalLineTo, LineTo, MoveTo, QuadraticBezierTo, VerticalLineTo |
| Property | Defined by | ||
|---|---|---|---|
| commandStackItem : CommandStackItem | ISegment | ||
| coordinateType : String | ISegment | ||
| data : String | ISegment | ||
![]() | enableEvents : Boolean | IDegrafaObject | |
![]() | hasEventManager : Boolean | IDegrafaObject | |
| isShortSequence : Boolean | ISegment | ||
![]() | parent : IDegrafaObject | IDegrafaObject | |
| segmentType : String [read-only]
| ISegment | ||
![]() | suppressEventProcessing : Boolean | IDegrafaObject | |
| Method | Defined by | ||
|---|---|---|---|
|
computeSegment(firstPoint:Point, lastPoint:Point, lastControlPoint:Point, commandStack:CommandStack):void
| ISegment | ||
![]() |
dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):Boolean
| IDegrafaObject | |
| commandStackItem | property |
commandStackItem:CommandStackItem [read-write]Implementation
public function get commandStackItem():CommandStackItem
public function set commandStackItem(value:CommandStackItem):void
| coordinateType | property |
coordinateType:String [read-write]Implementation
public function get coordinateType():String
public function set coordinateType(value:String):void
| data | property |
data:String [read-write]Implementation
public function get data():String
public function set data(value:String):void
| isShortSequence | property |
isShortSequence:Boolean [read-write]Implementation
public function get isShortSequence():Boolean
public function set isShortSequence(value:Boolean):void
| segmentType | property |
segmentType:String [read-only]Implementation
public function get segmentType():String
| computeSegment | () | method |
public function computeSegment(firstPoint:Point, lastPoint:Point, lastControlPoint:Point, commandStack:CommandStack):voidParameters
firstPoint:Point |
|
lastPoint:Point |
|
lastControlPoint:Point |
|
commandStack:CommandStack |