|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Export.ExportFormat>
net.sf.latexdraw.actions.Export.ExportFormat
public static enum Export.ExportFormat
The enumeration defines the different formats managed to export drawing.
Enum Constant Summary | |
---|---|
BMP
The BMP format. |
|
EPS_LATEX
The latex format (using latex). |
|
JPG
The JPG format. |
|
PDF
The PDF format. |
|
PDF_CROP
The PDF format (using pdfcrop). |
|
PNG
The PNG format. |
|
TEX
The latex format. |
Method Summary | |
---|---|
abstract java.lang.String |
getFileExtension()
|
abstract javax.swing.filechooser.FileFilter |
getFilter()
|
static Export.ExportFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Export.ExportFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Export.ExportFormat TEX
public static final Export.ExportFormat PDF
public static final Export.ExportFormat EPS_LATEX
public static final Export.ExportFormat PDF_CROP
public static final Export.ExportFormat BMP
public static final Export.ExportFormat PNG
public static final Export.ExportFormat JPG
Method Detail |
---|
public static Export.ExportFormat[] values()
for (Export.ExportFormat c : Export.ExportFormat.values()) System.out.println(c);
public static Export.ExportFormat 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 name
java.lang.NullPointerException
- if the argument is nullpublic abstract javax.swing.filechooser.FileFilter getFilter()
public abstract java.lang.String getFileExtension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |