Class Line2D.Double

  • All Implemented Interfaces:
    Shape
    Enclosing class:
    Line2D

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

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

        Line2D.Double
    • Field Summary

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

        x1, x2, y1, y2
    • Constructor Summary

      Constructors 
      Constructor Description
      Double​(double x1, double y1, double x2, double y2)  
      Double​(Point2D p1, Point2D p2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Double

        public Double​(double x1,
                      double y1,
                      double x2,
                      double y2)