Packageorg.libspark.swfassist.swf.structures
Classpublic class StraightEdgeRecord
InheritanceStraightEdgeRecord Inheritance AbstractShapeRecord



Public Properties
 PropertyDefined by
  deltaX : Number
StraightEdgeRecord
  deltaXTwips : int
StraightEdgeRecord
  deltaY : Number
StraightEdgeRecord
  deltaYTwips : int
StraightEdgeRecord
  generalLine : Boolean
StraightEdgeRecord
  horizontalLine : Boolean
StraightEdgeRecord
 InheritedisEdge : Boolean
AbstractShapeRecord
 InheritedisHighPrecision : Boolean
AbstractShapeRecord
 Inheritedtype : uint
AbstractShapeRecord
  verticalLine : Boolean
StraightEdgeRecord
Protected Properties
 PropertyDefined by
 InheritedtwipsFactor : uint
AbstractShapeRecord
Public Methods
 MethodDefined by
  
StraightEdgeRecord
Property detail
deltaXproperty
deltaX:Number  [read-write]Implementation
    public function get deltaX():Number
    public function set deltaX(value:Number):void
deltaXTwipsproperty 
deltaXTwips:int  [read-write]Implementation
    public function get deltaXTwips():int
    public function set deltaXTwips(value:int):void
deltaYproperty 
deltaY:Number  [read-write]Implementation
    public function get deltaY():Number
    public function set deltaY(value:Number):void
deltaYTwipsproperty 
deltaYTwips:int  [read-write]Implementation
    public function get deltaYTwips():int
    public function set deltaYTwips(value:int):void
generalLineproperty 
generalLine:Boolean  [read-write]Implementation
    public function get generalLine():Boolean
    public function set generalLine(value:Boolean):void
horizontalLineproperty 
horizontalLine:Boolean  [read-write]Implementation
    public function get horizontalLine():Boolean
    public function set horizontalLine(value:Boolean):void
verticalLineproperty 
verticalLine:Boolean  [read-write]Implementation
    public function get verticalLine():Boolean
    public function set verticalLine(value:Boolean):void
Constructor detail
StraightEdgeRecord()constructor
public function StraightEdgeRecord()