|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjShape
The Interface IObjShape.
Method Summary | |
---|---|
java.lang.String |
getObjFileText()
Gets the obj file text. |
void |
setShapeGeometry(java.lang.String geomLoc)
Sets the shape geometry. |
void |
setShapeGeometry(java.net.URL geomLoc)
Sets the shape geometry. |
void |
setSolidColour(com.jme.renderer.ColorRGBA colour)
Sets the solid colour. |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IFrameImplementation |
---|
drawImage, drawImage, flushGraphics, getGraphicsContext, getImages, removeAllImages, removeImage |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IQuadContentItemImplementation |
---|
setAutoFitSize, setHeight, setWidth |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Method Detail |
---|
java.lang.String getObjFileText() throws java.io.IOException
java.io.IOException
- Signals that an I/O exception has occurred.void setShapeGeometry(java.lang.String geomLoc) throws java.lang.Exception
geomLoc
- the new shape geometry
java.lang.Exception
- the exceptionvoid setShapeGeometry(java.net.URL geomLoc) throws java.lang.Exception
geomLoc
- the new shape geometry
java.lang.Exception
- the exceptionvoid setSolidColour(com.jme.renderer.ColorRGBA colour)
colour
- the new solid colour
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |