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.FaceStyleDIY. getFaceStyle()Returns theDIY.FaceStyleused by this card.static DIY.FaceStyleDIY.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 voidDIY. setFaceStyle(DIY.FaceStyle faceStyle)Sets theDIY.FaceStyleused by this card.
-