Generated by
JDiff

Class com.qoppa.pdfNotes.settings.RedactionTool

Added Methods
String getOverlayText() Returns a string specifying the overlay text that should be drawn over the redacted region after the content has been removed.
int getOverlayTextAlignment() Returns the alignment used for the overlay text that should be drawn over the redacted region after the content has been removed.
Color getOverlayTextColor() Returns the color used for the overlay text that should be drawn over the redacted region after the content has been removed.
String getOverlayTextFont() Returns the font used for the overlay text that should be drawn over the redacted region after the content has been removed.
float getOverlayTextSize() Returns the size used for the overlay text that should be drawn over the redacted region after the content has been removed.
boolean isOverlayTextRepeat() Returns a flag that determines whether or not the overlay text repeats.
void setOverlayText(String) Sets a string specifying the overlay text that should be drawn over the redacted region after the content has been removed.
void setOverlayTextAlignment(int) Sets the alignment used for the overlay text that should be drawn over the redacted region after the content has been removed.
void setOverlayTextColor(Color) Sets the color used for the overlay text that should be drawn over the redacted region after the content has been removed.
void setOverlayTextFont(String) Sets the font used for the overlay text that should be drawn over the redacted region after the content has been removed.
void setOverlayTextRepeat(boolean) Sets a flag that determines whether or not the overlay text repeats.
void setOverlayTextSize(float) Sets the size used for the overlay text that should be drawn over the redacted region after the content has been removed.
 

Added Fields
int OVERLAY_ALIGNMENT_CENTER  
int OVERLAY_ALIGNMENT_LEFT  
int OVERLAY_ALIGNMENT_RIGHT