Package de.erichseifert.vectorgraphics2d
Class Processors
java.lang.Object
de.erichseifert.vectorgraphics2d.Processors
Utility class that provides simplified access to processors for different
file formats. At the moment three implementations of processors are available:
"eps"
, "pdf"
, and "svg"
A new processor can be retrieved by calling the get(String)
method with the format name:
Processor pdfProcessor = Processors.get("pdf");
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Processors
Processors()Default constructor that prevents creation of class.
-
-
Method Details
-
get
-