|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsyn3d.base.Syn3DPlugin
syn3d.builtin.ControlledSyn3DBuiltin
public class ControlledSyn3DBuiltin
This plugin provides interactive navigation into the scene 3D
| Field Summary | |
|---|---|
protected boolean |
handleKeyTyped
|
protected boolean |
handleMouseClicked
|
protected boolean |
handleMouseDragged
|
protected boolean |
handleMousePressed
|
protected boolean |
handleMouseWheelMoved
|
| Fields inherited from class syn3d.base.Syn3DPlugin |
|---|
pluginManager |
| Constructor Summary | |
|---|---|
ControlledSyn3DBuiltin()
|
|
| Method Summary | |
|---|---|
boolean |
isHandleKeyTyped()
Use this method to test if the builtin plugin handles this event |
boolean |
isHandleMouseClicked()
Use this method to test if the builtin plugin handles this event |
boolean |
isHandleMouseDragged()
Use this method to test if the builtin plugin handles this event |
boolean |
isHandleMousePressed()
Use this method to test if the builtin plugin handles this event |
boolean |
isHandleMouseWheelMoved()
Use this method to test if the builtin plugin handles this event |
void |
keyPressed(java.awt.event.KeyEvent e)
|
void |
keyReleased(java.awt.event.KeyEvent e)
|
void |
keyTyped(java.awt.event.KeyEvent e)
|
void |
mouseClicked(java.awt.event.MouseEvent e)
|
void |
mouseDragged(java.awt.event.MouseEvent e)
|
void |
mouseEntered(java.awt.event.MouseEvent e)
|
void |
mouseExited(java.awt.event.MouseEvent e)
|
void |
mouseMoved(java.awt.event.MouseEvent e)
|
void |
mousePressed(java.awt.event.MouseEvent e)
|
void |
mouseReleased(java.awt.event.MouseEvent e)
Methods to implement |
void |
mouseWheelMoved(java.awt.event.MouseWheelEvent e)
|
void |
setHandleKeyTyped(boolean handleKeyTyped)
Use this method to activate builtin handling of this event |
void |
setHandleMouseClicked(boolean handleMouseClicked)
Use this method to activate builtin handling of this event |
void |
setHandleMouseDragged(boolean handleMouseDragged)
Use this method to activate builtin handling of this event |
void |
setHandleMousePressed(boolean handleMousePressed)
Use this method to activate builtin handling of this event |
void |
setHandleMouseWheelMoved(boolean handleMouseWheelMoved)
Use this method to activate builtin handling of this event |
| Methods inherited from class syn3d.base.Syn3DPlugin |
|---|
canCreate, create, createFromKey, getNodes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean handleMouseClicked
protected boolean handleMouseWheelMoved
protected boolean handleMousePressed
protected boolean handleMouseDragged
protected boolean handleKeyTyped
| Constructor Detail |
|---|
public ControlledSyn3DBuiltin()
| Method Detail |
|---|
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenerpublic void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged in interface java.awt.event.MouseMotionListenerpublic void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
mouseWheelMoved in interface java.awt.event.MouseWheelListenerpublic void keyTyped(java.awt.event.KeyEvent e)
keyTyped in interface java.awt.event.KeyListenerpublic void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface java.awt.event.MouseListenerpublic boolean isHandleKeyTyped()
public void setHandleKeyTyped(boolean handleKeyTyped)
public boolean isHandleMouseClicked()
public void setHandleMouseClicked(boolean handleMouseClicked)
public boolean isHandleMouseDragged()
public void setHandleMouseDragged(boolean handleMouseDragged)
public boolean isHandleMousePressed()
public void setHandleMousePressed(boolean handleMousePressed)
public boolean isHandleMouseWheelMoved()
public void setHandleMouseWheelMoved(boolean handleMouseWheelMoved)
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenerpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved in interface java.awt.event.MouseMotionListenerpublic void keyReleased(java.awt.event.KeyEvent e)
keyReleased in interface java.awt.event.KeyListenerpublic void mouseExited(java.awt.event.MouseEvent e)
mouseExited in interface java.awt.event.MouseListenerpublic void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered in interface java.awt.event.MouseListenerpublic void keyPressed(java.awt.event.KeyEvent e)
keyPressed in interface java.awt.event.KeyListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||