org.freehep.graphicsio.pdf
Class PDFOutline

java.lang.Object
  extended by org.freehep.graphicsio.pdf.PDFDictionary
      extended by org.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 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

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(java.lang.String a)
           
 void setCount(int count)
           
 void setDest(java.lang.Object[] dest)
           
 void setDest(PDFName dest)
           
 void setDest(java.lang.String dest)
           
 void setFirst(java.lang.String first)
           
 void setLast(java.lang.String last)
           
 void setSE(java.lang.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(java.lang.String first)
              throws java.io.IOException
Throws:
java.io.IOException

setLast

public void setLast(java.lang.String last)
             throws java.io.IOException
Throws:
java.io.IOException

setCount

public void setCount(int count)
              throws java.io.IOException
Throws:
java.io.IOException

setDest

public void setDest(PDFName dest)
             throws java.io.IOException
Throws:
java.io.IOException

setDest

public void setDest(java.lang.String dest)
             throws java.io.IOException
Throws:
java.io.IOException

setDest

public void setDest(java.lang.Object[] dest)
             throws java.io.IOException
Throws:
java.io.IOException

setA

public void setA(java.lang.String a)
          throws java.io.IOException
Throws:
java.io.IOException

setSE

public void setSE(java.lang.String se)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2007 FreeHEP. All Rights Reserved.