WritableRectangle
public interface WritablePoint
Modifier and Type | Method | Description |
---|---|---|
void |
setLocation(int x,
int y) |
|
void |
setLocation(ReadablePoint p) |
|
void |
setX(int x) |
|
void |
setY(int y) |
void setLocation(int x, int y)
void setLocation(ReadablePoint p)
void setX(int x)
void setY(int y)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.