|
j3d.org Code | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UpdatableEntity | |
| org.j3d.renderer.java3d.overlay | Classes for providing 2D screen overlays for a 3D canvas. |
| Uses of UpdatableEntity in org.j3d.renderer.java3d.overlay |
| Subinterfaces of UpdatableEntity in org.j3d.renderer.java3d.overlay | |
interface |
InteractiveOverlay
An extended version of the overlay that would like to have interactive input from the mouse and/or keyboard. |
interface |
Overlay
An overlay is rectangular texture which is aligned with the image plate giving the illusion of an image drawn onto the canvas rather than in the scene. |
| Classes in org.j3d.renderer.java3d.overlay that implement UpdatableEntity | |
class |
ImageButtonOverlay
An overlay with a clickable image that acts like a button. |
class |
ImageOverlay
An overlay that draws an image on screen at the given position. |
class |
InteractiveOverlayBase
An implementation of the interactive overlay. |
class |
InteractiveTextureOverlay
An texture overlay extension that allows input events to be captured. |
class |
LabelOverlay
An overlay that renders a text label. |
class |
MouseOverlay
An overlay that is used like an ordinary drawing canvas that interacts with the mouse. |
class |
OverlayBase
An implementation of the overlay and screen component interfaces to provide a ready-made overlay system. |
class |
ScribbleOverlay
An overlay allows the user to scribble on the screen, over the top of the 3D display. |
class |
TextureOverlay
An overlay implementation that uses a Java3D Texture2D object for the renderable surface. |
| Methods in org.j3d.renderer.java3d.overlay with parameters of type UpdatableEntity | |
void |
UpdateManager.updateRequested(UpdatableEntity ue)
Request that the manager update this item. |
void |
UpdateControlBehavior.updateRequested(UpdatableEntity ue)
Request that the manager update this item. |
|
j3d.org Code | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||