Aviatrix3D
2.1.0

org.j3d.aviatrix3d.pipeline.graphics
Interface GraphicsResizeListener

All Known Implementing Classes:
ElumensRenderingProcessor, GraphicsListenerMulticaster, ViewportResizeManager

public interface GraphicsResizeListener

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.

Version:
$Revision: 3.1 $
Author:
Justin Couch

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

graphicsDeviceResized

void graphicsDeviceResized(int x,
                           int y,
                           int width,
                           int height)
Notification that the graphics output device has changed dimensions to the given size. Dimensions are in pixels.

Parameters:
x - The lower left x coordinate for the view
y - The lower left y coordinate for the view
width - The width of the viewport in pixels
height - The height of the viewport in pixels

Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org