Class StiIconSetHelper
java.lang.Object
com.stimulsoft.report.components.indicators.StiIconSetHelper
Class helps in working with Icon Set images.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedImagegetIcon(StiIconSetIndicator indicator) static BufferedImagegetIconImage(StiIcon icon) static StiIcon[]getIconSet(StiIconSet iconSet) Returns array of icon keys for specified Icon Set.
-
Constructor Details
-
StiIconSetHelper
public StiIconSetHelper()
-
-
Method Details
-
getIconImage
- Throws:
IOException
-
getIcon
- Throws:
IOException
-
getIconSet
Returns array of icon keys for specified Icon Set.- Parameters:
iconSet- Specified Icon Set.- Returns:
- Array of icon keys.
-