NodeViewPort

open class NodeViewPort : ViewPort

Adapter class that adapts the JavaFX Node class to a generic ViewPort for usage in it.unibo.alchemist.boundary.wormhole.interfaces.Wormhole2D.

Constructors

Link copied to clipboard
open fun NodeViewPort(node: Node)
Default constructor.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
.
Link copied to clipboard
open fun getHeight(): Double
.
Link copied to clipboard
open fun getWidth(): Double
.
Link copied to clipboard
open fun hashCode(): Int
.

Properties

Link copied to clipboard
private open var node: Node