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