Class CharacterPromptController.StudentEntity
java.lang.Object
it.polimi.ingsw.client.new_gui.views.player_view.CharacterPromptController.StudentEntity
- Enclosing class:
CharacterPromptController
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStudentEntity(Color color, javafx.scene.image.ImageView image, javafx.scene.control.Button button) -
Method Summary
-
Field Details
-
color
-
image
private final javafx.scene.image.ImageView image -
button
private final javafx.scene.control.Button button -
selected
private boolean selected
-
-
Constructor Details
-
StudentEntity
public StudentEntity(Color color, javafx.scene.image.ImageView image, javafx.scene.control.Button button)
-