|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DrawableSpatialImage
The Interface DrawableSpatialImage.
Method Summary | |
---|---|
void |
cursorClicked(long cursorID,
int x,
int y)
Cursor clicked. |
void |
cursorDragged(long id,
int x,
int y)
Cursor dragged. |
void |
cursorPressed(long cursorID,
int x,
int y)
Cursor pressed. |
void |
cursorReleased(long cursorID,
int x,
int y)
Cursor released. |
void |
draw()
Draw. |
float |
getHeight()
Gets the height. |
int |
getImageHeight()
Gets the image height. |
int |
getImageWidth()
Gets the image width. |
com.jme.scene.Spatial |
getSpatial()
Gets the spatial. |
float |
getWidth()
Gets the width. |
Method Detail |
---|
void cursorClicked(long cursorID, int x, int y)
cursorID
- the cursor idx
- the xy
- the yvoid cursorDragged(long id, int x, int y)
id
- the idx
- the xy
- the yvoid cursorPressed(long cursorID, int x, int y)
cursorID
- the cursor idx
- the xy
- the yvoid cursorReleased(long cursorID, int x, int y)
cursorID
- the cursor idx
- the xy
- the yvoid draw()
float getHeight()
int getImageHeight()
int getImageWidth()
com.jme.scene.Spatial getSpatial()
float getWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |