Class ScaleSelectFragmentDirections.OpenLearnModeGame
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.ScaleSelectFragmentDirections.OpenLearnModeGame
-
- All Implemented Interfaces:
NavDirections
- Enclosing class:
- ScaleSelectFragmentDirections
public static class ScaleSelectFragmentDirections.OpenLearnModeGame extends Object implements NavDirections
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
int
getActionId()
Bundle
getArguments()
GameFragment.GameMode
getGameMode()
Mode
getMode()
Note
getTonic()
int
hashCode()
ScaleSelectFragmentDirections.OpenLearnModeGame
setGameMode(GameFragment.GameMode gameMode)
ScaleSelectFragmentDirections.OpenLearnModeGame
setMode(Mode mode)
ScaleSelectFragmentDirections.OpenLearnModeGame
setTonic(Note tonic)
String
toString()
-
-
-
Method Detail
-
setTonic
@NonNull public ScaleSelectFragmentDirections.OpenLearnModeGame setTonic(@NonNull Note tonic)
-
setMode
@NonNull public ScaleSelectFragmentDirections.OpenLearnModeGame setMode(@NonNull Mode mode)
-
setGameMode
@NonNull public ScaleSelectFragmentDirections.OpenLearnModeGame setGameMode(@NonNull GameFragment.GameMode gameMode)
-
getArguments
@NonNull public Bundle getArguments()
- Specified by:
getArguments
in interfaceNavDirections
-
getActionId
public int getActionId()
- Specified by:
getActionId
in interfaceNavDirections
-
getGameMode
@NonNull public GameFragment.GameMode getGameMode()
-
-