com.stimulsoft.base.context.chart.geoms.enums
Enum StiGeomType

java.lang.Object
  extended by java.lang.Enum<StiGeomType>
      extended by 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>


Enum Constant Summary
AnimationBar
           
AnimationBorder
           
AnimationColumn
           
AnimationCurve
           
AnimationEllipse
           
AnimationLabel
           
AnimationLines
           
AnimationPath
           
AnimationPathElement
           
AnimationShadow
           
Border
           
CachedShadow
           
Curve
           
Ellipse
           
Font
           
Line
           
Lines
           
None
           
Path
           
Pen
           
PopClip
           
PopSmothingMode
           
PopTextRenderingHint
           
PopTransform
           
PushClip
           
PushRotateTransform
           
PushSmothingMode
           
PushSmothingModeToAntiAlias
           
PushTextRenderingHint
           
PushTextRenderingHintToAntiAlias
           
PushTranslateTransform
           
Segment
           
Shadow
           
StringFormat
           
Text
           
 
Method Summary
static StiGeomType forValue(int value)
           
 int getValue()
           
static StiGeomType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiGeomType[] 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
 

Enum Constant Detail

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
Method Detail

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.