Uses of Class
com.iragui.GUI
Packages that use GUI
-
Uses of GUI in com.iragui
Constructors in com.iragui with parameters of type GUI -
Uses of GUI in com.iragui.listeners
Constructors in com.iragui.listeners with parameters of type GUIModifierConstructorDescriptionKeyListener
(GUI gui) MouseListener
(GUI gui) WindowListener
(Window w, GUI gui) -
Uses of GUI in com.iragui.objects
Fields in com.iragui.objects declared as GUIModifier and TypeFieldDescriptionprotected GUI
GUIObject.gui
The parentGUI
managing this object.Constructors in com.iragui.objects with parameters of type GUIModifierConstructorDescriptionAnimationObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, boolean updates, boolean includeKeyCallback, boolean includeMouseCallback, WrappedBufferedImage[] images) Constructs a newAnimationObject
.ButtonObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, WrappedBufferedImage... images) Creates a newButtonObject
.GUIObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba) Simplified constructor with callbacks and updates enabled.GUIObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, boolean includeKeyCallback, boolean includeMouseCallback, boolean updates) Constructs a new GUI object with full parameter control.ScreenObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, boolean preserveTextureIDOverride) SubWindowObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, Color bkgColor, Color topColor, boolean decorated, boolean resizable, Color titleColor, String title) Creates a new decorated or undecorated subwindow object.TextBoxObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, int lineSpacing) Constructs a newTextBoxObject
.TextObject
(String name, int layer, GUI gui, int x, int y, boolean nearestFilter, boolean rgba, String text, Font font, Color color, Color bkgColor, boolean antiAliasing) Constructs a newTextObject
.WrappedBufferedImage
(String name, int layer, GUI gui, int x, int y, boolean nearestFilter, boolean rgba, BufferedImage image) Creates a new wrapped image without directional variants.WrappedBufferedImage
(String name, int layer, GUI gui, int x, int y, boolean nearestFilter, boolean rgba, BufferedImage image, boolean directional) Creates a new wrapped image with directional variants.WritableTextBoxObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, int lineSpacing, SubWindowObject window, Font font, Color textColor, Color backgroundColor, boolean antiAliasing) Creates a writable text box object. -
Uses of GUI in com.iragui.util
Methods in com.iragui.util with parameters of type GUIModifier and TypeMethodDescriptionstatic ButtonObject
ObjectUtils.createButtonObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, String... images)