Uses of Class
adams.flow.sink.ArrayDisplay.Arrangement
-
Packages that use ArrayDisplay.Arrangement Package Description adams.flow.sink -
-
Uses of ArrayDisplay.Arrangement in adams.flow.sink
Fields in adams.flow.sink declared as ArrayDisplay.Arrangement Modifier and Type Field Description protected ArrayDisplay.Arrangement
ArrayDisplay. m_Arrangement
how to display the array elements.Methods in adams.flow.sink that return ArrayDisplay.Arrangement Modifier and Type Method Description ArrayDisplay.Arrangement
ArrayDisplay. getArrangement()
Returns how to arrange the elements of the array.static ArrayDisplay.Arrangement
ArrayDisplay.Arrangement. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArrayDisplay.Arrangement[]
ArrayDisplay.Arrangement. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.sink with parameters of type ArrayDisplay.Arrangement Modifier and Type Method Description void
ArrayDisplay. setArrangement(ArrayDisplay.Arrangement value)
Sets how to arrange the elements of the array.
-