Packagecom.degrafa.geometry.segment
Interfacepublic interface ISegment extends IDegrafaObject, flash.events.IEventDispatcher
ImplementorsClosePath, CubicBezierTo, EllipticalArcTo, HorizontalLineTo, LineTo, MoveTo, QuadraticBezierTo, VerticalLineTo

Base interface for all Degrafa segment objects.



Public Properties
 PropertyDefined by
  coordinateType : String
ISegment
  data : String
ISegment
 InheritedenableEvents : Boolean
IDegrafaObject
 InheritedhasEventManager : Boolean
IDegrafaObject
  isShortSequence : Boolean
ISegment
  segmentType : String
[read-only]
ISegment
 InheritedsuppressEventProcessing : Boolean
IDegrafaObject
Public Methods
 MethodDefined by
 Inherited
dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):Boolean
IDegrafaObject
Property detail
coordinateTypeproperty
coordinateType:String  [read-write]Implementation
    public function get coordinateType():String
    public function set coordinateType(value:String):void
dataproperty 
data:String  [read-write]Implementation
    public function get data():String
    public function set data(value:String):void
isShortSequenceproperty 
isShortSequence:Boolean  [read-write]Implementation
    public function get isShortSequence():Boolean
    public function set isShortSequence(value:Boolean):void
segmentTypeproperty 
segmentType:String  [read-only]Implementation
    public function get segmentType():String