Uses of Class
de.cau.cs.kieler.kiml.export.ExporterOption

Packages that use ExporterOption
de.cau.cs.kieler.kiml.export Base classes for the graph export. 
 

Uses of ExporterOption in de.cau.cs.kieler.kiml.export
 

Methods in de.cau.cs.kieler.kiml.export that return types with arguments of type ExporterOption
 List<ExporterOption<?>> AbstractExporter.getOptions()
          Returns the options that are available for this exporter.
 

Methods in de.cau.cs.kieler.kiml.export with parameters of type ExporterOption
<T> void
AbstractExporter.addOption(ExporterOption<T> option)
          Adds an option to the exporter.