Package com.t3_tp3d.game.screen.modal
Class DocumentModal
- java.lang.Object
-
- com.t3_tp3d.game.screen.Screen
-
- com.t3_tp3d.game.screen.modal.ModalScreen
-
- com.t3_tp3d.game.screen.modal.DocumentModal
-
- All Implemented Interfaces:
KeyListener
,MouseListener
public class DocumentModal extends ModalScreen implements MouseListener
-
-
Field Summary
-
Fields inherited from class com.t3_tp3d.game.screen.Screen
CLICKED_COLOR_FILTER, CLICKED_TEXTURE_FILTER, HOVER_COLOR_FILTER, HOVER_TEXTURE_FILTER, NO_COLOR_FILTER, NO_TEXTURE_FILTER, z
-
-
Constructor Summary
Constructors Constructor Description DocumentModal(InGameScreen prevScreen, Texture texture, Document doc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
mouseClicked(boolean clicked, int button)
void
mouseMoved(int x, int y)
-
Methods inherited from class com.t3_tp3d.game.screen.modal.ModalScreen
cleanupModalScreen, render, update
-
Methods inherited from class com.t3_tp3d.game.screen.Screen
addButton, addText, cleanupScreen, desactivate, drawBackground, drawColoredRect, drawTexturedRect, hideModal, isHideModal, keyPressed, keyReleased, removeButton, removeText, renderScreen, setBounds, showModal, updateCamera, updateScreen
-
-
-
-
Constructor Detail
-
DocumentModal
public DocumentModal(InGameScreen prevScreen, Texture texture, Document doc)
-
-
Method Detail
-
mouseMoved
public void mouseMoved(int x, int y)
- Specified by:
mouseMoved
in interfaceMouseListener
-
mouseClicked
public void mouseClicked(boolean clicked, int button)
- Specified by:
mouseClicked
in interfaceMouseListener
-
-