|
Vector Graphics, 2.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.freehep.graphicsbase.util.export.ExportFileTypeRegistry
public class ExportFileTypeRegistry
| Method Summary | |
|---|---|
void |
add(ExportFileType exportFileType)
Adds ExportFile. |
List<ExportFileType> |
get()
Returns a list of all registered ExportFileTypes in the order in which they are found in jar files on the classpath. |
List<ExportFileType> |
get(String format)
Returns a list of all registered ExportFileTypes in the order in which they are found in jar files on the classpath, followed by all the extra registered ExportFileTypes as long as they do not duplicate any ExportFileType in the list. |
static ExportFileTypeRegistry |
getDefaultInstance(ClassLoader loader)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ExportFileTypeRegistry getDefaultInstance(ClassLoader loader)
public List<ExportFileType> get()
public List<ExportFileType> get(String format)
public void add(ExportFileType exportFileType)
exportFileType -
|
Vector Graphics, 2.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||