|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.jme.cursorsystem.elements.twod.ClipRegistry
public class ClipRegistry
The Class ClipRegistry.
Method Summary | |
---|---|
ClipRegion |
getClipRegionForSpatial(com.jme.scene.Spatial spatial)
Gets the clip region for spatial. |
java.util.HashMap<com.jme.scene.Spatial,ClipRegion> |
getClipRegions()
Gets the clip regions. |
static ClipRegistry |
getInstance()
Gets the single instance of ClipRegistry. |
boolean |
isRegistered(com.jme.scene.Spatial spatial)
Checks if is registered. |
void |
registerClipRegion(com.jme.scene.Spatial spatial,
ClipRegion clipRegion)
Register clip region. |
void |
unregister(com.jme.scene.Spatial spatial)
Unregister. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ClipRegistry getInstance()
public ClipRegion getClipRegionForSpatial(com.jme.scene.Spatial spatial)
spatial
- the spatial
public java.util.HashMap<com.jme.scene.Spatial,ClipRegion> getClipRegions()
public boolean isRegistered(com.jme.scene.Spatial spatial)
spatial
- the spatial
public void registerClipRegion(com.jme.scene.Spatial spatial, ClipRegion clipRegion)
spatial
- the spatialclipRegion
- the clip regionpublic void unregister(com.jme.scene.Spatial spatial)
spatial
- the spatial
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |