public static enum JRViewer.ContentType extends Enum<JRViewer.ContentType>
Enum Constant and Description |
---|
CenteredAndScaled |
Custom |
Raw |
TerrainAligned |
Modifier and Type | Method and Description |
---|---|
static JRViewer.ContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JRViewer.ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JRViewer.ContentType Raw
public static final JRViewer.ContentType CenteredAndScaled
public static final JRViewer.ContentType TerrainAligned
public static final JRViewer.ContentType Custom
public static JRViewer.ContentType[] values()
for (JRViewer.ContentType c : JRViewer.ContentType.values()) System.out.println(c);
public static JRViewer.ContentType 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