Package com.t3_tp3d.game.screen.gui
Class DocumentButton
- java.lang.Object
-
- com.t3_tp3d.game.screen.gui.Button
-
- com.t3_tp3d.game.screen.gui.DocumentButton
-
- All Implemented Interfaces:
MouseListener
public class DocumentButton extends Button
-
-
Constructor Summary
Constructors Constructor Description DocumentButton(Patient patient, java.awt.Rectangle bounds, java.lang.String textureName, Document doc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup()
void
draw()
Texture
getTexture()
-
Methods inherited from class com.t3_tp3d.game.screen.gui.Button
addListener, dispose, getCenterX, getCenterY, getHeight, getShader, getText, getWidth, getX, getY, isActivated, isClicked, isHovered, mouseClicked, mouseMoved, removeListener, setActivated, setText, update, updateTextScale
-
-