Package arc.scene.ui

Class ImageButton

All Implemented Interfaces:
Cullable, Disableable
Direct Known Subclasses:
LCanvas.JumpButton, MobileButton

public class ImageButton extends Button
A button with a child Image to display an image. This is useful when the button must be larger than the image and the image centered on the button. If the image is the size of the button, a Button without any children can be used, where the Button.ButtonStyle.up, Button.ButtonStyle.down, and Button.ButtonStyle.checked nine patches define the image.