corina.graph
Class GraphPrinter

java.lang.Object
  |
  +--corina.graph.GraphPrinter
All Implemented Interfaces:
Pageable

public class GraphPrinter
extends Object
implements Pageable


Fields inherited from interface java.awt.print.Pageable
UNKNOWN_NUMBER_OF_PAGES
 
Constructor Summary
GraphPrinter()
           
 
Method Summary
 int getNumberOfPages()
           
 PageFormat getPageFormat(int pageNumber)
           
 Printable getPrintable(int pageNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphPrinter

public GraphPrinter()
Method Detail

getPrintable

public Printable getPrintable(int pageNumber)
Specified by:
getPrintable in interface Pageable

getPageFormat

public PageFormat getPageFormat(int pageNumber)
Specified by:
getPageFormat in interface Pageable

getNumberOfPages

public int getNumberOfPages()
Specified by:
getNumberOfPages in interface Pageable