Package guidoengine
Interface mapcollector
-
public interface mapcollector
an abstract class for graphic map collection A graphic map describes the relation between the graphic space and the time space.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Graph2TimeMap(guidorect box, guidosegment time, guidoelementinfo infos)
callback called byguidoscore.GetMap
.
-
-
-
Method Detail
-
Graph2TimeMap
void Graph2TimeMap(guidorect box, guidosegment time, guidoelementinfo infos)
callback called byguidoscore.GetMap
.- Parameters:
box
- a graphic rectangle expressed in device coordinatestime
- the corresponding time segment in score wrapped timeinfos
- additional information about the current graphic element- See Also:
guidoscorebase.GetMap(int, float, float, int, guidoengine.mapcollector)
,guidoelementinfo
-
-