Generated by
JDiff

Class com.qoppa.pdfProcess.PDFGraphics

Removed Methods
ImageSettings getImageParams() Returns the current image encoding parameters.
void setImageParams(ImageSettings) Sets the image encoding parameters.
 

Added Methods
ImageCompression getImageCompression() Returns the current image compression settings.
void setImageCompression(ImageCompression) Sets the image compression settings.
 

Changed Methods
void addRenderingHints(Map<?, ?>) Change in signature from Map to (Map<?, ?>).
Sets the values of an arbitrary number of preferences for the rendering algorithms.
ImageSettings getImageSettings() Now deprecated.
Use {@link #getImageCompression} instead.
void setImageSettings(ImageSettings) Now deprecated.
Use {@link #setImageCompression(ImageCompression)} instead.
void setRenderingHints(Map<?, ?>) Change in signature from Map to (Map<?, ?>).
Replaces the values of all preferences for the rendering algorithms with the specified hints.