org.herac.tuxguitar.gui.printer

Class PrintDocument

public class PrintDocument extends Object

Constructor Summary
PrintDocument()
PrintDocument(List pages)
Method Summary
voidclear()
intcount()
ListgetPages()
RectanglegetPageSize()
voidmakePage(ImageData data)
voidsetPageSize(Rectangle pageSize)

Constructor Detail

PrintDocument

public PrintDocument()

PrintDocument

public PrintDocument(List pages)

Method Detail

clear

public void clear()

count

public int count()

getPages

public List getPages()

getPageSize

public Rectangle getPageSize()

makePage

public void makePage(ImageData data)

setPageSize

public void setPageSize(Rectangle pageSize)