Class ComponentConstants
- java.lang.Object
-
- net.runelite.client.ui.overlay.components.ComponentConstants
-
public class ComponentConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Color
STANDARD_BACKGROUND_COLOR
static int
STANDARD_BORDER
static int
STANDARD_WIDTH
-
Constructor Summary
Constructors Constructor Description ComponentConstants()
-
-
-
Field Detail
-
STANDARD_BORDER
public static final int STANDARD_BORDER
- See Also:
- Constant Field Values
-
STANDARD_WIDTH
public static final int STANDARD_WIDTH
- See Also:
- Constant Field Values
-
STANDARD_BACKGROUND_COLOR
public static final Color STANDARD_BACKGROUND_COLOR
-
-