Package | stimulsoft.report.components.indicators |
Class | public class StiIconSetHelper |
Inheritance | StiIconSetHelper ![]() |
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):Class
Returns image for specified icon key.
Parameters
icon:int |
Class |
getIconBitmap | () | method |
public static function getIconBitmap(icon:int):BitmapData
Returns hashed bitmap for specified icon key.
Parameters
icon:int |
BitmapData |
getIcons | () | method |
public static function getIcons(iconSet:int):Array
Returns aray of icon images for specified Icon Set.
Parameters
iconSet:int |
Array |
getIconSet | () | method |
public static function getIconSet(iconSet:int):Array
Returns array of icon keys for specified Icon Set.
Parameters
iconSet:int |
Array |