Uses of Enum Class
com.stimulsoft.report.components.enums.StiIconSetOperation
Packages that use StiIconSetOperation
Package
Description
-
Uses of StiIconSetOperation in com.stimulsoft.report.components.conditions
Methods in com.stimulsoft.report.components.conditions that return StiIconSetOperationModifier and TypeMethodDescriptionfinal StiIconSetOperationStiIconSetItem.getOperation()Gets or sets type of operation for current item of IconSets.Methods in com.stimulsoft.report.components.conditions with parameters of type StiIconSetOperationModifier and TypeMethodDescriptionfinal voidStiIconSetItem.setOperation(StiIconSetOperation value) Constructors in com.stimulsoft.report.components.conditions with parameters of type StiIconSetOperationModifierConstructorDescriptionStiIconSetItem(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 StiIconSetOperationModifier and TypeMethodDescriptionstatic StiIconSetOperationStiIconSetOperation.forValue(int value) static StiIconSetOperationReturns the enum constant of this class with the specified name.static StiIconSetOperation[]StiIconSetOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.