net.sourceforge.squirrel_sql.plugins.graph
Interface GraphPrintable

All Superinterfaces:
java.awt.print.Printable
All Known Implementing Classes:
GraphDesktopPane

public interface GraphPrintable
extends java.awt.print.Printable


Field Summary
 
Fields inherited from interface java.awt.print.Printable
NO_SUCH_PAGE, PAGE_EXISTS
 
Method Summary
 void initPrint(double formatWidth, double formatHeight, double formatScale)
           
 java.awt.Dimension initPrintNoScaleSinglePage()
           
 
Methods inherited from interface java.awt.print.Printable
print
 

Method Detail

initPrint

void initPrint(double formatWidth,
               double formatHeight,
               double formatScale)

initPrintNoScaleSinglePage

java.awt.Dimension initPrintNoScaleSinglePage()


Copyright © 2001-2010. All Rights Reserved.