Package net.runelite.api.gameval
Class InterfaceID.Screenhighlight
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Screenhighlight
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Screenhighlight extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intBACKGROUND_TEXTstatic intBLACK_BORDERstatic intBORDER_BOTTOMLEFTstatic intBORDER_BOTTOMLEFT_TEXTstatic intBORDER_BOTTOMRIGHTstatic intBORDER_BOTTOMRIGHT_TEXTstatic intBORDER_DOWNstatic intBORDER_DOWN_TEXTstatic intBORDER_LEFTstatic intBORDER_LEFT_TEXTstatic intBORDER_RIGHTstatic intBORDER_RIGHT_TEXTstatic intBORDER_TOPLEFTstatic intBORDER_TOPLEFT_TEXTstatic intBORDER_TOPRIGHTstatic intBORDER_TOPRIGHT_TEXTstatic intBORDER_UPstatic intBORDER_UP_TEXTstatic intBOTTOMstatic intBUTTON_HOLDERstatic intCLOSEstatic intCONTENTstatic intCONTINUEstatic intINFORMATION_BOXstatic intINFORMATION_TEXTstatic intLEFTstatic intOUT_OFstatic intPAUSEBUTTONstatic intPREVIOUSstatic intRIGHTstatic intTOPstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description Screenhighlight()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
BLACK_BORDER
public static final int BLACK_BORDER
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
INFORMATION_BOX
public static final int INFORMATION_BOX
- See Also:
- Constant Field Values
-
PAUSEBUTTON
public static final int PAUSEBUTTON
- See Also:
- Constant Field Values
-
BACKGROUND_TEXT
public static final int BACKGROUND_TEXT
- See Also:
- Constant Field Values
-
BORDER_TOPLEFT
public static final int BORDER_TOPLEFT
- See Also:
- Constant Field Values
-
BORDER_TOPRIGHT
public static final int BORDER_TOPRIGHT
- See Also:
- Constant Field Values
-
BORDER_BOTTOMLEFT
public static final int BORDER_BOTTOMLEFT
- See Also:
- Constant Field Values
-
BORDER_BOTTOMRIGHT
public static final int BORDER_BOTTOMRIGHT
- See Also:
- Constant Field Values
-
BORDER_LEFT
public static final int BORDER_LEFT
- See Also:
- Constant Field Values
-
BORDER_UP
public static final int BORDER_UP
- See Also:
- Constant Field Values
-
BORDER_RIGHT
public static final int BORDER_RIGHT
- See Also:
- Constant Field Values
-
BORDER_DOWN
public static final int BORDER_DOWN
- See Also:
- Constant Field Values
-
BORDER_TOPLEFT_TEXT
public static final int BORDER_TOPLEFT_TEXT
- See Also:
- Constant Field Values
-
BORDER_TOPRIGHT_TEXT
public static final int BORDER_TOPRIGHT_TEXT
- See Also:
- Constant Field Values
-
BORDER_BOTTOMLEFT_TEXT
public static final int BORDER_BOTTOMLEFT_TEXT
- See Also:
- Constant Field Values
-
BORDER_BOTTOMRIGHT_TEXT
public static final int BORDER_BOTTOMRIGHT_TEXT
- See Also:
- Constant Field Values
-
BORDER_DOWN_TEXT
public static final int BORDER_DOWN_TEXT
- See Also:
- Constant Field Values
-
BORDER_UP_TEXT
public static final int BORDER_UP_TEXT
- See Also:
- Constant Field Values
-
BORDER_RIGHT_TEXT
public static final int BORDER_RIGHT_TEXT
- See Also:
- Constant Field Values
-
BORDER_LEFT_TEXT
public static final int BORDER_LEFT_TEXT
- See Also:
- Constant Field Values
-
INFORMATION_TEXT
public static final int INFORMATION_TEXT
- See Also:
- Constant Field Values
-
OUT_OF
public static final int OUT_OF
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
BUTTON_HOLDER
public static final int BUTTON_HOLDER
- See Also:
- Constant Field Values
-
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
-
PREVIOUS
public static final int PREVIOUS
- See Also:
- Constant Field Values
-
-