Uses of Class
com.stimulsoft.report.components.indicators.StiIndicator

Packages that use StiIndicator
com.stimulsoft.report.components.conditions   
com.stimulsoft.report.components.indicators   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.painters   
com.stimulsoft.report.painters.indicator   
 

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

Methods in com.stimulsoft.report.components.conditions that return StiIndicator
 StiIndicator StiIconSetCondition.CreateIndicator(StiText component)
          Creates new indicator for specified condition.
 StiIndicator StiDataBarCondition.CreateIndicator(StiText component)
          Creates new indicator for specified condition.
 StiIndicator StiColorScaleCondition.CreateIndicator(StiText component)
           
 

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

Subclasses of StiIndicator in com.stimulsoft.report.components.indicators
 class StiDataBarIndicator
           
 class StiIconSetIndicator
           
 

Methods in com.stimulsoft.report.components.indicators that return StiIndicator
static StiIndicator StiIndicator.deserializeFromString(java.lang.String content)
           
 StiIndicator StiIndicator.getInstance(java.lang.String content)
           
static StiIndicator StiIndicator.LoadFromJsonObjectInternal(JSONObject jObject)
           
 

Uses of StiIndicator in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces that return StiIndicator
 StiIndicator IStiIndicatorCondition.CreateIndicator(StiText stiText)
           
 

Uses of StiIndicator in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiIndicator
 StiIndicator StiText.getIndicator()
          Gets or sets special indicator for text component.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiIndicator
 void StiText.setIndicator(StiIndicator value)
           
 

Uses of StiIndicator in com.stimulsoft.report.painters
 

Methods in com.stimulsoft.report.painters with parameters of type StiIndicator
static StiIndicatorTypePainter StiPainter.getIndicatorPainter(StiIndicator componentType)
          Retirn indicator painter by indicator component
 

Uses of StiIndicator in com.stimulsoft.report.painters.indicator
 

Methods in com.stimulsoft.report.painters.indicator with parameters of type StiIndicator
static StiIndicatorTypePainter StiIndicatorTypePainter.getPainter(StiIndicator componentType)
          Return StiIndicatorTypePainter accoding to indicator