Uses of Class
it.polimi.ingsw.client.new_gui.GUI.Rectangle
Packages that use GUI.Rectangle
Package
Description
-
Uses of GUI.Rectangle in it.polimi.ingsw.client.new_gui
Fields in it.polimi.ingsw.client.new_gui with type parameters of type GUI.RectangleMethods in it.polimi.ingsw.client.new_gui that return GUI.RectangleModifier and TypeMethodDescriptionGUI.Rectangle.relativeToThis(double _relX, double _relY, double _relW, double _relH) GUI.Rectangle.sameToTheRight()GUI.Rectangle.squareFromHeightRelativeToThis(double _relX, double _relY, double _relH) GUI.Rectangle.squareFromWidthRelativeToThis(double _relX, double _relY, double _relW) -
Uses of GUI.Rectangle in it.polimi.ingsw.client.new_gui.layout
Fields in it.polimi.ingsw.client.new_gui.layout declared as GUI.RectangleModifier and TypeFieldDescriptionstatic final GUI.RectangleLayout.alertPromptRectstatic final GUI.RectangleLayout.archRectstatic final GUI.RectangleLayout.cardPlayedRectstatic final GUI.RectangleLayout.cardsRectstatic final GUI.RectangleLayout.characterPromptRectstatic final GUI.RectangleLayout.chatInputBoxRectstatic final GUI.RectangleLayout.chatRectstatic final GUI.RectangleLayout.chooseButtonRectstatic final GUI.RectangleLayout.cloudRectstatic final GUI.RectangleLayout.endTurnButtonRectstatic final GUI.RectangleLayout.firstCharacterRectstatic final GUI.RectangleLayout.promptRectstatic final GUI.RectangleLayout.schoolRectstatic final GUI.RectangleLayout.switchButtonToEnemyRectstatic final GUI.RectangleLayout.switchButtonToPlayerRectstatic final GUI.RectangleLayout.undoButtonRect -
Uses of GUI.Rectangle in it.polimi.ingsw.client.new_gui.views.player_view
Fields in it.polimi.ingsw.client.new_gui.views.player_view declared as GUI.RectangleModifier and TypeFieldDescriptionprivate static final GUI.RectangleArchipelagosRenderer.archipelagosRectangleMethods in it.polimi.ingsw.client.new_gui.views.player_view with parameters of type GUI.RectangleModifier and TypeMethodDescriptionprivate static javafx.scene.image.ImageViewSchoolBoardRenderer.renderPawn(GUI.Rectangle schoolBoardRect, double schoolBoardAbsX, double schoolBoardAbsY, double relX, double relY, javafx.scene.image.Image asset_img) private static javafx.scene.image.ImageViewSchoolBoardRenderer.renderProfessor(Color color, GUI.Rectangle schoolBoardRect, double schoolBoardAbsX, double schoolBoardAbsY, double relX, double relY) private static javafx.scene.image.ImageViewSchoolBoardRenderer.renderStudent(Color color, GUI.Rectangle schoolBoardRect, double schoolBoardAbsX, double schoolBoardAbsY, double relX, double relY) private static javafx.scene.control.ButtonSchoolBoardRenderer.renderStudentAndAddEventHandler(Color color, GUI.Rectangle schoolBoardRect, double schoolBoardAbsX, double schoolBoardAbsY, double relX, double relY, SchoolBoardRenderer.TargetType targetType) static javafx.scene.layout.PaneSwitchButtonRenderer.renderSwitchButton(String text, GUI.Rectangle dstRect, GUI.View nextView)