com.stimulsoft.report.infographics.gauge
Enum StiRadialScaleSkin
java.lang.Object
java.lang.Enum<StiRadialScaleSkin>
com.stimulsoft.report.infographics.gauge.StiRadialScaleSkin
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiRadialScaleSkin>
public enum StiRadialScaleSkin
- extends java.lang.Enum<StiRadialScaleSkin>
Copyright Stimulsoft
Method Summary |
static StiRadialScaleSkin |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiRadialScaleSkin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Default
public static final StiRadialScaleSkin Default
Empty
public static final StiRadialScaleSkin Empty
RadialScaleQuarterCircleNW
public static final StiRadialScaleSkin RadialScaleQuarterCircleNW
RadialScaleQuarterCircleNE
public static final StiRadialScaleSkin RadialScaleQuarterCircleNE
RadialScaleQuarterCircleSW
public static final StiRadialScaleSkin RadialScaleQuarterCircleSW
RadialScaleQuarterCircleSE
public static final StiRadialScaleSkin RadialScaleQuarterCircleSE
RadialScaleHalfCircleN
public static final StiRadialScaleSkin RadialScaleHalfCircleN
RadialScaleHalfCircleS
public static final StiRadialScaleSkin RadialScaleHalfCircleS
values
public static StiRadialScaleSkin[] 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 (StiRadialScaleSkin c : StiRadialScaleSkin.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiRadialScaleSkin 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