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