Java Doc for MouseBehavior.java in  » 6.0-JDK-Modules » java-3d » com » sun » j3d » utils » behaviors » mouse » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » java 3d » com.sun.j3d.utils.behaviors.mouse 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   javax.media.j3d.SceneGraphObject
      javax.media.j3d.Node
         javax.media.j3d.Leaf
            javax.media.j3d.Behavior
               com.sun.j3d.utils.behaviors.mouse.MouseBehavior

All known Subclasses:   com.sun.j3d.utils.behaviors.mouse.MouseTranslate,  com.sun.j3d.utils.behaviors.mouse.MouseRotate,  com.sun.j3d.utils.behaviors.mouse.MouseZoom,  ch.aecii.j3d.utils.ExtendedMouseRotate,  com.sun.j3d.utils.behaviors.mouse.MouseWheelZoom,  org.jdesktop.j3d.examples.oriented_shape3d.MouseRotateY,
MouseBehavior
abstract public class MouseBehavior extends Behavior implements MouseListener,MouseMotionListener,MouseWheelListener(Code)
Base class for all mouse manipulators (see MouseRotate, MouseZoom and MouseTranslate for examples of how to extend this base class).


Field Summary
final public static  intINVERT_INPUT
     Set this flag if you want to invert the inputs.
final public static  intMANUAL_WAKEUP
     Set this flag if you want to manually wakeup the behavior.
protected  booleanbuttonPress
    
protected  Transform3DcurrXform
    
protected  booleanenable
    
protected  intflags
    
protected  booleaninvert
    
protected  WakeupOrmouseCriterion
    
protected  WakeupCriterion[]mouseEvents
    
protected  LinkedListmouseq
    
protected  booleanreset
    
protected  TransformGrouptransformGroup
    
protected  Transform3DtransformX
    
protected  Transform3DtransformY
    
protected  booleanwakeUp
    
protected  intx_lasty_last
    
protected  intxy
    

Constructor Summary
public  MouseBehavior(TransformGroup transformGroup)
     Creates a mouse behavior object with a given transform group.
public  MouseBehavior(int format)
     Initializes standard fields.
public  MouseBehavior(Component c, TransformGroup transformGroup)
     Creates a mouse behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
public  MouseBehavior(Component c, int format)
     Creates a mouse behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.

Method Summary
public  voidaddListener(Component c)
     Adds this behavior as a MouseListener, mouseWheelListener and MouseMotionListener to the specified component.
public  TransformGroupgetTransformGroup()
    
public  voidinitialize()
     Initializes the behavior.
public  voidmouseClicked(MouseEvent e)
    
public  voidmouseDragged(MouseEvent e)
    
public  voidmouseEntered(MouseEvent e)
    
public  voidmouseExited(MouseEvent e)
    
public  voidmouseMoved(MouseEvent e)
    
public  voidmousePressed(MouseEvent e)
    
public  voidmouseReleased(MouseEvent e)
    
public  voidmouseWheelMoved(MouseWheelEvent e)
    
public  voidprocessMouseEvent(MouseEvent evt)
    
abstract public  voidprocessStimulus(Enumeration criteria)
     All mouse manipulators must implement this.
public  voidsetEnable(boolean state)
    
public  voidsetTransformGroup(TransformGroup transformGroup)
     Swap a new transformGroup replacing the old one.
public  voidwakeup()
     Manually wake up the behavior.

Field Detail
INVERT_INPUT
final public static int INVERT_INPUT(Code)
Set this flag if you want to invert the inputs. This is useful when the transform for the view platform is being changed instead of the transform for the object.



MANUAL_WAKEUP
final public static int MANUAL_WAKEUP(Code)
Set this flag if you want to manually wakeup the behavior.



buttonPress
protected boolean buttonPress(Code)



currXform
protected Transform3D currXform(Code)



enable
protected boolean enable(Code)



flags
protected int flags(Code)



invert
protected boolean invert(Code)



mouseCriterion
protected WakeupOr mouseCriterion(Code)



mouseEvents
protected WakeupCriterion[] mouseEvents(Code)



mouseq
protected LinkedList mouseq(Code)



reset
protected boolean reset(Code)



transformGroup
protected TransformGroup transformGroup(Code)



transformX
protected Transform3D transformX(Code)



transformY
protected Transform3D transformY(Code)



wakeUp
protected boolean wakeUp(Code)



x_lasty_last
protected int x_lasty_last(Code)



xy
protected int xy(Code)




Constructor Detail
MouseBehavior
public MouseBehavior(TransformGroup transformGroup)(Code)
Creates a mouse behavior object with a given transform group.
Parameters:
  transformGroup - The transform group to be manipulated.



MouseBehavior
public MouseBehavior(int format)(Code)
Initializes standard fields. Note that this behavior still needs a transform group to work on (use setTransformGroup(tg)) and the transform group must add this behavior.
Parameters:
  format - flags



MouseBehavior
public MouseBehavior(Component c, TransformGroup transformGroup)(Code)
Creates a mouse behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent. The behaviors is added to the specified Component and works on the given TransformGroup. A null component can be passed to specify the behaviors should use listeners. Components can then be added to the behavior with the addListener(Component c) method.
Parameters:
  c - The Component to add the MouseListener andMouseMotionListener to.
Parameters:
  transformGroup - The TransformGroup to operate on.
since:
   Java 3D 1.2.1



MouseBehavior
public MouseBehavior(Component c, int format)(Code)
Creates a mouse behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent. The behavior is added to the specified Component. A null component can be passed to specify the behavior should use listeners. Components can then be added to the behavior with the addListener(Component c) method. Note that this behavior still needs a transform group to work on (use setTransformGroup(tg)) and the transform group must add this behavior.
Parameters:
  format - interesting flags (wakeup conditions).
since:
   Java 3D 1.2.1




Method Detail
addListener
public void addListener(Component c)(Code)
Adds this behavior as a MouseListener, mouseWheelListener and MouseMotionListener to the specified component. This method can only be called if the behavior was created with one of the constructors that takes a Component as a parameter.
Parameters:
  c - The component to add the MouseListener, MouseWheelListener andMouseMotionListener to.
exception:
  IllegalStateException - if the behavior was not createdas a listener
since:
   Java 3D 1.2.1



getTransformGroup
public TransformGroup getTransformGroup()(Code)
Return the transformGroup on which this node is operating



initialize
public void initialize()(Code)
Initializes the behavior.



mouseClicked
public void mouseClicked(MouseEvent e)(Code)



mouseDragged
public void mouseDragged(MouseEvent e)(Code)



mouseEntered
public void mouseEntered(MouseEvent e)(Code)



mouseExited
public void mouseExited(MouseEvent e)(Code)



mouseMoved
public void mouseMoved(MouseEvent e)(Code)



mousePressed
public void mousePressed(MouseEvent e)(Code)



mouseReleased
public void mouseReleased(MouseEvent e)(Code)



mouseWheelMoved
public void mouseWheelMoved(MouseWheelEvent e)(Code)



processMouseEvent
public void processMouseEvent(MouseEvent evt)(Code)
Handles mouse events



processStimulus
abstract public void processStimulus(Enumeration criteria)(Code)
All mouse manipulators must implement this.



setEnable
public void setEnable(boolean state)(Code)



setTransformGroup
public void setTransformGroup(TransformGroup transformGroup)(Code)
Swap a new transformGroup replacing the old one. This allows manipulators to operate on different nodes.
Parameters:
  transformGroup - The *new* transform group to be manipulated.



wakeup
public void wakeup()(Code)
Manually wake up the behavior. If MANUAL_WAKEUP flag was set upon creation, you must wake up this behavior each time it is handled.



Methods inherited from javax.media.j3d.Behavior
public boolean getEnable()(Code)(Java Doc)
public static int getNumSchedulingIntervals()(Code)(Java Doc)
public BoundingLeaf getSchedulingBoundingLeaf()(Code)(Java Doc)
public Bounds getSchedulingBounds()(Code)(Java Doc)
public int getSchedulingInterval()(Code)(Java Doc)
protected View getView()(Code)(Java Doc)
protected WakeupCondition getWakeupCondition()(Code)(Java Doc)
abstract public void initialize()(Code)(Java Doc)
public void postId(int postId)(Code)(Java Doc)
abstract public void processStimulus(Enumeration criteria)(Code)(Java Doc)
public void setEnable(boolean state)(Code)(Java Doc)
public void setSchedulingBoundingLeaf(BoundingLeaf region)(Code)(Java Doc)
public void setSchedulingBounds(Bounds region)(Code)(Java Doc)
public void setSchedulingInterval(int schedulingInterval)(Code)(Java Doc)
public void updateNodeReferences(NodeReferenceTable referenceTable)(Code)(Java Doc)
protected void wakeupOn(WakeupCondition criteria)(Code)(Java Doc)


Fields inherited from javax.media.j3d.Node
final public static int ALLOW_AUTO_COMPUTE_BOUNDS_READ(Code)(Java Doc)
final public static int ALLOW_AUTO_COMPUTE_BOUNDS_WRITE(Code)(Java Doc)
final public static int ALLOW_BOUNDS_READ(Code)(Java Doc)
final public static int ALLOW_BOUNDS_WRITE(Code)(Java Doc)
final public static int ALLOW_COLLIDABLE_READ(Code)(Java Doc)
final public static int ALLOW_COLLIDABLE_WRITE(Code)(Java Doc)
final public static int ALLOW_LOCALE_READ(Code)(Java Doc)
final public static int ALLOW_LOCAL_TO_VWORLD_READ(Code)(Java Doc)
final public static int ALLOW_PARENT_READ(Code)(Java Doc)
final public static int ALLOW_PICKABLE_READ(Code)(Java Doc)
final public static int ALLOW_PICKABLE_WRITE(Code)(Java Doc)
final public static int ENABLE_COLLISION_REPORTING(Code)(Java Doc)
final public static int ENABLE_PICK_REPORTING(Code)(Java Doc)

Methods inherited from javax.media.j3d.Node
public Node cloneNode(boolean forceDuplicate)(Code)(Java Doc)
public Node cloneTree()(Code)(Java Doc)
public Node cloneTree(boolean forceDuplicate)(Code)(Java Doc)
public Node cloneTree(boolean forceDuplicate, boolean allowDanglingReferences)(Code)(Java Doc)
public Node cloneTree(NodeReferenceTable referenceTable)(Code)(Java Doc)
public Node cloneTree(NodeReferenceTable referenceTable, boolean forceDuplicate)(Code)(Java Doc)
public Node cloneTree(NodeReferenceTable referenceTable, boolean forceDuplicate, boolean allowDanglingReferences)(Code)(Java Doc)
public void duplicateNode(Node originalNode, boolean forceDuplicate)(Code)(Java Doc)
public Bounds getBounds()(Code)(Java Doc)
public boolean getBoundsAutoCompute()(Code)(Java Doc)
public boolean getCollidable()(Code)(Java Doc)
public void getLocalToVworld(Transform3D t)(Code)(Java Doc)
public void getLocalToVworld(SceneGraphPath path, Transform3D t)(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
public Node getParent()(Code)(Java Doc)
public boolean getPickable()(Code)(Java Doc)
public void setBounds(Bounds bounds)(Code)(Java Doc)
public void setBoundsAutoCompute(boolean autoCompute)(Code)(Java Doc)
public void setCollidable(boolean collidable)(Code)(Java Doc)
public void setPickable(boolean pickable)(Code)(Java Doc)

Methods inherited from javax.media.j3d.SceneGraphObject
final public void clearCapability(int bit)(Code)(Java Doc)
final public void clearCapabilityIsFrequent(int bit)(Code)(Java Doc)
protected void duplicateSceneGraphObject(SceneGraphObject originalNode)(Code)(Java Doc)
final public boolean getCapability(int bit)(Code)(Java Doc)
final public boolean getCapabilityIsFrequent(int bit)(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public Object getUserData()(Code)(Java Doc)
final public boolean isCompiled()(Code)(Java Doc)
final public boolean isLive()(Code)(Java Doc)
final public void setCapability(int bit)(Code)(Java Doc)
final public void setCapabilityIsFrequent(int bit)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setUserData(Object userData)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public void updateNodeReferences(NodeReferenceTable referenceTable)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.