Uses of Enum Class
com.stimulsoft.report.components.enums.StiDataBarShape
Packages that use StiDataBarShape
Package
Description
-
Uses of StiDataBarShape in com.stimulsoft.report.components.conditions
Methods in com.stimulsoft.report.components.conditions that return StiDataBarShapeModifier and TypeMethodDescriptionfinal StiDataBarShapeStiDataBarCondition.getShape()The shape used to draw the data bar indicator.Methods in com.stimulsoft.report.components.conditions with parameters of type StiDataBarShapeConstructors in com.stimulsoft.report.components.conditions with parameters of type StiDataBarShapeModifierConstructorDescriptionStiDataBarCondition(String column, StiBrushType brushType, StiColor positiveColor, StiColor negativeColor, boolean showBorder, StiColor positiveBorderColor, StiColor negativeBorderColor, StiDataBarDirection direction, StiMinimumType minimumType, float minimumValue, StiMaximumType maximumType, float maximumValue, int padding, int cornerRadius, StiDataBarTextPlacement textPlacement, StiDataBarShape shape) Creates a new object of the type StiDataBarCondition. -
Uses of StiDataBarShape in com.stimulsoft.report.components.enums
Methods in com.stimulsoft.report.components.enums that return StiDataBarShapeModifier and TypeMethodDescriptionstatic StiDataBarShapeReturns the enum constant of this class with the specified name.static StiDataBarShape[]StiDataBarShape.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiDataBarShape in com.stimulsoft.report.components.indicators
Fields in com.stimulsoft.report.components.indicators declared as StiDataBarShapeMethods in com.stimulsoft.report.components.indicators that return StiDataBarShapeModifier and TypeMethodDescriptionfinal StiDataBarShapeStiDataBarIndicator.getShape()Gets or sets the shape used to draw the data bar indicator.Methods in com.stimulsoft.report.components.indicators with parameters of type StiDataBarShape -
Uses of StiDataBarShape in com.stimulsoft.report.components.interfaces
Methods in com.stimulsoft.report.components.interfaces that return StiDataBarShapeMethods in com.stimulsoft.report.components.interfaces with parameters of type StiDataBarShape