Vector Graphics, 2.4

org.freehep.graphicsbase.util.export
Class ExportFileTypeGroups

java.lang.Object
  extended by org.freehep.graphicsbase.util.export.ExportFileTypeGroups

public class ExportFileTypeGroups
extends Object

Author:
Mark Donszelmann

Field Summary
static String ALTERNATIVE
           
static String BITMAP
           
static String OTHER
           
static String VECTOR
           
 
Constructor Summary
ExportFileTypeGroups(List<ExportFileType> exportFileTypes)
           
 
Method Summary
 List<ExportFileType> getExportFileTypes(String group)
          Return all registered ExportFileTypes for a certain group.
 List<String> getGroupNames()
           
 String getLabel(String group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ExportFileTypeGroups

public ExportFileTypeGroups(List<ExportFileType> exportFileTypes)
Method Detail

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)

Vector Graphics, 2.4

Copyright © 2014. All rights reserved.