Class Point

1 개요[ | ]

Class Point

2 생성자[ | ]

  • Point()
  • Point(int x, int y)
  • Point(Point p)

3 메소드[ | ]

  • getX()
  • getY()
  • getLocation()
  • setLocation()
  • move()
  • translate()
  • equals()
  • toString()

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}