public enum StiGaugeGeomType extends java.lang.Enum<StiGaugeGeomType>
| Enum Constant and Description |
|---|
Ellipse |
GraphicsArcGeometry |
GraphicsPath |
GraphicsPathArc |
GraphicsPathCloseFigure |
GraphicsPathLine |
GraphicsPathLines |
Pie |
PopTranform |
PushMatrix |
RadialRange |
Rectangle |
RoundedRectangle |
Text |
| Modifier and Type | Method and Description |
|---|---|
static StiGaugeGeomType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiGaugeGeomType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiGaugeGeomType GraphicsPath
public static final StiGaugeGeomType GraphicsPathArc
public static final StiGaugeGeomType GraphicsPathCloseFigure
public static final StiGaugeGeomType RoundedRectangle
public static final StiGaugeGeomType Rectangle
public static final StiGaugeGeomType Pie
public static final StiGaugeGeomType Ellipse
public static final StiGaugeGeomType GraphicsArcGeometry
public static final StiGaugeGeomType PushMatrix
public static final StiGaugeGeomType PopTranform
public static final StiGaugeGeomType GraphicsPathLines
public static final StiGaugeGeomType GraphicsPathLine
public static final StiGaugeGeomType Text
public static final StiGaugeGeomType RadialRange
public static StiGaugeGeomType[] values()
for (StiGaugeGeomType c : StiGaugeGeomType.values()) System.out.println(c);
public static StiGaugeGeomType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Stimulsoft. All Rights Reserved.