Package eu.bandm.music.top
Class Print_Plan_3d.Triple
java.lang.Object
eu.bandm.music.top.Print_Plan_3d.Triple
- Enclosing class:
Print_Plan_3d
Data item realizing the graphic segments to render.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
from
final int fromX coordinate where the segment starts -
to
int toX coordinate where the segment end -
kind
final int kindKind of segment. Selects the graphical appearance, either in 3d = thematic or 2d = counterpoint mode. Currently the highest possible number is 5 for 2d and 3 for 3d.
-
-
Constructor Details
-
Triple
public Triple(int from, int to, int kind)
-