public enum GraphOutputFormat extends java.lang.Enum<GraphOutputFormat> implements schemacrawler.tools.options.OutputFormat
| Enum Constant and Description |
|---|
bmp |
canon |
cgimage |
cmap |
dot |
eps |
exr |
fig |
gd |
gif |
gtk |
gv |
htmlx |
ico |
imap |
jp2 |
jpg |
pct |
pdf |
pic |
plain |
png |
pov |
ps |
ps2 |
psd |
scdot |
sgi |
svg |
svgz |
tga |
tiff |
tk |
vml |
vmlz |
vrml |
wbmp |
webp |
xdot |
xlib |
| Modifier and Type | Method and Description |
|---|---|
static GraphOutputFormat |
fromFormat(java.lang.String format)
Gets the value from the format.
|
java.lang.String |
getDescription() |
java.lang.String |
getFormat() |
java.util.List<java.lang.String> |
getFormats() |
static boolean |
isSupportedFormat(java.lang.String format)
Checks if the value of the format is supported.
|
java.lang.String |
toString() |
static GraphOutputFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphOutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphOutputFormat htmlx
public static final GraphOutputFormat scdot
public static final GraphOutputFormat bmp
public static final GraphOutputFormat canon
public static final GraphOutputFormat dot
public static final GraphOutputFormat gv
public static final GraphOutputFormat xdot
public static final GraphOutputFormat cgimage
public static final GraphOutputFormat cmap
public static final GraphOutputFormat eps
public static final GraphOutputFormat exr
public static final GraphOutputFormat fig
public static final GraphOutputFormat gd
public static final GraphOutputFormat gif
public static final GraphOutputFormat gtk
public static final GraphOutputFormat ico
public static final GraphOutputFormat imap
public static final GraphOutputFormat jp2
public static final GraphOutputFormat jpg
public static final GraphOutputFormat pct
public static final GraphOutputFormat pdf
public static final GraphOutputFormat pic
public static final GraphOutputFormat plain
public static final GraphOutputFormat png
public static final GraphOutputFormat pov
public static final GraphOutputFormat ps
public static final GraphOutputFormat ps2
public static final GraphOutputFormat psd
public static final GraphOutputFormat sgi
public static final GraphOutputFormat svg
public static final GraphOutputFormat svgz
public static final GraphOutputFormat tga
public static final GraphOutputFormat tiff
public static final GraphOutputFormat tk
public static final GraphOutputFormat vml
public static final GraphOutputFormat vmlz
public static final GraphOutputFormat vrml
public static final GraphOutputFormat wbmp
public static final GraphOutputFormat webp
public static final GraphOutputFormat xlib
public static GraphOutputFormat[] values()
for (GraphOutputFormat c : GraphOutputFormat.values()) System.out.println(c);
public static GraphOutputFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static GraphOutputFormat fromFormat(java.lang.String format)
format - Graph output format.public static boolean isSupportedFormat(java.lang.String format)
public java.lang.String getDescription()
getDescription in interface schemacrawler.tools.options.OutputFormatpublic java.lang.String getFormat()
getFormat in interface schemacrawler.tools.options.OutputFormatpublic java.util.List<java.lang.String> getFormats()
getFormats in interface schemacrawler.tools.options.OutputFormatpublic java.lang.String toString()
toString in class java.lang.Enum<GraphOutputFormat>Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.