public class StaffLayout
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StaffLayout.Staff
info about a single staff
|
| Modifier and Type | Field and Description |
|---|---|
int |
partIndex
the part index
|
java.util.List<StaffLayout.Staff> |
staves |
float |
tenthSize
one tenth of the staff line separation in CG units
|
public final int partIndex
public final float tenthSize
public final java.util.List<StaffLayout.Staff> staves