Package | stimulsoft.report.styles |
Class | public class StiCrossTabStyle |
Inheritance | StiCrossTabStyle ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | collectionName : String Gets or sets a name of the styles collection. | StiBaseStyle | |
color : StiColor Gets or sets a color of style. | StiCrossTabStyle | ||
![]() | conditions : StiStyleConditionsCollection Gets or sets a collection of the style conditions. | StiBaseStyle | |
![]() | description : String Gets or sets the style description. | StiBaseStyle | |
![]() | name : String Gets or sets a style name. | StiBaseStyle | |
![]() | ref : int | StiBaseStyle | |
![]() | report : StiReport | StiBaseStyle |
Method | Defined By | ||
---|---|---|---|
StiCrossTabStyle(name:String, description:String, report:StiReport = null) | StiCrossTabStyle | ||
![]() | clone(... args):Object [override] | StiBaseStyle | |
[override] | StiCrossTabStyle | ||
[override] | StiCrossTabStyle | ||
![]() | StiBaseStyle | ||
![]() | equals(object:Object):Boolean [override] | StiBaseStyle | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | [static] | StiBaseStyle | |
getStyleFromComponent(component:StiComponent, styleElements:int):void [override] | StiCrossTabStyle | ||
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiCrossTabStyle | ||
setStyleToComponent(component:StiComponent):void [override] | StiCrossTabStyle |
color | property |
color:StiColor
Gets or sets a color of style.
public function get color():StiColor
public function set color(value:StiColor):void
StiCrossTabStyle | () | Constructor |
public function StiCrossTabStyle(name:String, description:String, report:StiReport = null)
name:String | |
description:String | |
report:StiReport (default = null )
|
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
ReturnsObject |
setStyleToComponent | () | method |
override public function setStyleToComponent(component:StiComponent):void
Parameters
component:StiComponent |