public static enum Plot.Terminal extends Enum<Plot.Terminal>
Enum Constant and Description |
---|
CANVAS |
EPSLATEX |
GIF |
JPEG |
LATEX |
PDFCAIRO |
PNG |
POSTSCRIPT |
POSTSCRIPT_COLOR |
PSLATEX |
PSTEX |
PSTRICKS |
SVG |
Modifier and Type | Method and Description |
---|---|
static String[] |
getDescriptions()
Gets an array of string descriptions - one for each enum value.
|
static String[] |
getStringValues()
Get string values for the enum values.
|
static Plot.Terminal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plot.Terminal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plot.Terminal CANVAS
public static final Plot.Terminal EPSLATEX
public static final Plot.Terminal GIF
public static final Plot.Terminal JPEG
public static final Plot.Terminal LATEX
public static final Plot.Terminal PDFCAIRO
public static final Plot.Terminal PNG
public static final Plot.Terminal POSTSCRIPT
public static final Plot.Terminal POSTSCRIPT_COLOR
public static final Plot.Terminal PSLATEX
public static final Plot.Terminal PSTEX
public static final Plot.Terminal PSTRICKS
public static final Plot.Terminal SVG
public static Plot.Terminal[] values()
for (Plot.Terminal c : Plot.Terminal.values()) System.out.println(c);
public static Plot.Terminal 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 static String[] getDescriptions()
public static String[] getStringValues()
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.