Uses of Class
ca.cgjennings.apps.arkham.diy.DIY.HighResolutionMode
-
Packages that use DIY.HighResolutionMode Package Description ca.cgjennings.apps.arkham.diy -
-
Uses of DIY.HighResolutionMode in ca.cgjennings.apps.arkham.diy
Methods in ca.cgjennings.apps.arkham.diy that return DIY.HighResolutionMode Modifier and Type Method Description DIY.HighResolutionMode
DIY. getHighResolutionSubstitutionMode()
Returns the high resolution image substitution mode for this component.static DIY.HighResolutionMode
DIY.HighResolutionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DIY.HighResolutionMode[]
DIY.HighResolutionMode. 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.HighResolutionMode Modifier and Type Method Description void
DIY. setHighResolutionSubstitutionMode(DIY.HighResolutionMode mode)
Sets the high resolution image substitution mode used by the component.
-