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

Packages that use StiIconSetOperation
com.stimulsoft.report.components.conditions   
com.stimulsoft.report.components.enums   
 

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

Methods in com.stimulsoft.report.components.conditions that return StiIconSetOperation
 StiIconSetOperation StiIconSetItem.getOperation()
          Gets or sets type of operation for current item of IconSets.
 

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

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

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

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