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

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

Uses of Line in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return Line
 Line IAnnotationFactory.createLine(String contents, double x1, double y1, double x2, double y2)
          Constructs a line annotation with the given content.
 Line IAnnotationFactory.createLine(String contents, double x1, double y1, double x2, double y2, String intent)
          Constructs a line annotation with the given content and intent.
 

Uses of Line in com.qoppa.pdfNotes.settings
 

Methods in com.qoppa.pdfNotes.settings with parameters of type Line
static void ArrowTool.setDefaultProperties(Line line)
          This is a convenience method to set the Line-Arrow properties to the ArrowTool default properties.
static void DistanceTool.setDefaultProperties(Line line)
          This is a convenience method to set the Line-Dimension properties to the MeasurementTool default properties.
static void LineTool.setDefaultProperties(Line line)
          This is a convenience method to set the Line properties to the LineTool default properties.