Interface Processor

All Known Implementing Classes:
EPSProcessor, PDFProcessor, SVGProcessor

public interface Processor
Translates Command objects into a Document.
  • Method Summary

    Modifier and Type
    Method
    Description
    getDocument(CommandSequence commands, PageSize pageSize)
    Constructs a Document from the specified commands.
  • Method Details

    • getDocument

      Document getDocument(CommandSequence commands, PageSize pageSize)
      Constructs a Document from the specified commands.
      Parameters:
      commands - Commands used to create the Document.
      pageSize - Size of the resulting Document.
      Returns:
      Document representation of the commands.