public class guidoscoremapbase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
kGuidoBar |
static int |
kGuidoEvent |
static int |
kGuidoPage |
static int |
kGuidoStaff |
static int |
kGuidoSystem |
static int |
kGuidoSystemSlice |
Constructor and Description |
---|
guidoscoremapbase() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
protected void |
finalize() |
boolean |
get(int index,
guidosegment time,
guidorect r)
Give a relation by index
|
boolean |
getPoint(float x,
float y,
guidosegment time,
guidorect r)
Give a relation by point
|
boolean |
getTime(guidodate date,
guidosegment time,
guidorect r)
Give a relation by date
|
protected static void |
Init()
Internal jni initialization method.
|
int |
size()
Give the map size
|
public static final int kGuidoPage
public static final int kGuidoSystem
public static final int kGuidoSystemSlice
public static final int kGuidoStaff
public static final int kGuidoBar
public static final int kGuidoEvent
protected void finalize()
finalize
in class java.lang.Object
public void dispose()
public final int size()
public final boolean get(int index, guidosegment time, guidorect r)
index
- the map indextime
- on output, contains the corresponding time segment.r
- on output, contains the corresponding graphic rectangle.public final boolean getTime(guidodate date, guidosegment time, guidorect r)
date
- a guido datetime
- on output, contains the corresponding time segment.r
- on output, contains the corresponding graphic rectangle.public final boolean getPoint(float x, float y, guidosegment time, guidorect r)
x
- the point x coordinatey
- the point y coordinatetime
- on output, contains the corresponding time segment.r
- on output, contains the corresponding graphic rectangle.protected static void Init()