org.herac.tuxguitar.gui.printer
Class PrintDocument

java.lang.Object
  extended by org.herac.tuxguitar.gui.printer.PrintDocument

public class PrintDocument
extends java.lang.Object


Constructor Summary
PrintDocument()
           
PrintDocument(java.util.List pages)
           
 
Method Summary
 void clear()
           
 int count()
           
 java.util.List getPages()
           
 Rectangle getPageSize()
           
 void makePage(ImageData data)
           
 void setPageSize(Rectangle pageSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintDocument

public PrintDocument()

PrintDocument

public PrintDocument(java.util.List pages)
Method Detail

getPages

public java.util.List getPages()

makePage

public void makePage(ImageData data)

getPageSize

public Rectangle getPageSize()

setPageSize

public void setPageSize(Rectangle pageSize)

count

public int count()

clear

public void clear()