| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
StiGraphicsPathLinesGaugeGeom |
IStiScaleBarGeometry.drawGeometry(StiGaugeContextPainter context,
double StartValue,
double EndValue,
double StartWidth,
double EndWidth,
double Offset,
StiPlacement Placement,
StiRefObject<StiRectangle> rect,
boolean returnOnlyRect) |
| Modifier and Type | Method and Description |
|---|---|
StiPlacement |
StiIndicatorBase.getPlacement() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiIndicatorBase.setPlacement(StiPlacement placement) |
| Modifier and Type | Method and Description |
|---|---|
StiPlacement |
StiRangeBase.getPlacement()
the placement of the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiRangeBase.setPlacement(StiPlacement placement)
the placement of the component.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
StiPlacement |
StiTickBase.getPlacement()
the placement of the tick relative to the scale.
|
protected StiPlacement |
StiTickBase.getPlacement(StiPlacement value) |
| Modifier and Type | Method and Description |
|---|---|
protected StiPlacement |
StiTickBase.getPlacement(StiPlacement value) |
void |
StiTickBase.setPlacement(StiPlacement placement)
the placement of the tick relative to the scale.
|
| Modifier and Type | Field and Description |
|---|---|
protected StiPlacement |
StiCustomValueBase.placement |
| Modifier and Type | Method and Description |
|---|---|
StiPlacement |
StiCustomValueBase.getPlacement()
the placement of the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiCustomValueBase.setPlacement(StiPlacement placement)
the placement of the component.
|
| Constructor and Description |
|---|
StiLinearTickLabelCustomValue(double value,
java.lang.String text,
java.lang.Double offset,
StiPlacement placement) |
| Constructor and Description |
|---|
StiLinearTickMarkCustomValue(double value,
java.lang.Double offset,
java.lang.Double relativeWidth,
java.lang.Double relativeHeight,
StiPlacement placement,
StiGaugeElementSkin skin) |
| Constructor and Description |
|---|
StiRadialTickLabelCustomValue(double value,
java.lang.String text,
java.lang.Double offset,
java.lang.Double offsetAngle,
StiLabelRotationMode labelRotationMode,
StiPlacement placement) |
| Constructor and Description |
|---|
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) |
Copyright © 2019 Stimulsoft. All Rights Reserved.