Class Line2D

  • All Implemented Interfaces:

    
    public final class Line2D
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Point2D start
      private final Point2D end
    • Constructor Summary

      Constructors 
      Constructor Description
      Line2D(Point2D start, Point2D end)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Point2D getStart()
      final Point2D getEnd()
      final Point2D positionAt(UnitInterval position, Double distance, Double offset)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait