22 package com.realtime.crossfire.jxclient.gui.gui;
24 import org.jetbrains.annotations.NotNull;
66 public TooltipText(@NotNull
final String text,
final int x,
final int y,
final int w,
final int h) {
Information for displaying tooltips.
String getText()
Returns the text.
final int h
The height of the associated gui element.
int getY()
Returns the y coordinate of the associated gui element.
int getW()
Returns the width of the associated gui element.
final String text
The text.
final int w
The width of the associated gui element.
int getH()
Returns the height of the associated gui element.
final int y
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 getX()
Returns the x coordinate of the associated gui element.
final int x
The x coordinate of the associated gui element.