|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.threedmanipulation.tools.Telescope
public class Telescope
The Class Telescope.
Constructor Summary | |
---|---|
Telescope(java.lang.String name,
ContentSystem contentSystem,
com.jme.scene.Node worldNode,
com.jme.scene.Node orthoNode,
java.util.List<com.jme.scene.Spatial> manipulatableOjbects,
com.jme.math.Vector3f mainCameraPosition,
com.jme.math.Vector2f initTelescopePosition,
float initTelescopeZoom,
float telescopeRadius)
Instantiates a new telescope. |
Method Summary | |
---|---|
void |
addToolListener(ToolListener l)
Adds the tool listener. |
void |
cleanup()
Cleanup. |
TelescopeLen |
getTelescopeLens()
Gets the telescope lens. |
void |
removeToolListener(ToolListener l)
Removes the tool listener. |
void |
render(com.jme.scene.Node renderedNode)
Render. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Telescope(java.lang.String name, ContentSystem contentSystem, com.jme.scene.Node worldNode, com.jme.scene.Node orthoNode, java.util.List<com.jme.scene.Spatial> manipulatableOjbects, com.jme.math.Vector3f mainCameraPosition, com.jme.math.Vector2f initTelescopePosition, float initTelescopeZoom, float telescopeRadius)
name
- the namecontentSystem
- the content systemworldNode
- the world nodeorthoNode
- the ortho nodemanipulatableOjbects
- the manipulatable ojbectsmainCameraPosition
- the main camera positioninitTelescopePosition
- the init telescope positioninitTelescopeZoom
- the init telescope zoomtelescopeRadius
- the telescope radiusMethod Detail |
---|
public void addToolListener(ToolListener l)
l
- the lpublic void cleanup()
public TelescopeLen getTelescopeLens()
public void removeToolListener(ToolListener l)
l
- the lpublic void render(com.jme.scene.Node renderedNode)
renderedNode
- the rendered node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |