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

Packages that use StiBrushType
com.stimulsoft.report.components.conditions   
com.stimulsoft.report.components.enums   
com.stimulsoft.report.components.indicators   
com.stimulsoft.report.components.interfaces   
 

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

Methods in com.stimulsoft.report.components.conditions that return StiBrushType
 StiBrushType StiDataBarCondition.getBrushType()
          Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.
 

Methods in com.stimulsoft.report.components.conditions with parameters of type StiBrushType
 void StiDataBarCondition.setBrushType(StiBrushType value)
           
 

Constructors in com.stimulsoft.report.components.conditions with parameters of type StiBrushType
StiDataBarCondition(java.lang.String column, StiBrushType brushType, StiColor positiveColor, StiColor negativeColor, boolean showBorder, StiColor positiveBorderColor, StiColor negativeBorderColor, StiDataBarDirection direction, StiMinimumType minimumType, float minimumValue, StiMaximumType maximumType, float maximumValue)
          Creates a new object of the type StiDataBarCondition.
 

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

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

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

Methods in com.stimulsoft.report.components.indicators that return StiBrushType
 StiBrushType StiDataBarIndicator.getBrushType()
          Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.
 

Methods in com.stimulsoft.report.components.indicators with parameters of type StiBrushType
 void StiDataBarIndicator.setBrushType(StiBrushType value)
           
 

Constructors in com.stimulsoft.report.components.indicators with parameters of type StiBrushType
StiDataBarIndicator(StiBrushType brushType, StiColor positiveColor, StiColor negativeColor, boolean showBorder, StiColor positiveBorderColor, StiColor negativeBorderColor, StiDataBarDirection direction, float value, float minimum, float maximum)
          Creates a new object of the type StiDataBarIndicator.
 

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

Methods in com.stimulsoft.report.components.interfaces that return StiBrushType
 StiBrushType IStiDataBarIndicator.getBrushType()
          Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiBrushType
 void IStiDataBarIndicator.setBrushType(StiBrushType value)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.