Serializable, Comparable<AnnotationInfo.PenStyleEnum>public static enum AnnotationInfo.PenStyleEnum extends Enum<AnnotationInfo.PenStyleEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AnnotationInfo.PenStyleEnum.Adapter |
| Enum Constant | Description |
|---|---|
DASH |
|
DASHDOT |
|
DASHDOTDOT |
|
DOT |
|
LONGDASH |
|
SOLID |
| Modifier and Type | Method | Description |
|---|---|---|
static AnnotationInfo.PenStyleEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static AnnotationInfo.PenStyleEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AnnotationInfo.PenStyleEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationInfo.PenStyleEnum SOLID
public static final AnnotationInfo.PenStyleEnum DASH
public static final AnnotationInfo.PenStyleEnum DASHDOT
public static final AnnotationInfo.PenStyleEnum DOT
public static final AnnotationInfo.PenStyleEnum LONGDASH
public static final AnnotationInfo.PenStyleEnum DASHDOTDOT
public static AnnotationInfo.PenStyleEnum[] values()
for (AnnotationInfo.PenStyleEnum c : AnnotationInfo.PenStyleEnum.values()) System.out.println(c);
public static AnnotationInfo.PenStyleEnum 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<AnnotationInfo.PenStyleEnum>public static AnnotationInfo.PenStyleEnum fromValue(String text)
Copyright © 2025. All rights reserved.