public class LayoutOptions
extends java.lang.Object
| Constructor and Description |
|---|
LayoutOptions()
construct with default options
|
LayoutOptions(boolean hidePartNames,
boolean hideBarNumbers,
boolean simplifyHarmonyEnharmonicSpelling)
Define options for layout
|
public LayoutOptions(boolean hidePartNames,
boolean hideBarNumbers,
boolean simplifyHarmonyEnharmonicSpelling)
hidePartNames - if true no part names are to be displayed at left of scorehideBarNumbers - if true no bar numbers are to be displayed in the scoresimplifyHarmonyEnharmonicSpelling - if true harmonies are displayed in the simplest way (eg F-sharp instead of E double-sharp)public LayoutOptions()