Package graphics

Class Level

java.lang.Object
graphics.Level

public class Level extends Object
  • Field Details

    • player

      public final Player player
    • currentLevel

      public int currentLevel
    • chordType

      public graphics.ChordType chordType
    • names

      public String[] names
    • obstacles

      public Obstacle[][] obstacles
    • chords

      public Chord[][] chords
    • completed

      public boolean[] completed
    • points

      public int points
    • errors

      public int errors
  • Constructor Details

    • Level

      public Level(Panel panel)
  • Method Details

    • draw

      public void draw(Graphics graphics)
    • selectRandomChordType

      public void selectRandomChordType()
    • nextLevel

      public void nextLevel()
    • prevLevel

      public void prevLevel()
    • update

      public void update()