Class Summary |
CapturingCanvas3D |
Canvas3D that is synchronized with Display3D and
uses postswap to save the contextGraphics into
an image. |
Display3D |
Display3D holds, displays, and manipulates 3D Portrayal objects, allowing the user to scale them,
rotate them, translate them, magnify them, change how often they're updated, take snapshots, and generate Quicktime movies. |
SelectionBehavior |
A behavior added to Display3Ds which enables Portrayal3Ds to be selected (via Java3D picking). |
ToolTipBehavior |
A behavior similar to SelectionBehavior, except you don't have to
double-click and the resulting info is presented in a tool-tip, not the
console
I'm using swings default (ToolTipManager) initialDelay constant, but I did
not implement DismissDelay, ReshowDelay |