Uses of Class
com.compomics.util.io.export.ExportScheme
Package | Description |
---|---|
com.compomics.util.io.export |
Classes related to exporting reports.
|
-
Uses of ExportScheme in com.compomics.util.io.export
Methods in com.compomics.util.io.export that return ExportScheme Modifier and Type Method Description ExportScheme
ExportFactory. getExportScheme(String schemeName)
Returns the export scheme indexed by the given name.Methods in com.compomics.util.io.export with parameters of type ExportScheme Modifier and Type Method Description void
ExportFactory. addExportScheme(ExportScheme exportScheme)
Adds an export scheme to the map of user schemes.