public static enum PDFCanvas.EdgeType extends Enum<PDFCanvas.EdgeType>
Modifier and Type | Field and Description |
---|---|
int |
nativeInt |
Modifier and Type | Method and Description |
---|---|
static PDFCanvas.EdgeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFCanvas.EdgeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFCanvas.EdgeType BW
public static final PDFCanvas.EdgeType AA
public static PDFCanvas.EdgeType[] values()
for (PDFCanvas.EdgeType c : PDFCanvas.EdgeType.values()) System.out.println(c);
public static PDFCanvas.EdgeType 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 null