Uses of Class
FlaNium.WinAPI.elements.enums.RowOrColumnMajor
-
Packages that use RowOrColumnMajor Package Description FlaNium.WinAPI.elements FlaNium.WinAPI.elements.enums -
-
Uses of RowOrColumnMajor in FlaNium.WinAPI.elements
Methods in FlaNium.WinAPI.elements that return RowOrColumnMajor Modifier and Type Method Description RowOrColumnMajorGrid. rowOrColumnMajor()Gets whether the data should be read primarily by row or by column. -
Uses of RowOrColumnMajor in FlaNium.WinAPI.elements.enums
Methods in FlaNium.WinAPI.elements.enums that return RowOrColumnMajor Modifier and Type Method Description static RowOrColumnMajorRowOrColumnMajor. getEnum(String value)static RowOrColumnMajorRowOrColumnMajor. valueOf(String name)Returns the enum constant of this type with the specified name.static RowOrColumnMajor[]RowOrColumnMajor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-