|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.projectmanagement.component.utils.ClipRectangleHud
public class ClipRectangleHud
The Class ClipRectangleHud.
Constructor Summary | |
---|---|
ClipRectangleHud(com.jme.scene.Spatial spat,
float wi,
float he)
Instantiates a new clip rectangle hud. |
Method Summary | |
---|---|
boolean |
isPicked(com.jme.math.Vector2f screenPos)
Checks if is picked. |
void |
setSpatialClip(com.jme.scene.Spatial spatial,
boolean isClipEnabled)
Sets the spatial clip. |
void |
updateEquations()
Update equations. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClipRectangleHud(com.jme.scene.Spatial spat, float wi, float he)
spat
- the spatwi
- the wihe
- the heMethod Detail |
---|
public boolean isPicked(com.jme.math.Vector2f screenPos)
ClipRegion
isPicked
in interface ClipRegion
screenPos
- the screen pos
public void setSpatialClip(com.jme.scene.Spatial spatial, boolean isClipEnabled)
spatial
- the spatialisClipEnabled
- the is clip enabledpublic void updateEquations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |