Uses of Interface
com.qoppa.pdf.annotations.Square

Packages that use Square
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdfNotes.settings Classes used to configure a number of settings for jPDFNotes. 
 

Uses of Square in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return Square
 Square IAnnotationFactory.createSquare(String contents)
          Constructs a square annotation with the given content.
 

Uses of Square in com.qoppa.pdfNotes.settings
 

Methods in com.qoppa.pdfNotes.settings with parameters of type Square
static void AreaHighlightTool.setDefaultProperties(Square square)
          This is a convenience method to set the Square-AreaHighlight properties to the AreaHighlightTool default properties.
static void SquareTool.setDefaultProperties(Square square)
          This is a convenience method to set the Square properties to the SquareTool default properties.