synergynetframework.appsystem.contentsystem.jme.items
Class JMEThreeDContainer

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.jme.items.JMEContentItem
      extended by synergynetframework.appsystem.contentsystem.jme.items.JMEThreeDContentItem
          extended by synergynetframework.appsystem.contentsystem.jme.items.JMEThreeDContainer
All Implemented Interfaces:
IContentItemImplementation, IThreeDContainerImplementation, IThreeDContentItemImplementation

public class JMEThreeDContainer
extends JMEThreeDContentItem
implements IThreeDContainerImplementation

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

JMEThreeDContainer

public JMEThreeDContainer(ContentItem contentItem)
Instantiates a new JME three d container.

Parameters:
contentItem - the content item
Method Detail

addSubItem

public void addSubItem(ContentItem contentItem)
Description copied from interface: IThreeDContainerImplementation
Adds the sub item.

Specified by:
addSubItem in interface IThreeDContainerImplementation
Parameters:
contentItem - the content item

removeSubItem

public void removeSubItem(ContentItem contentItem)
Description copied from interface: IThreeDContainerImplementation
Removes the sub item.

Specified by:
removeSubItem in interface IThreeDContainerImplementation
Parameters:
contentItem - the content item

setBackGround

public void setBackGround(Background backGround)
Description copied from interface: IContentItemImplementation
Sets the back ground.

Specified by:
setBackGround in interface IContentItemImplementation
Overrides:
setBackGround in class JMEContentItem
Parameters:
backGround - the new back ground

setBorder

public void setBorder(Border border)
Description copied from interface: IContentItemImplementation
Sets the border.

Specified by:
setBorder in interface IContentItemImplementation
Overrides:
setBorder in class JMEContentItem
Parameters:
border - the new border

setBoundaryEnabled

public void setBoundaryEnabled(boolean isBoundaryEnabled)
Description copied from interface: IContentItemImplementation
Sets the boundary enabled.

Specified by:
setBoundaryEnabled in interface IContentItemImplementation
Overrides:
setBoundaryEnabled in class JMEContentItem
Parameters:
isBoundaryEnabled - the new boundary enabled