Uses of Class
omix.util.ReversibilityDesign
Package | Description |
---|---|
omix.plugin.model | |
omix.plugin.model.writable | |
omix.util |
This package contains utilities for OVL and Omix plugin development.
|
-
Uses of ReversibilityDesign in omix.plugin.model
Methods in omix.plugin.model that return ReversibilityDesign Modifier and Type Method Description ReversibilityDesign
StyleSheet. reversibilityDesign()
-
Uses of ReversibilityDesign in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type ReversibilityDesign Modifier and Type Method Description void
StyleSheet. setReversibilityDesign(ReversibilityDesign reversibilityDesign)
-
Uses of ReversibilityDesign in omix.util
Methods in omix.util that return ReversibilityDesign Modifier and Type Method Description static ReversibilityDesign
ReversibilityDesign. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReversibilityDesign[]
ReversibilityDesign. values()
Returns an array containing the constants of this enum type, in the order they are declared.