Class Point2D.Double

java.lang.Object
net.sourceforge.plantuml.awt.geom.Point2D
net.sourceforge.plantuml.awt.geom.Point2D.Double
Enclosing class:
Point2D

public static class Point2D.Double extends Point2D
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.sourceforge.plantuml.awt.geom.Point2D

    Point2D.Double
  • Field Summary

    Fields inherited from class net.sourceforge.plantuml.awt.geom.Point2D

    x, y
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Double(double x, double y)
     
  • Method Summary

    Methods inherited from class net.sourceforge.plantuml.awt.geom.Point2D

    distance, distance, distance, distanceSq, getX, getY, setLocation

    Methods inherited from class java.lang.Object

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

    • Double

      public Double(double x, double y)
    • Double

      public Double()