Packagestimulsoft.report.styles
Classpublic class StiMapStyle
InheritanceStiMapStyle Inheritance StiBaseStyle Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  backColor : StiColor
StiMapStyle
  borderColor : StiColor
StiMapStyle
  borderSize : Number
StiMapStyle
 InheritedcollectionName : String
Gets or sets a name of the styles collection.
StiBaseStyle
  colors : Vector.<StiColor>
StiMapStyle
  colorsString : String
Используется для сериализации/десереализации массива цветов
StiMapStyle
 Inheritedconditions : StiStyleConditionsCollection
Gets or sets a collection of the style conditions.
StiBaseStyle
  defaultColor : StiColor
StiMapStyle
 Inheriteddescription : String
Gets or sets the style description.
StiBaseStyle
  foreColor : StiColor
StiMapStyle
  heatmapColors : Vector.<StiColor>
StiMapStyle
  heatmapColorsString : String
Используется для сериализации/десереализации массива цветов
StiMapStyle
 Inheritedname : String
Gets or sets a style name.
StiBaseStyle
 Inheritedref : int
StiBaseStyle
 Inheritedreport : StiReport
StiBaseStyle
Public Methods
 MethodDefined By
  
StiMapStyle(name:String, description:String, report:StiReport = null)
StiMapStyle
 Inherited
clone(... args):Object
[override]
StiBaseStyle
 Inherited
drawBox(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void
StiBaseStyle
 Inherited
drawStyle(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void
StiBaseStyle
 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
 Inherited
getStyleFromComponent(component:StiComponent, styleElements:int):void
StiBaseStyle
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override]
StiBaseStyle
 Inherited
StiBaseStyle
Property Detail
backColorproperty
backColor:StiColor


Implementation
    public function get backColor():StiColor
    public function set backColor(value:StiColor):void
borderColorproperty 
borderColor:StiColor


Implementation
    public function get borderColor():StiColor
    public function set borderColor(value:StiColor):void
borderSizeproperty 
borderSize:Number


Implementation
    public function get borderSize():Number
    public function set borderSize(value:Number):void
colorsproperty 
colors:Vector.<StiColor>


Implementation
    public function get colors():Vector.<StiColor>
    public function set colors(value:Vector.<StiColor>):void
colorsStringproperty 
colorsString:String

Используется для сериализации/десереализации массива цветов


Implementation
    public function get colorsString():String
    public function set colorsString(value:String):void
defaultColorproperty 
defaultColor:StiColor


Implementation
    public function get defaultColor():StiColor
    public function set defaultColor(value:StiColor):void
foreColorproperty 
foreColor:StiColor


Implementation
    public function get foreColor():StiColor
    public function set foreColor(value:StiColor):void
heatmapColorsproperty 
heatmapColors:Vector.<StiColor>


Implementation
    public function get heatmapColors():Vector.<StiColor>
    public function set heatmapColors(value:Vector.<StiColor>):void
heatmapColorsStringproperty 
heatmapColorsString:String

Используется для сериализации/десереализации массива цветов


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



Parameters
name:String
 
description:String
 
report:StiReport (default = null)