org.herac.tuxguitar.gui.printer
Class PrintDocumentData
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintDocumentData
public PrintDocumentData(int trackNumber,
int fromMeasure,
int toMeasure,
boolean scoreEnabled,
boolean tablatureEnabled)
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)