com.stimulsoft.report.painters.context.gauge
Enum StiGaugeGeomType
java.lang.Object
java.lang.Enum<StiGaugeGeomType>
com.stimulsoft.report.painters.context.gauge.StiGaugeGeomType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiGaugeGeomType>
public enum StiGaugeGeomType
- extends java.lang.Enum<StiGaugeGeomType>
Copyright Stimulsoft
|
Method Summary |
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. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
GraphicsPath
public static final StiGaugeGeomType GraphicsPath
GraphicsPathArc
public static final StiGaugeGeomType GraphicsPathArc
GraphicsPathCloseFigure
public static final StiGaugeGeomType GraphicsPathCloseFigure
RoundedRectangle
public static final StiGaugeGeomType RoundedRectangle
Rectangle
public static final StiGaugeGeomType Rectangle
Pie
public static final StiGaugeGeomType Pie
Ellipse
public static final StiGaugeGeomType Ellipse
GraphicsArcGeometry
public static final StiGaugeGeomType GraphicsArcGeometry
PushMatrix
public static final StiGaugeGeomType PushMatrix
PopTranform
public static final StiGaugeGeomType PopTranform
GraphicsPathLines
public static final StiGaugeGeomType GraphicsPathLines
GraphicsPathLine
public static final StiGaugeGeomType GraphicsPathLine
Text
public static final StiGaugeGeomType Text
RadialRange
public static final StiGaugeGeomType RadialRange
values
public static StiGaugeGeomType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (StiGaugeGeomType c : StiGaugeGeomType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiGaugeGeomType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
Copyright © 2018 Stimulsoft. All Rights Reserved.