public static enum LineFormat.SketchTypeEnum extends Enum<LineFormat.SketchTypeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
LineFormat.SketchTypeEnum.Adapter |
Enum Constant and Description |
---|
CURVED |
FREEHAND |
NONE |
NOTDEFINED |
SCRIBBLE |
Modifier and Type | Method and Description |
---|---|
static LineFormat.SketchTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static LineFormat.SketchTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineFormat.SketchTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineFormat.SketchTypeEnum NONE
public static final LineFormat.SketchTypeEnum CURVED
public static final LineFormat.SketchTypeEnum FREEHAND
public static final LineFormat.SketchTypeEnum SCRIBBLE
public static final LineFormat.SketchTypeEnum NOTDEFINED
public static LineFormat.SketchTypeEnum[] values()
for (LineFormat.SketchTypeEnum c : LineFormat.SketchTypeEnum.values()) System.out.println(c);
public static LineFormat.SketchTypeEnum 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 getValue()
public String toString()
toString
in class Enum<LineFormat.SketchTypeEnum>
public static LineFormat.SketchTypeEnum fromValue(String text)
Copyright © 2021. All rights reserved.