Uses of Class
net.runelite.client.plugins.gpu.config.UIScalingMode
-
Packages that use UIScalingMode Package Description net.runelite.client.plugins.gpu net.runelite.client.plugins.gpu.config -
-
Uses of UIScalingMode in net.runelite.client.plugins.gpu
Methods in net.runelite.client.plugins.gpu that return UIScalingMode Modifier and Type Method Description default UIScalingMode
GpuPluginConfig. uiScalingMode()
-
Uses of UIScalingMode in net.runelite.client.plugins.gpu.config
Methods in net.runelite.client.plugins.gpu.config that return UIScalingMode Modifier and Type Method Description static UIScalingMode
UIScalingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static UIScalingMode[]
UIScalingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-