|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.web3d.vrml.renderer.common.browser.OverlayWrapper
public class OverlayWrapper
Simple utility class that interfaces between the drawing component and the overlay node types to pass resize information.
| Constructor Summary | |
|---|---|
OverlayWrapper(java.awt.Component comp)
Construct a new wrapper that works with the given component. |
|
| Method Summary | |
|---|---|
void |
componentHidden(java.awt.event.ComponentEvent e)
Notification that the component has been hidden. |
void |
componentMoved(java.awt.event.ComponentEvent e)
Notification that the component has been moved. |
void |
componentResized(java.awt.event.ComponentEvent e)
Notification that the component has been resized. |
void |
componentShown(java.awt.event.ComponentEvent e)
Notification that the component has been shown. |
void |
setSurfaces(java.util.List list)
Reset the list of overlays to use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OverlayWrapper(java.awt.Component comp)
comp - The component to use| Method Detail |
|---|
public void componentResized(java.awt.event.ComponentEvent e)
componentResized in interface java.awt.event.ComponentListenere - The event that caused this method to be calledpublic void componentMoved(java.awt.event.ComponentEvent e)
componentMoved in interface java.awt.event.ComponentListenere - The event that caused this method to be calledpublic void componentShown(java.awt.event.ComponentEvent e)
componentShown in interface java.awt.event.ComponentListenere - The event that caused this method to be calledpublic void componentHidden(java.awt.event.ComponentEvent e)
componentHidden in interface java.awt.event.ComponentListenere - The event that caused this method to be calledpublic void setSurfaces(java.util.List list)
list - The list of surfaces to add
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||