Uses of Enum Class
com.stimulsoft.report.components.enums.StiIconSet
Packages that use StiIconSet
Package
Description
-
Uses of StiIconSet in com.stimulsoft.report.components.conditions
Methods in com.stimulsoft.report.components.conditions that return StiIconSetModifier and TypeMethodDescriptionfinal StiIconSetStiIconSetCondition.getIconSet()Gets or sets icon set.Methods in com.stimulsoft.report.components.conditions with parameters of type StiIconSetConstructors in com.stimulsoft.report.components.conditions with parameters of type StiIconSetModifierConstructorDescriptionStiIconSetCondition(String column, StiIconSet iconSet, StiContentAlignment contentAlignment, StiIconSetItem item1, StiIconSetItem item2, StiIconSetItem item3, StiIconSetItem item4, StiIconSetItem item5) -
Uses of StiIconSet in com.stimulsoft.report.components.enums
Methods in com.stimulsoft.report.components.enums that return StiIconSetModifier and TypeMethodDescriptionstatic StiIconSetStiIconSet.forValue(int value) static StiIconSetReturns the enum constant of this class with the specified name.static StiIconSet[]StiIconSet.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiIconSet in com.stimulsoft.report.components.indicators
Methods in com.stimulsoft.report.components.indicators with parameters of type StiIconSetModifier and TypeMethodDescriptionstatic StiIcon[]StiIconSetHelper.getIconSet(StiIconSet iconSet) Returns array of icon keys for specified Icon Set.