Class ConnectorShape.WayPoint

java.lang.Object
java.awt.geom.Point2D
java.awt.geom.Point2D.Double
org.pathvisio.libgpml.model.connector.ConnectorShape.WayPoint
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
ConnectorShape

public static class ConnectorShape.WayPoint
extends java.awt.geom.Point2D.Double
The class for a waypoint, a point through which the connector passes. Each waypoint will have a handle in the view, so the user can modify it's position.
Author:
unknown.
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.awt.geom.Point2D

    java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
  • Field Summary

    Fields inherited from class java.awt.geom.Point2D.Double

    x, y
  • Constructor Summary

    Constructors
    Constructor Description
    WayPoint​(double x, double y)  
    WayPoint​(java.awt.geom.Point2D position)  
  • Method Summary

    Methods inherited from class java.awt.geom.Point2D.Double

    getX, getY, setLocation, toString

    Methods inherited from class java.awt.geom.Point2D

    clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WayPoint

      public WayPoint​(java.awt.geom.Point2D position)
    • WayPoint

      public WayPoint​(double x, double y)