Line2D contains 메소드 관련 문의 드립니다.

namnamnam Reply 8 years 50 weeks ago
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로 반환하는지 궁금합니다 감사합니다
pichulia Reply 8 years 49 weeks ago
since a line contains no area. 한국말이든 영어든 끝까지 읽어봅시다. 선분의 길이가 0이면 false를 리턴한다는 소리같네요.