|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge |
---|
Methods in com.stimulsoft.report.infographics.gauge that return StiPlacement | |
---|---|
static StiPlacement |
StiPlacement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiPlacement[] |
StiPlacement.values()
Returns an array containing the constants of this enum type, 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 StiPlacement | |
---|---|
StiGraphicsPathLinesGaugeGeom |
IStiScaleBarGeometry.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 StiPlacement | |
---|---|
StiPlacement |
StiIndicatorBase.getPlacement()
|
Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiPlacement | |
---|---|
void |
StiIndicatorBase.setPlacement(StiPlacement placement)
|
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.primitives.range |
---|
Methods in com.stimulsoft.report.infographics.gauge.primitives.range that return StiPlacement | |
---|---|
StiPlacement |
StiRangeBase.getPlacement()
the placement of the component. |
Methods in com.stimulsoft.report.infographics.gauge.primitives.range with parameters of type StiPlacement | |
---|---|
void |
StiRangeBase.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 StiPlacement | |
---|---|
StiGraphicsPathLinesGaugeGeom |
StiRadialBarGeometry.drawGeometry(StiGaugeContextPainter context,
double StartValue,
double EndValue,
double StartWidth,
double EndWidth,
double Offset,
StiPlacement Placement,
StiRefObject<StiRectangle> rect,
boolean returnOnlyRect)
|
StiGraphicsPathLinesGaugeGeom |
StiLinearBarGeometry.drawGeometry(StiGaugeContextPainter context,
double StartValue,
double EndValue,
double StartWidth,
double EndWidth,
double Offset,
StiPlacement Placement,
StiRefObject<StiRectangle> rect,
boolean returnOnlyRect)
|
StiGraphicsPathLinesGaugeGeom |
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 StiPlacement | |
---|---|
StiPlacement |
StiTickBase.getPlacement()
the placement of the tick relative to the scale. |
Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiPlacement | |
---|---|
void |
StiTickBase.setPlacement(StiPlacement placement)
the placement of the tick relative to the scale. |
Uses of StiPlacement in com.stimulsoft.report.infographics.gauge.tick |
---|
Methods in com.stimulsoft.report.infographics.gauge.tick that return StiPlacement | |
---|---|
StiPlacement |
StiCustomValueBase.getPlacement()
the placement of the component. |
Methods in com.stimulsoft.report.infographics.gauge.tick with parameters of type StiPlacement | |
---|---|
void |
StiCustomValueBase.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 StiPlacement | |
---|---|
StiLinearTickLabelCustomValue(double value,
java.lang.String text,
java.lang.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 StiPlacement | |
---|---|
StiLinearTickMarkCustomValue(double value,
java.lang.Double offset,
java.lang.Double relativeWidth,
java.lang.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 StiPlacement | |
---|---|
StiRadialTickLabelCustomValue(double value,
java.lang.String text,
java.lang.Double offset,
java.lang.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 StiPlacement | |
---|---|
StiRadialTickMarkCustomValue(double value,
java.lang.Double offset,
java.lang.Double relativeWidth,
java.lang.Double relativeHeight,
java.lang.Double offsetAngle,
StiPlacement placement,
StiBrush brush,
StiBrush borderBrush,
java.lang.Double borderWidth,
StiGaugeElementSkin skin)
|
|
StiRadialTickMarkCustomValue(double value,
java.lang.Double offset,
java.lang.Double relativeWidth,
java.lang.Double relativeHeight,
java.lang.Double offsetAngle,
StiPlacement placement,
StiGaugeElementSkin skin)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |