| java.lang.Object gnu.jpdf.PDFObject gnu.jpdf.PDFBorder
PDFBorder | public class PDFBorder extends PDFObject (Code) | | A border around an annotation
author: Peter T Mount, http://www.retep.org.uk/pdf/ author: Eric Z. Beard, ericzbeard@hotmail.com author: $Author: ezb $ version: $Revision: 1.2 $ |
Constructor Summary | |
public | PDFBorder(short style, double width) Creates a border using the predefined styles in PDFAnnot. | public | PDFBorder(double width, double dash) |
PDFBorder | public PDFBorder(short style, double width)(Code) | | Creates a border using the predefined styles in PDFAnnot.
Note: Do not use PDFAnnot.DASHED with this method.
Use the other constructor.
Parameters: style - The style of the border Parameters: width - The width of the border See Also: PDFAnnot |
PDFBorder | public PDFBorder(double width, double dash)(Code) | | Creates a border of style PDFAnnot.DASHED
Parameters: width - The width of the border Parameters: dash - The line pattern definition |
|
|