public boolean contains(double x,
double y)
Tests if a specified coordinate is inside the boundary of this Line2D. This method is required to implement the Shape interface, but in the case of Line2D objects it always returns false since a line contains no area.
왜 항상 리턴값을 false로 반환하는지 궁금합니다
감사합니다