Uses of Class
ca.cgjennings.apps.arkham.ViewQuality
-
Packages that use ViewQuality Package Description ca.cgjennings.apps.arkham -
-
Uses of ViewQuality in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return ViewQuality Modifier and Type Method Description static ViewQuality
ViewQuality. get()
Returns the current view quality.static ViewQuality
ViewQuality. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ViewQuality[]
ViewQuality. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-