Packagestimulsoft.base.context.geoms
Classpublic class StiLinesGeom
InheritanceStiLinesGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
  pen : StiPenGeom
StiLinesGeom
  points : Vector.<StiPoint>
StiLinesGeom
  type : int
[override] [read-only]
StiLinesGeom
Public Methods
 MethodDefined By
  
StiLinesGeom(pen:StiPenGeom, points:Vector.<StiPoint>)
StiLinesGeom
Property Detail
penproperty
pen:StiPenGeom


Implementation
    public function get pen():StiPenGeom
    public function set pen(value:StiPenGeom):void
pointsproperty 
points:Vector.<StiPoint>


Implementation
    public function get points():Vector.<StiPoint>
    public function set points(value:Vector.<StiPoint>):void
typeproperty 
type:int  [read-only] [override]


Implementation
    public function get type():int
Constructor Detail
StiLinesGeom()Constructor
public function StiLinesGeom(pen:StiPenGeom, points:Vector.<StiPoint>)



Parameters
pen:StiPenGeom
 
points:Vector.<StiPoint>