public class ExportFileTypeGroups extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALTERNATIVE |
static String |
BITMAP |
static String |
OTHER |
static String |
VECTOR |
| Constructor and Description |
|---|
ExportFileTypeGroups(List<ExportFileType> exportFileTypes) |
| Modifier and Type | Method and Description |
|---|---|
List<ExportFileType> |
getExportFileTypes(String group)
Return all registered ExportFileTypes for a certain group.
|
List<String> |
getGroupNames() |
String |
getLabel(String group) |
public static final String VECTOR
public static final String BITMAP
public static final String OTHER
public static final String ALTERNATIVE
public ExportFileTypeGroups(List<ExportFileType> exportFileTypes)
Copyright © 2020. All rights reserved.