Klasse LatexFactory

java.lang.Object
de.srsoftware.document.processor.latex.LatexFactory
Alle implementierten Schnittstellen:
de.srsoftware.document.api.DocumentFactory

public class LatexFactory extends Object implements de.srsoftware.document.api.DocumentFactory
This factory provides rendering of LaTeX documents to various formats
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    create a new instance
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
    Stream<de.srsoftware.document.api.Document>
     
    void
    findPrecursors(de.srsoftware.document.api.Document tex, Set<de.srsoftware.document.api.Document> precursors)
    Try to find possible precursors for a latex file (inspecting the source code an looking for include statements)
    setRegistry(de.srsoftware.document.api.DocumentRegistry registry)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden de.srsoftware.document.api.DocumentFactory

    id
  • Konstruktordetails

    • LatexFactory

      public LatexFactory()
      create a new instance
  • Methodendetails

    • description

      public String description()
      Angegeben von:
      description in Schnittstelle de.srsoftware.document.api.DocumentFactory
    • documents

      public Stream<de.srsoftware.document.api.Document> documents()
      Angegeben von:
      documents in Schnittstelle de.srsoftware.document.api.DocumentFactory
    • findPrecursors

      public void findPrecursors(de.srsoftware.document.api.Document tex, Set<de.srsoftware.document.api.Document> precursors)
      Try to find possible precursors for a latex file (inspecting the source code an looking for include statements)
      Parameter:
      tex - the source code document
      precursors - a list of precursors to be complemented
    • setRegistry

      public LatexFactory setRegistry(de.srsoftware.document.api.DocumentRegistry registry)
      Angegeben von:
      setRegistry in Schnittstelle de.srsoftware.document.api.DocumentFactory