|
||||||||||
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.JMEThreeDContentItem
synergynetframework.appsystem.contentsystem.jme.items.JMEThreeDContainer
public class JMEThreeDContainer
The Class JMEThreeDContainer.
Constructor Summary | |
---|---|
JMEThreeDContainer(ContentItem contentItem)
Instantiates a new JME three d container. |
Method Summary | |
---|---|
void |
addSubItem(ContentItem contentItem)
Adds the sub item. |
void |
removeSubItem(ContentItem contentItem)
Removes the sub item. |
void |
setBackGround(Background backGround)
Sets the back ground. |
void |
setBorder(Border border)
Sets the border. |
void |
setBoundaryEnabled(boolean isBoundaryEnabled)
Sets the boundary enabled. |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEContentItem |
---|
addMultitouchListener, contains, getImplementationObject, getLocalLocation, hasCollision, init, setAngle, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
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, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Constructor Detail |
---|
public JMEThreeDContainer(ContentItem contentItem)
contentItem
- the content itemMethod Detail |
---|
public void addSubItem(ContentItem contentItem)
IThreeDContainerImplementation
addSubItem
in interface IThreeDContainerImplementation
contentItem
- the content itempublic void removeSubItem(ContentItem contentItem)
IThreeDContainerImplementation
removeSubItem
in interface IThreeDContainerImplementation
contentItem
- the content itempublic void setBackGround(Background backGround)
IContentItemImplementation
setBackGround
in interface IContentItemImplementation
setBackGround
in class JMEContentItem
backGround
- the new back groundpublic void setBorder(Border border)
IContentItemImplementation
setBorder
in interface IContentItemImplementation
setBorder
in class JMEContentItem
border
- the new borderpublic void setBoundaryEnabled(boolean isBoundaryEnabled)
IContentItemImplementation
setBoundaryEnabled
in interface IContentItemImplementation
setBoundaryEnabled
in class JMEContentItem
isBoundaryEnabled
- the new boundary enabled
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |