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) 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

      int to
      X coordinate where the segment end
    • kind

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