Packagestimulsoft.base.context.geoms
Classpublic class StiCachedShadowGeom
InheritanceStiCachedShadowGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
  isPrinting : Boolean
StiCachedShadowGeom
  rect : StiRectangle
StiCachedShadowGeom
  sides : int
StiCachedShadowGeom
  type : int
[override] [read-only]
StiCachedShadowGeom
Public Methods
 MethodDefined By
  
StiCachedShadowGeom(rect:StiRectangle, sides:int, isPrinting:Boolean)
StiCachedShadowGeom
Property Detail
isPrintingproperty
isPrinting:Boolean


Implementation
    public function get isPrinting():Boolean
    public function set isPrinting(value:Boolean):void
rectproperty 
rect:StiRectangle


Implementation
    public function get rect():StiRectangle
    public function set rect(value:StiRectangle):void
sidesproperty 
sides:int


Implementation
    public function get sides():int
    public function set sides(value:int):void
typeproperty 
type:int  [read-only] [override]


Implementation
    public function get type():int
Constructor Detail
StiCachedShadowGeom()Constructor
public function StiCachedShadowGeom(rect:StiRectangle, sides:int, isPrinting:Boolean)



Parameters
rect:StiRectangle
 
sides:int
 
isPrinting:Boolean