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