FreeHEP API
Version current

org.freehep.graphicsio.pdf
Class PDFOutline

java.lang.Object
  extended byorg.freehep.graphicsio.pdf.PDFDictionary
      extended byorg.freehep.graphicsio.pdf.PDFOutline
All Implemented Interfaces:
PDFConstants

public class PDFOutline
extends PDFDictionary

Implements the Outline Item Dictionary (see Table 7.4).

Version:
$Id: PDFOutline.java,v 1.1 2001/11/29 01:45:30 duns Exp $
Author:
Mark Donszelmann
Source Code:
PDFOutline.java

Field Summary
 
Fields inherited from class org.freehep.graphicsio.pdf.PDFDictionary
out, pdf
 
Fields inherited from interface org.freehep.graphicsio.pdf.PDFConstants
CAP_BUTT, CAP_ROUND, CAP_SQUARE, dateFormat, EOL, JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND, MODE_CLIP, MODE_FILL, MODE_FILL_CLIP, MODE_FILL_STROKE, MODE_FILL_STROKE_CLIP, MODE_INVISIBLE, MODE_STROKE, MODE_STROKE_CLIP
 
Method Summary
 void setA(String a)
           
 void setCount(int count)
           
 void setDest(Object[] dest)
           
 void setDest(PDFName dest)
           
 void setDest(String dest)
           
 void setFirst(String first)
           
 void setLast(String last)
           
 void setSE(String se)
           
 
Methods inherited from class org.freehep.graphicsio.pdf.PDFDictionary
close, entry, entry, entry, entry, entry, entry, entry, entry, entry, entry, entry, openDictionary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setFirst

public void setFirst(String first)
              throws IOException
Throws:
IOException

setLast

public void setLast(String last)
             throws IOException
Throws:
IOException

setCount

public void setCount(int count)
              throws IOException
Throws:
IOException

setDest

public void setDest(PDFName dest)
             throws IOException
Throws:
IOException

setDest

public void setDest(String dest)
             throws IOException
Throws:
IOException

setDest

public void setDest(Object[] dest)
             throws IOException
Throws:
IOException

setA

public void setA(String a)
          throws IOException
Throws:
IOException

setSE

public void setSE(String se)
           throws IOException
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.