org.herac.tuxguitar.gui.printer
Class PrintDocumentData

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

public class PrintDocumentData
extends java.lang.Object


Constructor Summary
PrintDocumentData(int trackNumber, int fromMeasure, int toMeasure, boolean scoreEnabled, boolean tablatureEnabled)
           
 
Method Summary
 int getFromMeasure()
           
 int getToMeasure()
           
 int getTrackNumber()
           
 boolean isScoreEnabled()
           
 boolean isTablatureEnabled()
           
static PrintDocumentData openDialog(Shell shell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintDocumentData

public PrintDocumentData(int trackNumber,
                         int fromMeasure,
                         int toMeasure,
                         boolean scoreEnabled,
                         boolean tablatureEnabled)
Method Detail

getFromMeasure

public int getFromMeasure()

isScoreEnabled

public boolean isScoreEnabled()

isTablatureEnabled

public boolean isTablatureEnabled()

getToMeasure

public int getToMeasure()

getTrackNumber

public int getTrackNumber()

openDialog

public static PrintDocumentData openDialog(Shell shell)