Package org.loboevolution.pdfview
Class Configuration
java.lang.Object
org.loboevolution.pdfview.Configuration
Since there is no context that is passed between the various classes that
perform the pdf parsing and rendering, we introduce this class to at least
globally configure PDFRenderer.
Typically, you would configure the global instance before using any other PDFRenderer API.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
getInstance
getInstance.
- Returns:
- a
Configuration
object.
-