Class Line2D.Double

java.lang.Object
net.sourceforge.plantuml.awt.geom.Line2D
net.sourceforge.plantuml.awt.geom.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)
     
     
  • Method Summary

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

    getP1, getP2, getX1, getX2, getY1, getY2

    Methods inherited from class java.lang.Object

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

    • Double

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

      public Double(Point2D p1, Point2D p2)