| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
j3d.examples.common.Java3dApplet
j3d.examples.behavior.MouseNavigateTest
public class MouseNavigateTest
This example illustrates the mouse behaviors defined in the
 org.selman.java3d.book package. These improved mouse behaviors: - handle
 TransformGroups above the target TG properly 
 - can be applied to
 any object, not just TGs 
 - support interface reporting to give easy
 feedback on all manipulations 
 - better motion speed control 
 -
 range validation to clamp scales and translation between limits 
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class java.awt.Component | 
|---|
| java.awt.Component.BaselineResizeBehavior | 
| Field Summary | 
|---|
| Fields inherited from class java.awt.Component | 
|---|
| BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT | 
| Fields inherited from interface java.awt.image.ImageObserver | 
|---|
| ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH | 
| Constructor Summary | |
|---|---|
| MouseNavigateTest() | |
| Method Summary | |
|---|---|
| static void | main(java.lang.String[] args) | 
|  void | onAdjustTransform(java.lang.Object target,
                  int xpos,
                  int ypos)Notification that a new Transform is being calculated | 
|  void | onApplyTransform(java.lang.Object target)Notification that the Transform is being updated | 
|  void | onEndDrag(java.lang.Object target)Callback to notify of an end drag event. | 
|  void | onRotate(java.lang.Object target,
         javax.vecmath.Point3d point3d)Callback to notify of new translationg being applied. | 
|  void | onScale(java.lang.Object target,
        javax.vecmath.Vector3d scale)Callback to notify of new scale being applied. | 
|  void | onStartDrag(java.lang.Object target)Callback to notify of a start drag event. | 
|  void | onTranslate(java.lang.Object target,
            javax.vecmath.Vector3d vTranslation)Callback to notify of new translationg being applied. | 
| Methods inherited from class j3d.examples.common.Java3dApplet | 
|---|
| getFirstLocale, getViewTransformGroupArray, getVirtualUniverse, getWorkingDirectory, initJava3d, isApplet | 
| Methods inherited from class java.applet.Applet | 
|---|
| destroy, getAccessibleContext, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, init, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop | 
| Methods inherited from class java.awt.Panel | 
|---|
| addNotify | 
| Methods inherited from class java.awt.Container | 
|---|
| add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate | 
| Methods inherited from class java.awt.Component | 
|---|
| action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public MouseNavigateTest()
| Method Detail | 
|---|
public void onStartDrag(java.lang.Object target)
TornadoChangeListener
onStartDrag in interface TornadoChangeListenertarget - the Object being manipulatedpublic void onEndDrag(java.lang.Object target)
TornadoChangeListener
onEndDrag in interface TornadoChangeListenertarget - the Object being manipulatedpublic void onApplyTransform(java.lang.Object target)
TornadoChangeListener
onApplyTransform in interface TornadoChangeListenertarget - the Object being manipulated
public void onAdjustTransform(java.lang.Object target,
                              int xpos,
                              int ypos)
TornadoChangeListener
onAdjustTransform in interface TornadoChangeListenertarget - the Object being manipulatedxpos - the mouse x positionypos - the mouse y position
public void onRotate(java.lang.Object target,
                     javax.vecmath.Point3d point3d)
RotationChangeListener
onRotate in interface RotationChangeListenertarget - the Object being manipulatedpoint3d - the new rotation (Euler, radians) applied
public void onScale(java.lang.Object target,
                    javax.vecmath.Vector3d scale)
ScaleChangeListener
onScale in interface ScaleChangeListenertarget - the Object being manipulatedscale - the new scale being applied
public void onTranslate(java.lang.Object target,
                        javax.vecmath.Vector3d vTranslation)
TranslationChangeListener
onTranslate in interface TranslationChangeListenertarget - the Object being manipulatedvTranslation - the new translation being appliedpublic static void main(java.lang.String[] args)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||