synergynetframework.appsystem.contentsystem.items
Class ThreeDContentItem

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.items.ContentItem
      extended by synergynetframework.appsystem.contentsystem.items.ThreeDContentItem
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IContentItemImplementation
Direct Known Subclasses:
ThreeDContainer

public class ThreeDContentItem
extends ContentItem
implements java.lang.Cloneable, java.io.Serializable

The Class ThreeDContentItem.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem
name
 
Constructor Summary
ThreeDContentItem(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new three d content item.
 
Method Summary
 void bindImplementationOjbect()
          Bind implementation ojbect.
 java.lang.Object clone()
           
 void enableMultiTouchElementListeners()
          Enable multi touch element listeners.
 ThreeDContainer getParent()
          Gets the parent.
 
Methods inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem
addMultitouchListener, canManipulate, contains, generateUniqueName, getAngle, getBackGround, getBackgroundColour, getBorder, getBorderColour, getBorderSize, getContentSystem, getId, getImplementationObject, getLocalLocation, getName, getNote, getResource, getScale, hasCollision, init, initImplementationObjet, isBoundaryEnabled, isVisible, setAngle, setBackGround, setBackgroundColour, setBorder, setBorderColour, setBorderSize, setBoundaryEnabled, setContentSystem, setId, setLocalLocation, setLocalLocation, setLocalLocation, setLocation, setManipulate, setName, setNote, setResource, setScale, setScale, setVisible, setVisible, update, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeDContentItem

public ThreeDContentItem(ContentSystem contentSystem,
                         java.lang.String name)
Instantiates a new three d content item.

Parameters:
contentSystem - the content system
name - the name
Method Detail

bindImplementationOjbect

public void bindImplementationOjbect()
Description copied from class: ContentItem
Bind implementation ojbect.

Overrides:
bindImplementationOjbect in class ContentItem

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class ContentItem
Throws:
java.lang.CloneNotSupportedException

enableMultiTouchElementListeners

public void enableMultiTouchElementListeners()
Enable multi touch element listeners.


getParent

public ThreeDContainer getParent()
Gets the parent.

Returns:
the parent