Package graphics

Class Chord

java.lang.Object
graphics.Chord

public class Chord extends Object
  • Field Details

    • x

      public int x
    • y

      public int y
    • collected

      public boolean collected
    • chordType

      public graphics.ChordType chordType
    • text

      public String text
    • notes

      public static String[] notes
  • Constructor Details

    • Chord

      public Chord(int x, int y)
  • Method Details

    • draw

      public void draw(Graphics graphics)