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
-
Constructor Summary
-
Method Summary
-
Field Details
-
from
final int fromX coordinate where the segment starts -
to
final int toX coordinate where the segment end -
kind
final int kindKind of segment. 0="thematic" 3d block. 1..n = simple 2D line for subordinated material. Currently the highest possible number n=5.
-
-
Constructor Details
-
Triple
public Triple(int from, int to, int kind)
-