Generated by
JDiff

Class com.qoppa.pdfNotes.settings.AreaTool

Added Methods
BasicStroke getDefaultBasicStroke() Gets the default stroke.
int getDefaultUnitsStringType() Returns the default units string display type.
boolean isShowMeasurement() Returns the setting for whether to display the measurement on the annotation itself.
void setDefaultBasicStroke(BasicStroke) Sets the default stroke.
void setDefaultUnitsStringType(int) Sets the default units display type to use when creating new area measurements.
void setShowMeasurement(boolean) Set whether to display the measurement on the annotation itself.
 

Added Fields
int SQ_UNITS Display the units as "sq units".
int UNITS_2 Display the units as "units^2".