com.stimulsoft.report.components.indicators
Class StiIconSetHelper

java.lang.Object
  extended by com.stimulsoft.report.components.indicators.StiIconSetHelper

public final class StiIconSetHelper
extends java.lang.Object

Class helps in working with Icon Set images.


Constructor Summary
StiIconSetHelper()
           
 
Method Summary
static java.awt.image.BufferedImage getIconImage(StiIcon icon)
           
static StiIcon[] getIconSet(StiIconSet iconSet)
          Returns array of icon keys for specified Icon Set.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiIconSetHelper

public StiIconSetHelper()
Method Detail

getIconImage

public static java.awt.image.BufferedImage getIconImage(StiIcon icon)
                                                 throws java.io.IOException
Throws:
java.io.IOException

getIconSet

public static StiIcon[] getIconSet(StiIconSet iconSet)
Returns array of icon keys for specified Icon Set.

Parameters:
iconSet - Specified Icon Set.
Returns:
Array of icon keys.