Generated by
JDiff

Class com.qoppa.pdfViewer.PDFViewerBean

Removed Methods
int getScale() Returns the current scale used to display the PDF document rounded down to the nearest integer
TextSelectionContextMenu getSelectTextContextMenu() Returns the ContextMenu used for the content pane during text selection.
PageViewContextMenu getViewerContextMenu() Returns the ViewerContextMenu used for the content pane.
boolean isAttachmentsTabSelected() Returns true if the attachments tab is selected, otherwise false.
boolean isBookmarksTabSelected() Returns true if the bookmarks tab is selected, otherwise false.
boolean isCommentsTabSelected() Returns true if the comments tab is selected, otherwise false.
boolean isCommentsVisible() Returns whether comments are visible on the component.
boolean isLayersTabSelected() Returns true if the layers tab is selected, otherwise false.
boolean isPagesTabSelected() Returns true if the pages tab is selected, otherwise false.
boolean isSignaturesTabSelected() Returns true if the signature tab is selected, otherwise false.
void setCommentsVisible(boolean) This method will turn viewing of comments on or off.
void setScale(int) Changes the display scale for the PDF document.
void setSplitVisible(boolean, boolean) Method to show or hide the split pane functionality.
void setTabCommentsVisible(boolean) This method will set the visibility of the comments panel.
void showTabAttachments() This methods will ensure that the file attachment tab is showing.
void showTabBookmarks() This methods will ensure that the bookmarks tab is showing.
void showTabLayers() This methods will ensure that the layers panel is showing.
void showTabSignature() This methods will ensure that the signature tab tab is showing.
void showTabThumbnails() This methods will ensure that the thumbnails tab is showing.
 

Added Methods
void setScreenResolution(int) Sets the screen resolution in dots-per-inch.