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.ArrangementArrayDisplay. m_Arrangementhow to display the array elements.Methods in adams.flow.sink that return ArrayDisplay.Arrangement Modifier and Type Method Description ArrayDisplay.ArrangementArrayDisplay. getArrangement()Returns how to arrange the elements of the array.static ArrayDisplay.ArrangementArrayDisplay.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 voidArrayDisplay. setArrangement(ArrayDisplay.Arrangement value)Sets how to arrange the elements of the array.
-