Uses of Class
com.stimulsoft.report.components.enums.StiIcon

Packages that use StiIcon
com.stimulsoft.report.components.conditions   
com.stimulsoft.report.components.enums   
com.stimulsoft.report.components.indicators   
 

Uses of StiIcon in com.stimulsoft.report.components.conditions
 

Methods in com.stimulsoft.report.components.conditions that return StiIcon
 StiIcon StiIconSetItem.getIcon()
          Gets or sets icon for current item of IconSets.
 

Methods in com.stimulsoft.report.components.conditions with parameters of type StiIcon
 void StiIconSetItem.setIcon(StiIcon value)
           
 

Constructors in com.stimulsoft.report.components.conditions with parameters of type StiIcon
StiIconSetItem(StiIcon icon, StiIconSetOperation operation, StiIconSetValueType valueType, float value)
          Creates a new object of the type StiIconSetItem.
 

Uses of StiIcon in com.stimulsoft.report.components.enums
 

Methods in com.stimulsoft.report.components.enums that return StiIcon
static StiIcon StiIcon.forValue(int value)
           
static StiIcon StiIcon.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiIcon[] StiIcon.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiIcon in com.stimulsoft.report.components.indicators
 

Methods in com.stimulsoft.report.components.indicators that return StiIcon
 StiIcon StiIconSetIndicator.getIcon()
          Gets or sets a icon of indicator.
static StiIcon[] StiIconSetHelper.getIconSet(StiIconSet iconSet)
          Returns array of icon keys for specified Icon Set.
 

Methods in com.stimulsoft.report.components.indicators with parameters of type StiIcon
static java.awt.image.BufferedImage StiIconSetHelper.getIconImage(StiIcon icon)
           
 void StiIconSetIndicator.setIcon(StiIcon value)
           
 

Constructors in com.stimulsoft.report.components.indicators with parameters of type StiIcon
StiIconSetIndicator(StiIcon icon, StiContentAlignment alignment)
          Creates a new object of the type StiIconSetIndicator.