Uses of Class
com.iragui.objects.WrappedBufferedImage
Packages that use WrappedBufferedImage
-
Uses of WrappedBufferedImage in com.iragui
Fields in com.iragui declared as WrappedBufferedImageModifier and TypeFieldDescriptionMouse cursor image used for diagonal (left) resizing.Mouse cursor image used for diagonal (right) resizing.GUI.horizontalMouse
Mouse cursor image used for horizontal resizing.GUI.verticalMouse
Mouse cursor image used for vertical resizing.Methods in com.iragui that return WrappedBufferedImageMethods in com.iragui with parameters of type WrappedBufferedImageModifier and TypeMethodDescriptionvoid
Window.setCursor
(WrappedBufferedImage cursor) Sets a custom cursor image for the window. -
Uses of WrappedBufferedImage in com.iragui.objects
Methods in com.iragui.objects that return types with arguments of type WrappedBufferedImageModifier and TypeMethodDescriptionAnimationObject.getFrames()
Returns all frames of this animation.Constructors in com.iragui.objects with parameters of type WrappedBufferedImageModifierConstructorDescriptionAnimationObject
(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
.