org.herac.tuxguitar.gui.printer
public class PrintDocumentData extends 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) |