Generated by
JDiff

Class com.qoppa.pdfViewer.IconSettings

Added Methods
String getCommentsPanelStandardIconSize() Returns a String representing the icon size for the comments panel in PDFViewerBean when in standard mode.
String getCommentsPanelTouchIconSize() Returns a String representing the icon size for the comments panel in PDFViewerBean when in Touch Mode.
void setCommentsPanelStandardIconSize(String) Sets the default icon size to use in the comments panel in PDFViewerBean when in standard mode.
The size should be of format "32x32", or for convenience, you can use one of the following constants
  • IconSettings.SMALL: 16x16 icons
  • IconSettings.MEDIUM: 24x24 icons
  • IconSettings.LARGE: 32x32 icons
  • IconSettings.XLARGE: 48x48 icons
void setCommentsPanelTouchIconSize(String) Sets the default icon size to use in the comments panel in PDFViewerBean when in Touch Mode.
The size should be of format "32x32", or for convenience, you can use one of the following constants
  • IconSettings.SMALL: 16x16 icons
  • IconSettings.MEDIUM: 24x24 icons
  • IconSettings.LARGE: 32x32 icons
  • IconSettings.XLARGE: 48x48 icons
 

Added Fields
String XMLKEY_ICON_SETTINGS