Uses of Class
ca.cgjennings.apps.arkham.component.Portrait.Feature
-
Packages that use Portrait.Feature Package Description ca.cgjennings.apps.arkham.component -
-
Uses of Portrait.Feature in ca.cgjennings.apps.arkham.component
Fields in ca.cgjennings.apps.arkham.component with type parameters of type Portrait.Feature Modifier and Type Field Description static java.util.EnumSet<Portrait.Feature>
Portrait. ROTATABLE_PORTRAIT_FEATURES
A predefined feature set that includes all of the features except rotation.static java.util.EnumSet<Portrait.Feature>
Portrait. STANDARD_PORTRAIT_FEATURES
A predefined feature set that includes all of the features except rotation.Methods in ca.cgjennings.apps.arkham.component that return Portrait.Feature Modifier and Type Method Description static Portrait.Feature
Portrait.Feature. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Portrait.Feature[]
Portrait.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.cgjennings.apps.arkham.component that return types with arguments of type Portrait.Feature Modifier and Type Method Description java.util.EnumSet<Portrait.Feature>
AbstractPortrait. getFeatures()
Returns a set of the features supported by this portrait.java.util.EnumSet<Portrait.Feature>
DefaultPortrait. getFeatures()
Returns the set of portrait features supported by the portrait.java.util.EnumSet<Portrait.Feature>
Portrait. getFeatures()
Returns a set of the features supported by this portrait.Method parameters in ca.cgjennings.apps.arkham.component with type arguments of type Portrait.Feature Modifier and Type Method Description protected void
DefaultPortrait. setFeatures(java.util.EnumSet<Portrait.Feature> features)
Sets the feature set supported by the portrait.Constructor parameters in ca.cgjennings.apps.arkham.component with type arguments of type Portrait.Feature Constructor Description DefaultPortrait(GameComponent gc, java.lang.String key, java.util.EnumSet<Portrait.Feature> portraitFeatures)
Creates a default portrait instance for a game component.
-