Uses of Interface
drawing.hangman.Stage

Packages that use Stage
Package
Description
 
 
  • Uses of Stage in drawing.hangman

    Methods in drawing.hangman that return Stage
    Modifier and Type
    Method
    Description
    Hangman.getStageArray()
    This returns the stageArray.
  • Uses of Stage in drawing.hangman.stages

    Classes in drawing.hangman.stages that implement Stage
    Modifier and Type
    Class
    Description
    class 
    The Arms object implements the the Stage class.
    class 
    The Body object implements the the Stage class.
    class 
    The BottomBar object implements the the Stage class.
    class 
    The Head object implements the the Stage class.
    class 
    The LeftBar object implements the the Stage class.
    class 
    The Legs object implements the the Stage class.
    class 
    The TopBar object implements the the Stage class.