public enum ExportFormat extends Enum<ExportFormat>
Enum Constant and Description |
---|
ATOMPUB |
GEORSS |
GIF |
JPEG |
KML_COMPRESSED |
KML_PLAIN |
PDF |
PNG |
SVG |
TIFF |
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Gets the format.
|
String |
getId()
Gets the id.
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getImg()
Gets the img.
|
String |
getLabel()
Gets the label.
|
boolean |
isSupportTransparency() |
static ExportFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportFormat ATOMPUB
public static final ExportFormat GIF
public static final ExportFormat GEORSS
public static final ExportFormat JPEG
public static final ExportFormat KML_COMPRESSED
public static final ExportFormat KML_PLAIN
public static final ExportFormat PDF
public static final ExportFormat PNG
public static final ExportFormat SVG
public static final ExportFormat TIFF
public static ExportFormat[] values()
for (ExportFormat c : ExportFormat.values()) System.out.println(c);
public static ExportFormat 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 getId()
public String getLabel()
public String getFormat()
public com.google.gwt.user.client.ui.AbstractImagePrototype getImg()
public boolean isSupportTransparency()
Copyright © 2016. All Rights Reserved.