|
||||||||||
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.JMEOrthoContainer
public class JMEOrthoContainer
The Class JMEOrthoContainer.
Constructor Summary | |
---|---|
JMEOrthoContainer(ContentItem contentItem)
Instantiates a new JME ortho container. |
Method Summary | |
---|---|
void |
addSubItem(ContentItem contentItem)
Adds the sub item. |
void |
detachSubItem(ContentItem contentItem)
Detach sub item. |
com.jme.scene.Node |
getNode()
Gets the node. |
void |
removeSubItem(ContentItem contentItem)
Removes the sub item. |
void |
setBackGround(Background backGround)
Sets the back ground. |
void |
setBorder(Border border)
Sets the border. |
void |
updateOrder(int order)
Update order. |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEContentItem |
---|
contains, getImplementationObject, getLocalLocation, hasCollision, init, 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.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Constructor Detail |
---|
public JMEOrthoContainer(ContentItem contentItem)
contentItem
- the content itemMethod Detail |
---|
public void addSubItem(ContentItem contentItem)
IOrthoContainerImplementation
addSubItem
in interface IOrthoContainerImplementation
contentItem
- the content itempublic void detachSubItem(ContentItem contentItem)
IOrthoContainerImplementation
detachSubItem
in interface IOrthoContainerImplementation
contentItem
- the content itempublic com.jme.scene.Node getNode()
IOrthoContainerImplementation
getNode
in interface IOrthoContainerImplementation
public void removeSubItem(ContentItem contentItem)
IOrthoContainerImplementation
removeSubItem
in interface IOrthoContainerImplementation
contentItem
- the content itempublic void setBackGround(Background backGround)
IContentItemImplementation
setBackGround
in interface IContentItemImplementation
setBackGround
in class JMEOrthoContentItem
backGround
- the new back groundpublic void setBorder(Border border)
IContentItemImplementation
setBorder
in interface IContentItemImplementation
setBorder
in class JMEOrthoContentItem
border
- the new borderpublic void updateOrder(int order)
IOrthoContainerImplementation
updateOrder
in interface IOrthoContainerImplementation
order
- the order
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |