Class Point2D.Double

  • Enclosing class:
    Point2D

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

    • Field Summary

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

        x, y
    • Constructor Summary

      Constructors 
      Constructor Description
      Double()  
      Double​(double x, double y)  
    • Constructor Detail

      • Double

        public Double​(double x,
                      double y)
      • Double

        public Double()