|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.jme.cursorsystem.MultiTouchElement
synergynetframework.jme.cursorsystem.elements.twod.OrthoBringToTop
public class OrthoBringToTop
The Class OrthoBringToTop.
| Nested Class Summary | |
|---|---|
static interface |
OrthoBringToTop.OrthoBringToTopListener
The listener interface for receiving orthoBringToTop events. |
| Field Summary | |
|---|---|
static int |
bottomMost
The bottom most. |
static int |
topMost
The top most. |
| Fields inherited from class synergynetframework.jme.cursorsystem.MultiTouchElement |
|---|
AXIS_Z, DIRECTION_UP |
| Constructor Summary | |
|---|---|
OrthoBringToTop(com.jme.scene.Spatial spatial)
Instantiates a new ortho bring to top. |
|
OrthoBringToTop(com.jme.scene.Spatial pickingSpatial,
com.jme.scene.Spatial targetSpatial)
Instantiates a new ortho bring to top. |
|
| Method Summary | |
|---|---|
void |
addOrthoBringToTopListener(OrthoBringToTop.OrthoBringToTopListener l)
Adds the ortho bring to top listener. |
void |
cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor changed. |
void |
cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor clicked. |
void |
cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor pressed. |
void |
cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor released. |
static java.util.List<com.jme.scene.Spatial> |
getAllTopLevelContainersWithOrthoBringToTop()
Gets the all top level containers with ortho bring to top. |
void |
removeOrthoBringToTopListener(OrthoBringToTop.OrthoBringToTopListener l)
Removes the ortho bring to top listener. |
static void |
setBottomMost(int i)
Sets the bottom most. |
void |
setBottomObject(OrthoBringToTop orthoBringToTop,
boolean enableBroadCast)
Sets the bottom object. |
static void |
setTopMost(int i)
Sets the top most. |
void |
setTopObject(OrthoBringToTop orthoBringToTop,
boolean enableBroadCast)
Sets the top object. |
static void |
unRegister(OrthoBringToTop orthoBringToTop)
Un register. |
static void |
unRegister(com.jme.scene.Spatial spatial)
Un register. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int bottomMost
public static int topMost
| Constructor Detail |
|---|
public OrthoBringToTop(com.jme.scene.Spatial spatial)
spatial - the spatial
public OrthoBringToTop(com.jme.scene.Spatial pickingSpatial,
com.jme.scene.Spatial targetSpatial)
pickingSpatial - the picking spatialtargetSpatial - the target spatial| Method Detail |
|---|
public static java.util.List<com.jme.scene.Spatial> getAllTopLevelContainersWithOrthoBringToTop()
public static void setBottomMost(int i)
i - the new bottom mostpublic static void setTopMost(int i)
i - the new top mostpublic static void unRegister(OrthoBringToTop orthoBringToTop)
orthoBringToTop - the ortho bring to toppublic static void unRegister(com.jme.scene.Spatial spatial)
spatial - the spatialpublic void addOrthoBringToTopListener(OrthoBringToTop.OrthoBringToTopListener l)
l - the l
public void cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
MultiTouchElement
cursorChanged in class MultiTouchElementc - the cevent - the event
public void cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
MultiTouchElement
cursorClicked in class MultiTouchElementc - the cevent - the event
public void cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
MultiTouchElement
cursorPressed in class MultiTouchElementc - the cevent - the event
public void cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
MultiTouchElement
cursorReleased in class MultiTouchElementc - the cevent - the eventpublic void removeOrthoBringToTopListener(OrthoBringToTop.OrthoBringToTopListener l)
l - the l
public void setBottomObject(OrthoBringToTop orthoBringToTop,
boolean enableBroadCast)
orthoBringToTop - the ortho bring to topenableBroadCast - the enable broad cast
public void setTopObject(OrthoBringToTop orthoBringToTop,
boolean enableBroadCast)
orthoBringToTop - the ortho bring to topenableBroadCast - the enable broad cast
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||