Class Print_Plan_3d.Triple

java.lang.Object
eu.bandm.music.top.Print_Plan_3d.Triple
Enclosing class:
Print_Plan_3d

protected class Print_Plan_3d.Triple extends Object
Data item realizing the graphic segments to render.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final int
    X coordinate where the segment starts
    (package private) final int
    Kind of segment.
    (package private) final int
    X coordinate where the segment end
  • Constructor Summary

    Constructors
    Constructor
    Description
    Triple(int from, int to, int kind)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • from

      final int from
      X coordinate where the segment starts
    • to

      final int to
      X coordinate where the segment end
    • kind

      final int kind
      Kind 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)