|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jogamp.nativewindow.UpstreamSurfaceHookMutableSize
com.jogamp.nativewindow.UpstreamSurfaceHookMutableSizePos
public class UpstreamSurfaceHookMutableSizePos
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.media.nativewindow.UpstreamSurfaceHook |
|---|
UpstreamSurfaceHook.MutableSize |
| Constructor Summary | |
|---|---|
UpstreamSurfaceHookMutableSizePos(int x,
int y,
int width,
int height)
|
|
| Method Summary | |
|---|---|
int |
getX()
|
int |
getY()
|
void |
setPos(int x,
int y)
|
String |
toString()
|
| Methods inherited from class com.jogamp.nativewindow.UpstreamSurfaceHookMutableSize |
|---|
create, destroy, getHeight, getWidth, setSize |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpstreamSurfaceHookMutableSizePos(int x,
int y,
int width,
int height)
width - initial widthheight - initial height| Method Detail |
|---|
public final void setPos(int x,
int y)
public final int getX()
public final int getY()
public String toString()
toString in class UpstreamSurfaceHookMutableSize
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||