|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPoint | |
com.javaranch.common |
Uses of IPoint in com.javaranch.common |
Methods in com.javaranch.common that return IPoint | |
IPoint |
IRect.getTopLeft()
Get the point that represents the top, left corner of the rectangle. |
IPoint |
IRect.getTopRight()
Get the point that represents the top, right corner of the rectangle. |
IPoint |
IRect.getBottomLeft()
Get the point that represents the bottom, left corner of the rectangle. |
IPoint |
IRect.getBottomRight()
Get the point that represents the bottom, right corner of the rectangle. |
IPoint |
ButtonData.getPos()
|
Methods in com.javaranch.common with parameters of type IPoint | |
void |
IRect.set(IPoint p)
Move the top left corner of this object to a specific point. |
void |
IRect.inc(IPoint p)
Move the object without changing the width or height. |
static boolean |
IRect.PointOnRect(IPoint p,
IRect r)
Does the given point touch the given rectangle. |
void |
IPoint.set(IPoint p)
|
void |
IPoint.inc(IPoint p)
Increment the X value and the Y value with the x and y (respectively) of p. |
Constructors in com.javaranch.common with parameters of type IPoint | |
IRect(IPoint p,
int width,
int height)
Create an IRect object with a specific point, Width and Height. |
|
IRect(IPoint p1,
IPoint p2)
Create an IRect object from two opposing points. |
|
IRect(IPoint p1,
IPoint p2)
Create an IRect object from two opposing points. |
|
IRect(IPoint p)
Create an IRect object with a specified location, a width of zero and a height of zero. |
|
IPoint(IPoint p)
Create a new int point object containing the same value and another int point object. |
|
ButtonData(byte[] upImage,
byte[] downImage,
byte[] dimImage,
IPoint pos)
Create a new ButtonData object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |