Package 

Class NodeViewPort

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Node node
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeViewPort(Node node) Default constructor.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Node getNode() Getter method for the node to be adapted.
      void setNode(Node node) Setter method for the node to be adapted.
      double getWidth() .
      double getHeight() .
      boolean equals(Object o) .
      int hashCode() .
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeViewPort

        NodeViewPort(Node node)
        Default constructor.
        Parameters:
        node - the node to adapt
    • Method Detail

      • getNode

         Node getNode()

        Getter method for the node to be adapted.

      • setNode

         void setNode(Node node)

        Setter method for the node to be adapted.

        Parameters:
        node - the node