Class ScaleDialogFragmentArgs
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.ScaleDialogFragmentArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScaleDialogFragmentArgs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
static ScaleDialogFragmentArgs
fromBundle(Bundle bundle)
String
getMode()
String
getNotes()
String
getTonic()
int
hashCode()
Bundle
toBundle()
String
toString()
-
-
-
Method Detail
-
fromBundle
@NonNull public static ScaleDialogFragmentArgs fromBundle(@NonNull Bundle bundle)
-
-