net.sourceforge.squirrel_sql.plugins.graph.graphtofiles
Class SaveToFilePageFormat

java.lang.Object
  extended by java.awt.print.PageFormat
      extended by net.sourceforge.squirrel_sql.plugins.graph.graphtofiles.SaveToFilePageFormat
All Implemented Interfaces:
java.lang.Cloneable

public class SaveToFilePageFormat
extends java.awt.print.PageFormat


Field Summary
 
Fields inherited from class java.awt.print.PageFormat
LANDSCAPE, PORTRAIT, REVERSE_LANDSCAPE
 
Constructor Summary
SaveToFilePageFormat(java.awt.Dimension graphPixelSize)
           
SaveToFilePageFormat(FormatXmlBean format)
           
 
Method Summary
 double getImageableHeight()
           
 double getImageableWidth()
           
 double getImageableX()
           
 double getImageableY()
           
 
Methods inherited from class java.awt.print.PageFormat
clone, getHeight, getMatrix, getOrientation, getPaper, getWidth, setOrientation, setPaper
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveToFilePageFormat

public SaveToFilePageFormat(FormatXmlBean format)

SaveToFilePageFormat

public SaveToFilePageFormat(java.awt.Dimension graphPixelSize)
Method Detail

getImageableHeight

public double getImageableHeight()
Overrides:
getImageableHeight in class java.awt.print.PageFormat

getImageableWidth

public double getImageableWidth()
Overrides:
getImageableWidth in class java.awt.print.PageFormat

getImageableX

public double getImageableX()
Overrides:
getImageableX in class java.awt.print.PageFormat

getImageableY

public double getImageableY()
Overrides:
getImageableY in class java.awt.print.PageFormat


Copyright © 2001-2010. All Rights Reserved.