Class | Description |
---|---|
GameView |
The
GameView class consists in the MVC architecture view |
MenuView |
The
MenuView class consists in one
of the MVP architecture view
It contains the menu elements |
RectangleMesh |
The RectangleMesh class is a pre-defined rectangle mesh extended from MeshView
It create the mesh points from the specified coordinates, apply the specified texture and have a list of Transformations
|
Transformations |
The
Transformations class contain a list of basics transformations objects to add to the nodes. |
ViewCamera |
The
ViewCamera class contain the camera of the scene. |
ViewCard |
The
ViewCard class is a JavaFX extended node
with some useful methods to help animating the cards on the table. |