|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.contentsystem.jme.items.JMEContentItem
synergynetframework.appsystem.contentsystem.jme.items.JMEOrthoContentItem
synergynetframework.appsystem.contentsystem.jme.items.JMEQuadContentItem
synergynetframework.appsystem.contentsystem.jme.items.JMEFrame
synergynetframework.appsystem.contentsystem.jme.items.JMEObjShape
public class JMEObjShape
The Class JMEObjShape.
Constructor Summary | |
---|---|
JMEObjShape(ContentItem contentItem)
Instantiates a new JME obj shape. |
|
JMEObjShape(ContentItem contentItem,
com.jme.scene.Spatial spatial)
Instantiates a new JME obj shape. |
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 class synergynetframework.appsystem.contentsystem.jme.items.JMEFrame |
---|
drawImage, drawImage, flushGraphics, getGraphicsContext, getImages, init, removeAllImages, removeImage, setAutoFitSize, setBackGround, setBorder, setHeight, setWidth |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEQuadContentItem |
---|
cursorChanged, cursorClicked, cursorPressed, cursorReleased |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEContentItem |
---|
contains, getImplementationObject, getLocalLocation, hasCollision, setAngle, setBoundaryEnabled, setId, setLocation, setManipulate, setScale, setScale, setVisible, setVisible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Constructor Detail |
---|
public JMEObjShape(ContentItem contentItem)
contentItem
- the content itempublic JMEObjShape(ContentItem contentItem, com.jme.scene.Spatial spatial)
contentItem
- the content itemspatial
- the spatialMethod Detail |
---|
public java.lang.String getObjFileText() throws java.io.IOException
IObjShape
getObjFileText
in interface IObjShape
java.io.IOException
- Signals that an I/O exception has occurred.public void setShapeGeometry(java.lang.String geomLoc) throws java.lang.Exception
IObjShape
setShapeGeometry
in interface IObjShape
geomLoc
- the new shape geometry
java.lang.Exception
- the exceptionpublic void setShapeGeometry(java.net.URL geomLoc) throws java.lang.Exception
IObjShape
setShapeGeometry
in interface IObjShape
geomLoc
- the new shape geometry
java.lang.Exception
- the exceptionpublic void setSolidColour(com.jme.renderer.ColorRGBA colour)
IObjShape
setSolidColour
in interface IObjShape
colour
- the new solid colour
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |