Uses of Class
com.stimulsoft.report.components.conditions.StiContentAlignment

Packages that use StiContentAlignment
com.stimulsoft.report.components.conditions   
com.stimulsoft.report.components.indicators   
 

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

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

Methods in com.stimulsoft.report.components.conditions with parameters of type StiContentAlignment
 void StiIconSetCondition.setContentAlignment(StiContentAlignment value)
           
 

Constructors in com.stimulsoft.report.components.conditions with parameters of type StiContentAlignment
StiIconSetCondition(java.lang.String column, StiIconSet iconSet, StiContentAlignment contentAlignment, StiIconSetItem item1, StiIconSetItem item2, StiIconSetItem item3, StiIconSetItem item4, StiIconSetItem item5)
           
 

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

Methods in com.stimulsoft.report.components.indicators that return StiContentAlignment
 StiContentAlignment StiIconSetIndicator.getAlignment()
          Gets or sets a icon alignment of indicator.
 

Methods in com.stimulsoft.report.components.indicators with parameters of type StiContentAlignment
 void StiIconSetIndicator.setAlignment(StiContentAlignment value)
           
 

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