public final class guidoscoremap extends guidoscoremapbase
kGuidoBar, kGuidoEvent, kGuidoPage, kGuidoStaff, kGuidoSystem, kGuidoSystemSlice
Constructor and Description |
---|
guidoscoremap() |
Modifier and Type | Method and Description |
---|---|
boolean |
get(int index,
guidosegment time,
java.awt.Rectangle r)
Give a relation by index
|
boolean |
getPoint(float x,
float y,
guidosegment time,
java.awt.Rectangle r)
Give a relation by point
|
boolean |
getTime(guidodate date,
guidosegment time,
java.awt.Rectangle r)
Give a relation by date
|
public boolean get(int index, guidosegment time, java.awt.Rectangle r)
index
- the map indextime
- on output, contains the corresponding time segment.r
- on output, contains the corresponding graphic Rectangle.public boolean getTime(guidodate date, guidosegment time, java.awt.Rectangle r)
date
- a guido datetime
- on output, contains the corresponding time segment.r
- on output, contains the corresponding graphic Rectangle.public boolean getPoint(float x, float y, guidosegment time, java.awt.Rectangle 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.