Uses of Class
ca.cgjennings.apps.arkham.diy.DIY.FaceStyle
-
Packages that use DIY.FaceStyle Package Description ca.cgjennings.apps.arkham.diy -
-
Uses of DIY.FaceStyle in ca.cgjennings.apps.arkham.diy
Methods in ca.cgjennings.apps.arkham.diy that return DIY.FaceStyle Modifier and Type Method Description DIY.FaceStyle
DIY. getFaceStyle()
Returns theDIY.FaceStyle
used by this card.static DIY.FaceStyle
DIY.FaceStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DIY.FaceStyle[]
DIY.FaceStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.cgjennings.apps.arkham.diy with parameters of type DIY.FaceStyle Modifier and Type Method Description void
DIY. setFaceStyle(DIY.FaceStyle faceStyle)
Sets theDIY.FaceStyle
used by this card.
-