Main Page | Namespace List | Class Hierarchy | Class List | Class Members | Related Pages

gnu::jpdf::PDFBorder Class Reference

Inheritance diagram for gnu::jpdf::PDFBorder:

Inheritance graph
[legend]
Collaboration diagram for gnu::jpdf::PDFBorder:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PDFBorder (short style, double width)
 PDFBorder (double width, double dash[])
void write (OutputStream os) throws IOException

Detailed Description

A border around an annotation

Author:
Peter T Mount, http://www.retep.org.uk/pdf/

Eric Z. Beard, ericzbeard@hotmail.com

Author
ezb
Version:
Revision
1.2


Constructor & Destructor Documentation

gnu::jpdf::PDFBorder::PDFBorder short  style,
double  width
[inline]
 

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
width The width of the border
See also:
PDFAnnot

gnu::jpdf::PDFBorder::PDFBorder double  width,
double  dash[]
[inline]
 

Creates a border of style PDFAnnot.DASHED

Parameters:
width The width of the border
dash The line pattern definition


Member Function Documentation

void gnu::jpdf::PDFBorder::write OutputStream  os  )  throws IOException [inline, virtual]
 

Parameters:
os OutputStream to send the object to
Exceptions:
IOException on error

Implements gnu::jpdf::PDFObject.


The documentation for this class was generated from the following file:
Generated on Wed Jan 19 16:58:06 2005 by  doxygen 1.3.9.1