|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
java.awt | Minimal AWT package for shape classes with integer co-ordinates |
Uses of Point in java.awt |
---|
Methods in java.awt that return Point | |
---|---|
Point |
Rectangle.getLocation()
Get the location of the rectangle |
Point |
Point.getLocation()
Get the location of the point |
Methods in java.awt with parameters of type Point | |
---|---|
boolean |
Rectangle.contains(Point p)
Test if a point is within the rectangle |
void |
Rectangle.setLocation(Point p)
Set the location of this point to the location of a given point |
void |
Point.setLocation(Point p)
Set the location of the point to a given point |
Constructors in java.awt with parameters of type Point | |
---|---|
Point(Point p)
Create a point from a given point |
|
Rectangle(Point p)
Create an empty rectangle at the given point |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |