org.freehep.graphicsbase.util.export
Class ExportFileTypeGroups
java.lang.Object
org.freehep.graphicsbase.util.export.ExportFileTypeGroups
public class ExportFileTypeGroups
- extends Object
- Author:
- Mark Donszelmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VECTOR
public static final String VECTOR
- See Also:
- Constant Field Values
BITMAP
public static final String BITMAP
- See Also:
- Constant Field Values
OTHER
public static final String OTHER
- See Also:
- Constant Field Values
ALTERNATIVE
public static final String ALTERNATIVE
- See Also:
- Constant Field Values
ExportFileTypeGroups
public ExportFileTypeGroups(List<ExportFileType> exportFileTypes)
getExportFileTypes
public List<ExportFileType> getExportFileTypes(String group)
- Return all registered ExportFileTypes for a certain group.
getGroupNames
public List<String> getGroupNames()
getLabel
public String getLabel(String group)
Copyright © 2014. All rights reserved.