Uses of Class
net.runelite.client.ui.overlay.components.ComponentOrientation
-
Packages that use ComponentOrientation Package Description net.runelite.client.ui.overlay.components -
-
Uses of ComponentOrientation in net.runelite.client.ui.overlay.components
Methods in net.runelite.client.ui.overlay.components that return ComponentOrientation Modifier and Type Method Description static ComponentOrientation
ComponentOrientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComponentOrientation[]
ComponentOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.ui.overlay.components with parameters of type ComponentOrientation Modifier and Type Method Description SplitComponent.SplitComponentBuilder
SplitComponent.SplitComponentBuilder. orientation(ComponentOrientation orientation)
void
PanelComponent. setOrientation(ComponentOrientation orientation)
void
SplitComponent. setOrientation(ComponentOrientation orientation)
-