|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.jpdf.PDFObject
gnu.jpdf.PDFBorder
public class PDFBorder
A border around an annotation
Field Summary |
---|
Fields inherited from class gnu.jpdf.PDFObject |
---|
objser, pdfDocument |
Constructor Summary | |
---|---|
PDFBorder(double width,
double[] dash)
Creates a border of style PDFAnnot.DASHED |
|
PDFBorder(short style,
double width)
Creates a border using the predefined styles in PDFAnnot. |
Method Summary | |
---|---|
void |
write(java.io.OutputStream os)
Writes the object to the output stream. |
Methods inherited from class gnu.jpdf.PDFObject |
---|
getPDFDocument, getSerialID, getType, toArray, toString, writeEnd, writeStart |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PDFBorder(short style, double width)
Note: Do not use PDFAnnot.DASHED with this method. Use the other constructor.
style
- The style of the borderwidth
- The width of the borderPDFAnnot
public PDFBorder(double width, double[] dash)
width
- The width of the borderdash
- The line pattern definitionMethod Detail |
---|
public void write(java.io.OutputStream os) throws java.io.IOException
PDFObject
Writes the object to the output stream. This method must be overidden.
Note: It should not write any other objects, even if they are it's Kids, as they will be written by the calling routine.
write
in class PDFObject
os
- OutputStream to send the object to
java.io.IOException
- on error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |