FreeHEP API
Version current

org.freehep.graphicsio.pdf
Class PDFViewerPreferences

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

public class PDFViewerPreferences
extends PDFDictionary

Implements the Viewer Preferences (see Table 7.1).

Version:
$Id: PDFViewerPreferences.java,v 1.1 2001/11/29 01:45:30 duns Exp $
Author:
Mark Donszelmann
Source Code:
PDFViewerPreferences.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 setCenterWindow(boolean center)
           
 void setDirection(String direction)
           
 void setFitWindow(boolean fit)
           
 void setHideMenubar(boolean hide)
           
 void setHideToolbar(boolean hide)
           
 void setHideWindowUI(boolean hide)
           
 void setNonFullScreenPageMode(String mode)
           
 
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

setHideToolbar

public void setHideToolbar(boolean hide)
                    throws IOException
Throws:
IOException

setHideMenubar

public void setHideMenubar(boolean hide)
                    throws IOException
Throws:
IOException

setHideWindowUI

public void setHideWindowUI(boolean hide)
                     throws IOException
Throws:
IOException

setFitWindow

public void setFitWindow(boolean fit)
                  throws IOException
Throws:
IOException

setCenterWindow

public void setCenterWindow(boolean center)
                     throws IOException
Throws:
IOException

setNonFullScreenPageMode

public void setNonFullScreenPageMode(String mode)
                              throws IOException
Throws:
IOException

setDirection

public void setDirection(String direction)
                  throws IOException
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.