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

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

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

Methods in com.stimulsoft.report.components.conditions that return StiMidType
 StiMidType StiColorScaleCondition.getMidType()
          Gets or sets processing type of mid values for color scale indicator.
 

Methods in com.stimulsoft.report.components.conditions with parameters of type StiMidType
 void StiColorScaleCondition.setMidType(StiMidType value)
           
 

Constructors in com.stimulsoft.report.components.conditions with parameters of type StiMidType
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.
 

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

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



Copyright © 2018 Stimulsoft. All Rights Reserved.