Uses of Enum Class
com.stimulsoft.report.infographics.gauge.StiLabelRotationMode
Packages that use StiLabelRotationMode
Package
Description
-
Uses of StiLabelRotationMode in com.stimulsoft.report.infographics.gauge
Methods in com.stimulsoft.report.infographics.gauge that return StiLabelRotationModeModifier and TypeMethodDescriptionstatic StiLabelRotationModeStiLabelRotationMode.forValue(int value) static StiLabelRotationModeReturns the enum constant of this class with the specified name.static StiLabelRotationMode[]StiLabelRotationMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiLabelRotationMode in com.stimulsoft.report.infographics.gauge.primitives.tick
Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that return StiLabelRotationModeModifier and TypeMethodDescriptionStiRadialTickLabelBase.getLabelRotationMode()the rotation mode of labels.Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiLabelRotationModeModifier and TypeMethodDescriptionprotected intStiRadialTickLabelBase.getMatrixRotation(StiGaugeContextPainter context, StiPoint centerPoint, StiSize textSize, StiLabelRotationMode rotateMode, double radius, double angle, StiRefObject<StiPoint> position) voidStiRadialTickLabelBase.setLabelRotationMode(StiLabelRotationMode labelRotationMode) the rotation mode of labels. -
Uses of StiLabelRotationMode in com.stimulsoft.report.infographics.gauge.tick.radial.label
Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label that return StiLabelRotationModeModifier and TypeMethodDescriptionStiRadialTickLabelCustomValue.getLabelRotationMode()the rotation mode of labels.Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiLabelRotationModeModifier and TypeMethodDescriptionvoidStiRadialTickLabelCustomValue.setLabelRotationMode(StiLabelRotationMode labelRotationMode) the rotation mode of labels.Constructors in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiLabelRotationModeModifierConstructorDescriptionStiRadialTickLabelCustomValue(double value, String text, Double offset, Double offsetAngle, StiLabelRotationMode labelRotationMode, StiPlacement placement)