com.stimulsoft.base.context.chart.geoms.enums
Enum StiGeomType
java.lang.Object
java.lang.Enum<StiGeomType>
com.stimulsoft.base.context.chart.geoms.enums.StiGeomType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiGeomType>
public enum StiGeomType
- extends java.lang.Enum<StiGeomType>
| 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 |
None
public static final StiGeomType None
Border
public static final StiGeomType Border
CachedShadow
public static final StiGeomType CachedShadow
Curve
public static final StiGeomType Curve
Ellipse
public static final StiGeomType Ellipse
Font
public static final StiGeomType Font
Line
public static final StiGeomType Line
Lines
public static final StiGeomType Lines
Path
public static final StiGeomType Path
Pen
public static final StiGeomType Pen
PopSmothingMode
public static final StiGeomType PopSmothingMode
PopTextRenderingHint
public static final StiGeomType PopTextRenderingHint
PopTransform
public static final StiGeomType PopTransform
PopClip
public static final StiGeomType PopClip
PushClip
public static final StiGeomType PushClip
PushRotateTransform
public static final StiGeomType PushRotateTransform
PushSmothingMode
public static final StiGeomType PushSmothingMode
PushSmothingModeToAntiAlias
public static final StiGeomType PushSmothingModeToAntiAlias
PushTextRenderingHint
public static final StiGeomType PushTextRenderingHint
PushTextRenderingHintToAntiAlias
public static final StiGeomType PushTextRenderingHintToAntiAlias
PushTranslateTransform
public static final StiGeomType PushTranslateTransform
Segment
public static final StiGeomType Segment
Shadow
public static final StiGeomType Shadow
Text
public static final StiGeomType Text
StringFormat
public static final StiGeomType StringFormat
AnimationBar
public static final StiGeomType AnimationBar
AnimationBorder
public static final StiGeomType AnimationBorder
AnimationColumn
public static final StiGeomType AnimationColumn
AnimationEllipse
public static final StiGeomType AnimationEllipse
AnimationPath
public static final StiGeomType AnimationPath
AnimationPathElement
public static final StiGeomType AnimationPathElement
AnimationLines
public static final StiGeomType AnimationLines
AnimationCurve
public static final StiGeomType AnimationCurve
AnimationLabel
public static final StiGeomType AnimationLabel
AnimationShadow
public static final StiGeomType AnimationShadow
values
public static StiGeomType[] 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 (StiGeomType c : StiGeomType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiGeomType 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
getValue
public int getValue()
forValue
public static StiGeomType forValue(int value)
Copyright © 2018 Stimulsoft. All Rights Reserved.