public class Component
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Component.Type
define the types of component
|
Modifier and Type | Field and Description |
---|---|
int |
barindex
the bar index for the bar containing this component
|
int |
item_h
the unique identifier of the parent item in the score (note/rest etc)
|
int |
layout_h
the unique identifier for this component in the layout
|
int |
partindex
the partindex for the part containing this component
|
RectF |
rect
the bounding box of this component in the layout
|
Component.Type |
type
the type of this component
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final Component.Type type
public final int partindex
public final int barindex
public final RectF rect
public final int layout_h
public final int item_h