Klasse DiaDoc

java.lang.Object
de.srsoftware.document.processor.FileProcessor
de.srsoftware.document.processor.dia.DiaDoc
Alle implementierten Schnittstellen:
de.srsoftware.document.api.Document

public class DiaDoc extends FileProcessor
Documents build from dia files
  • Konstruktordetails

    • DiaDoc

      public DiaDoc(String mime, String extension, de.srsoftware.document.api.Document precursor)
      create a new dia doc instance
      Parameter:
      mime - the mime type of the produced content
      extension - the extension of the produced content
      precursor - the required precursor file
  • Methodendetails

    • command

      protected List<String> command(Map<String,Object> data)
      Beschreibung aus Klasse kopiert: FileProcessor
      provides the command used by the render process
      Angegeben von:
      command in Klasse FileProcessor
      Parameter:
      data - context for the command creation
      Gibt zurück:
      a list of strings composing the render command
    • description

      public String description()
    • id

      public String id()
    • mimeType

      public String mimeType()
    • precursors

      public List<de.srsoftware.document.api.Document> precursors()
      Beschreibung aus Klasse kopiert: FileProcessor
      the list of precursor documents required for rendering this document
      Angegeben von:
      precursors in Klasse FileProcessor
      Gibt zurück:
      the list of precursor documents required for rendering this document
    • software

      public String software()
      Beschreibung aus Klasse kopiert: FileProcessor
      Provides the name of the software used with the processor instance
      Angegeben von:
      software in Klasse FileProcessor
      Gibt zurück:
      a software string