-
- All Implemented Interfaces:
-
it.unibo.alchemist.boundary.wormhole.interfaces.ViewPort
public class NodeViewPort implements ViewPort
Adapter class that adapts the JavaFX Node class to a generic ViewPort for usage in it.unibo.alchemist.boundary.wormhole.interfaces.Wormhole2D.
-
-
Field Summary
Fields Modifier and Type Field Description private Nodenode
-
Constructor Summary
Constructors Constructor Description NodeViewPort(Node node)Default constructor.
-