Packagestimulsoft.report.styles
Classpublic class StiCrossTabStyle
InheritanceStiCrossTabStyle Inheritance StiBaseStyle Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
 InheritedcollectionName : String
Gets or sets a name of the styles collection.
StiBaseStyle
  color : StiColor
Gets or sets a color of style.
StiCrossTabStyle
 Inheritedconditions : StiStyleConditionsCollection
Gets or sets a collection of the style conditions.
StiBaseStyle
 Inheriteddescription : String
Gets or sets the style description.
StiBaseStyle
 Inheritedname : String
Gets or sets a style name.
StiBaseStyle
 Inheritedref : int
StiBaseStyle
 Inheritedreport : StiReport
StiBaseStyle
Public Methods
 MethodDefined By
  
StiCrossTabStyle(name:String, description:String, report:StiReport = null)
StiCrossTabStyle
 Inherited
clone(... args):Object
[override]
StiBaseStyle
  
drawBox(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void
[override]
StiCrossTabStyle
  
drawStyle(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void
[override]
StiCrossTabStyle
 Inherited
StiBaseStyle
 Inherited
equals(object:Object):Boolean
[override]
StiBaseStyle
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getStyle(component:StiComponent, styleElements:int):StiBaseStyle
[static]
StiBaseStyle
  
getStyleFromComponent(component:StiComponent, styleElements:int):void
[override]
StiCrossTabStyle
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiCrossTabStyle
  
[override]
StiCrossTabStyle
Property Detail
colorproperty
color:StiColor

Gets or sets a color of style.


Implementation
    public function get color():StiColor
    public function set color(value:StiColor):void
Constructor Detail
StiCrossTabStyle()Constructor
public function StiCrossTabStyle(name:String, description:String, report:StiReport = null)



Parameters
name:String
 
description:String
 
report:StiReport (default = null)
Method Detail
drawBox()method
override public function drawBox(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void

Parameters

g:StiGraphics
 
rect:StiRectangle
 
paintValue:Boolean
 
paintImage:Boolean

drawStyle()method 
override public function drawStyle(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void

Parameters

g:StiGraphics
 
rect:StiRectangle
 
paintValue:Boolean
 
paintImage:Boolean

getStyleFromComponent()method 
override public function getStyleFromComponent(component:StiComponent, styleElements:int):void

Parameters

component:StiComponent
 
styleElements:int (default = NaN)

memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object
setStyleToComponent()method 
override public function setStyleToComponent(component:StiComponent):void

Parameters

component:StiComponent