Package | stimulsoft.base.context.geoms |
Class | public class StiLinesGeom |
Inheritance | StiLinesGeom ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
pen : StiPenGeom | StiLinesGeom | ||
points : Vector.<StiPoint> | StiLinesGeom | ||
type : int [override] [read-only] | StiLinesGeom |
Method | Defined By | ||
---|---|---|---|
StiLinesGeom |
pen | property |
pen:StiPenGeom
public function get pen():StiPenGeom
public function set pen(value:StiPenGeom):void
points | property |
points:Vector.<StiPoint>
public function get points():Vector.<StiPoint>
public function set points(value:Vector.<StiPoint>):void
type | property |
type:int
[read-only] [override] public function get type():int
StiLinesGeom | () | Constructor |
public function StiLinesGeom(pen:StiPenGeom, points:Vector.<StiPoint>)
pen:StiPenGeom | |
points:Vector.<StiPoint> |