Schnittstelle CharacterExportPlugin<C extends RuleSpecificCharacterObject<?,?,?,?>>

Alle Superschnittstellen:
ExportPlugin

public interface CharacterExportPlugin<C extends RuleSpecificCharacterObject<?,?,?,?>> extends ExportPlugin
  • Methodendetails

    • getFileType

      String getFileType()
    • getIcon

      byte[] getIcon()
    • getConfiguration

      List<ConfigOption<?>> getConfiguration()
      Return a list (better: tree) of configurable for actions performed by this plugin (e.g. print options)
    • createExport

      byte[] createExport(C charac)