public enum STPathShadeType extends Enum<STPathShadeType>
Java class for ST_PathShadeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_PathShadeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="shape"/>
<enumeration value="circle"/>
<enumeration value="rect"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static STPathShadeType |
fromValue(String v) |
String |
value() |
static STPathShadeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STPathShadeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STPathShadeType SHAPE
public static final STPathShadeType CIRCLE
public static final STPathShadeType RECT
public static STPathShadeType[] values()
for (STPathShadeType c : STPathShadeType.values()) System.out.println(c);
public static STPathShadeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static STPathShadeType fromValue(String v)
Copyright © 2007-2022. All Rights Reserved.