Package | stimulsoft.report.styles |
Class | public class StiMapStyle |
Inheritance | StiMapStyle ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
backColor : StiColor | StiMapStyle | ||
borderColor : StiColor | StiMapStyle | ||
borderSize : Number | StiMapStyle | ||
![]() | collectionName : String Gets or sets a name of the styles collection. | StiBaseStyle | |
colors : Vector.<StiColor> | StiMapStyle | ||
colorsString : String Используется для сериализации/десереализации массива цветов | StiMapStyle | ||
![]() | conditions : StiStyleConditionsCollection Gets or sets a collection of the style conditions. | StiBaseStyle | |
defaultColor : StiColor | StiMapStyle | ||
![]() | description : String Gets or sets the style description. | StiBaseStyle | |
foreColor : StiColor | StiMapStyle | ||
heatmapColors : Vector.<StiColor> | StiMapStyle | ||
heatmapColorsString : String Используется для сериализации/десереализации массива цветов | StiMapStyle | ||
![]() | name : String Gets or sets a style name. | StiBaseStyle | |
![]() | ref : int | StiBaseStyle | |
![]() | report : StiReport | StiBaseStyle |
Method | Defined By | ||
---|---|---|---|
StiMapStyle(name:String, description:String, report:StiReport = null) | StiMapStyle | ||
![]() | clone(... args):Object [override] | StiBaseStyle | |
![]() | StiBaseStyle | ||
![]() | StiBaseStyle | ||
![]() | 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 | StiBaseStyle | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] | StiBaseStyle | |
![]() | setStyleToComponent(component:StiComponent):void | StiBaseStyle |
backColor | property |
backColor:StiColor
public function get backColor():StiColor
public function set backColor(value:StiColor):void
borderColor | property |
borderColor:StiColor
public function get borderColor():StiColor
public function set borderColor(value:StiColor):void
borderSize | property |
borderSize:Number
public function get borderSize():Number
public function set borderSize(value:Number):void
colors | property |
colors:Vector.<StiColor>
public function get colors():Vector.<StiColor>
public function set colors(value:Vector.<StiColor>):void
colorsString | property |
colorsString:String
Используется для сериализации/десереализации массива цветов
public function get colorsString():String
public function set colorsString(value:String):void
defaultColor | property |
defaultColor:StiColor
public function get defaultColor():StiColor
public function set defaultColor(value:StiColor):void
foreColor | property |
foreColor:StiColor
public function get foreColor():StiColor
public function set foreColor(value:StiColor):void
heatmapColors | property |
heatmapColors:Vector.<StiColor>
public function get heatmapColors():Vector.<StiColor>
public function set heatmapColors(value:Vector.<StiColor>):void
heatmapColorsString | property |
heatmapColorsString:String
Используется для сериализации/десереализации массива цветов
public function get heatmapColorsString():String
public function set heatmapColorsString(value:String):void
StiMapStyle | () | Constructor |
public function StiMapStyle(name:String, description:String, report:StiReport = null)
name:String | |
description:String | |
report:StiReport (default = null )
|