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

Packages that use StiMaximumType
com.stimulsoft.report.components.conditions   
com.stimulsoft.report.components.enums   
 

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

Methods in com.stimulsoft.report.components.conditions that return StiMaximumType
 StiMaximumType StiDataBarCondition.getMaximumType()
          Gets or sets processing type of maximal values for data bar indicator.
 StiMaximumType StiColorScaleCondition.getMaximumType()
          Gets or sets processing type of maximal values for color scale indicator.
 

Methods in com.stimulsoft.report.components.conditions with parameters of type StiMaximumType
 void StiDataBarCondition.setMaximumType(StiMaximumType value)
           
 void StiColorScaleCondition.setMaximumType(StiMaximumType value)
           
 

Constructors in com.stimulsoft.report.components.conditions with parameters of type StiMaximumType
StiColorScaleCondition(java.lang.String column, StiColorScaleType scaleType, StiColor minimumColor, StiColor midColor, StiColor maximumColor, StiMinimumType minimumType, float minimumValue, StiMidType midType, float midValue, StiMaximumType maximumType, float maximumValue)
          Creates a new object of the type StiColorScaleCondition.
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 StiMaximumType in com.stimulsoft.report.components.enums
 

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



Copyright © 2018 Stimulsoft. All Rights Reserved.