Class LinesReport.Line

  • Enclosing class:
    LinesReport

    public static class LinesReport.Line
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double x1  
      double x2  
      double y1  
      double y2  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double angle()  
      double length()  
      double lengthSquared()  
      • Methods inherited from class java.lang.Object

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

      • x1

        public final double x1
      • y1

        public final double y1
      • x2

        public final double x2
      • y2

        public final double y2
    • Method Detail

      • lengthSquared

        public double lengthSquared()
      • length

        public double length()
      • angle

        public double angle()