Klasse TexturedButton
java.lang.Object
com.sunworld.render.screen.elements.impl.TexturedButton
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTexturedButton
(int x, int y, int width, int height, Texture texture, Runnable onClick) TexturedButton
(int x, int y, Texture texture, Runnable onClick) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
draw
(Graphics2D g, Screen parent) void
mouseClicked
(int button)
-
Felddetails
-
onClick
-
texture
-
bounds
-
-
Konstruktordetails
-
TexturedButton
-
TexturedButton
-
-
Methodendetails
-
mouseClicked
public void mouseClicked(int button) - Angegeben von:
mouseClicked
in SchnittstelleButton
-
draw
-
getBounds
-