Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.nodes
Interface VRMLSurfaceLayoutListener


public interface VRMLSurfaceLayoutListener

A listener for layout feedback information from a suface node type..

The listener is used to make sure that the surface can notify its parent class that it has resized.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Method Summary
 void surfaceResized(int width, int height)
          Notification that its size has changed.
 

Method Detail

surfaceResized

void surfaceResized(int width,
                    int height)
Notification that its size has changed. Values shall not be negative.

Parameters:
width - The new width of the surface
height - The new height of the surface

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium