|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener to pass on the low-level window resize events to the external application for further processing.
Since Aviatrix3D requires explicit viewport setting, then this listener will
be useful to get the current size information passed back to the
Viewport
class for handling the processing.
Method Summary | |
void |
graphicsDeviceResized(int x,
int y,
int width,
int height)
Notification that the graphics output device has changed dimensions to the given size. |
Method Detail |
public void graphicsDeviceResized(int x, int y, int width, int height)
x
- The lower left x coordinate for the viewy
- The lower left y coordinate for the viewwidth
- The width of the viewport in pixelsheight
- The height of the viewport in pixels
|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |