 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.gui.gui;
25 import org.jetbrains.annotations.NotNull;
int getW()
Returns the width of the associated gui element.
final String text
The text.
String getText()
Returns the text.
int getX()
Returns the x coordinate of the associated gui element.
final int h
The height of the associated gui element.
final int x
The x coordinate of the associated gui element.
int getY()
Returns the y coordinate of the associated gui element.
TooltipText(@NotNull final String text, final int x, final int y, final int w, final int h)
Creates a new instance.
int getH()
Returns the height of the associated gui element.
Information for displaying tooltips.
final int y
The y coordinate of the associated gui element.
final int w
The width of the associated gui element.