Uses of Enum Class
com.stimulsoft.report.infographics.gauge.StiPlacement
Packages that use StiPlacement
Package
Description
-
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge
Methods in com.stimulsoft.report.infographics.gauge that return StiPlacementModifier and TypeMethodDescriptionstatic StiPlacementReturns the enum constant of this class with the specified name.static StiPlacement[]StiPlacement.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.interfaces
Methods in com.stimulsoft.report.infographics.gauge.interfaces with parameters of type StiPlacementModifier and TypeMethodDescriptionIStiScaleBarGeometry.drawGeometry(StiGaugeContextPainter context, double StartValue, double EndValue, double StartWidth, double EndWidth, double Offset, StiPlacement Placement, StiRefObject<StiRectangle> rect, boolean returnOnlyRect) -
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.primitives.indicators
Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that return StiPlacementMethods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiPlacement -
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.primitives.range
Methods in com.stimulsoft.report.infographics.gauge.primitives.range that return StiPlacementMethods in com.stimulsoft.report.infographics.gauge.primitives.range with parameters of type StiPlacementModifier and TypeMethodDescriptionvoidStiRangeBase.setPlacement(StiPlacement placement) the placement of the component. -
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry
Methods in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry with parameters of type StiPlacementModifier and TypeMethodDescriptionStiLinearBarGeometry.drawGeometry(StiGaugeContextPainter context, double StartValue, double EndValue, double StartWidth, double EndWidth, double Offset, StiPlacement Placement, StiRefObject<StiRectangle> rect, boolean returnOnlyRect) StiRadialBarGeometry.drawGeometry(StiGaugeContextPainter context, double StartValue, double EndValue, double StartWidth, double EndWidth, double Offset, StiPlacement Placement, StiRefObject<StiRectangle> rect, boolean returnOnlyRect) StiLinearBarGeometry.drawPrimitiveGeometry(StiGaugeContextPainter context, StiRectangle rect, double minAscent, double maxAscent, double StartWidth, double EndWidth, StiPlacement Placement, double restOffset, boolean isStartGreaterEnd) -
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.primitives.tick
Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that return StiPlacementModifier and TypeMethodDescriptionStiTickBase.getPlacement()the placement of the tick relative to the scale.protected StiPlacementStiTickBase.getPlacement(StiPlacement value) Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiPlacementModifier and TypeMethodDescriptionprotected StiPlacementStiTickBase.getPlacement(StiPlacement value) voidStiTickBase.setPlacement(StiPlacement placement) the placement of the tick relative to the scale. -
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.tick
Fields in com.stimulsoft.report.infographics.gauge.tick declared as StiPlacementMethods in com.stimulsoft.report.infographics.gauge.tick that return StiPlacementModifier and TypeMethodDescriptionStiCustomValueBase.getPlacement()the placement of the component.Methods in com.stimulsoft.report.infographics.gauge.tick with parameters of type StiPlacementModifier and TypeMethodDescriptionvoidStiCustomValueBase.setPlacement(StiPlacement placement) the placement of the component. -
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.tick.linear.label
Constructors in com.stimulsoft.report.infographics.gauge.tick.linear.label with parameters of type StiPlacementModifierConstructorDescriptionStiLinearTickLabelCustomValue(double value, String text, Double offset, StiPlacement placement) -
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.tick.linear.mark
Constructors in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type StiPlacementModifierConstructorDescriptionStiLinearTickMarkCustomValue(double value, Double offset, Double relativeWidth, Double relativeHeight, StiPlacement placement, StiGaugeElementSkin skin) -
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.tick.radial.label
Constructors in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiPlacementModifierConstructorDescriptionStiRadialTickLabelCustomValue(double value, String text, Double offset, Double offsetAngle, StiLabelRotationMode labelRotationMode, StiPlacement placement) -
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.tick.radial.mark
Constructors in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiPlacementModifierConstructorDescriptionStiRadialTickMarkCustomValue(double value, Double offset, Double relativeWidth, Double relativeHeight, Double offsetAngle, StiPlacement placement, StiBrush brush, StiBrush borderBrush, Double borderWidth, StiGaugeElementSkin skin) StiRadialTickMarkCustomValue(double value, Double offset, Double relativeWidth, Double relativeHeight, Double offsetAngle, StiPlacement placement, StiGaugeElementSkin skin)