| Package | stimulsoft.report.components.indicators |
| Class | public class StiIconSetHelper |
| Inheritance | StiIconSetHelper Object |
| Method | Defined By | ||
|---|---|---|---|
getIcon(icon:int):Class [static] Returns image for specified icon key. | StiIconSetHelper | ||
getIconBitmap(icon:int):BitmapData [static] Returns hashed bitmap for specified icon key. | StiIconSetHelper | ||
getIcons(iconSet:int):Array [static] Returns aray of icon images for specified Icon Set. | StiIconSetHelper | ||
getIconSet(iconSet:int):Array [static] Returns array of icon keys for specified Icon Set. | StiIconSetHelper | ||
| getIcon | () | method |
public static function getIcon(icon:int):ClassReturns image for specified icon key.
Parameters
icon:int |
Class |
| getIconBitmap | () | method |
public static function getIconBitmap(icon:int):BitmapDataReturns hashed bitmap for specified icon key.
Parameters
icon:int |
BitmapData |
| getIcons | () | method |
public static function getIcons(iconSet:int):ArrayReturns aray of icon images for specified Icon Set.
Parameters
iconSet:int |
Array |
| getIconSet | () | method |
public static function getIconSet(iconSet:int):ArrayReturns array of icon keys for specified Icon Set.
Parameters
iconSet:int |
Array |