Class DiagramEdgeWaypoint

  • All Implemented Interfaces:
    java.io.Serializable

    public class DiagramEdgeWaypoint
    extends java.lang.Object
    implements java.io.Serializable
    Stores the position of a waypoint of a diagram edge.
    Author:
    Falko Menge
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getX()  
      java.lang.Double getY()  
      void setX​(java.lang.Double x)  
      void setY​(java.lang.Double y)  
      • Methods inherited from class java.lang.Object

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

      • DiagramEdgeWaypoint

        public DiagramEdgeWaypoint()
    • Method Detail

      • getX

        public java.lang.Double getX()
      • setX

        public void setX​(java.lang.Double x)
      • getY

        public java.lang.Double getY()
      • setY

        public void setY​(java.lang.Double y)