|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.ContentItem
synergynetframework.appsystem.contentsystem.items.OrthoContentItem
synergynetframework.appsystem.contentsystem.items.OrthoContainer
public class OrthoContainer
The Class OrthoContainer.
| Field Summary |
|---|
| Fields inherited from class synergynetframework.appsystem.contentsystem.items.OrthoContentItem |
|---|
removable |
| Fields inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem |
|---|
name |
| Constructor Summary | |
|---|---|
OrthoContainer(ContentSystem contentSystem,
java.lang.String name)
Instantiates a new ortho container. |
|
| Method Summary | |
|---|---|
void |
addSubItem(ContentItem contentItem)
Adds the sub item. |
boolean |
contains(ContentItem contentItem)
Contains. |
void |
detachSubItem(ContentItem contentItem)
Detach sub item. |
java.util.List<ContentItem> |
getAllItemsIncludeSystemItems()
Gets the all items include system items. |
com.jme.scene.Node |
getNode()
Gets the node. |
void |
removeSubItem(ContentItem contentItem)
Removes the sub item. |
void |
removeSubItem(ContentItem contentItem,
boolean releaseTextures)
Removes the sub item. |
void |
setBringToTopable(boolean isEnabled)
Sets the bring to topable. |
void |
setRotateTranslateScalable(boolean isEnabled)
Sets the rotate translate scalable. |
void |
setScaleLimit(float min,
float max)
Sets the scale limit. |
void |
setTopItem(ContentItem item)
Sets the top item. |
void |
updateOrder(int order)
Update order. |
| 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, setManipulate, setNote, setResource, 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, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
| Constructor Detail |
|---|
public OrthoContainer(ContentSystem contentSystem,
java.lang.String name)
contentSystem - the content systemname - the name| Method Detail |
|---|
public void addSubItem(ContentItem contentItem)
IOrthoContainerImplementation
addSubItem in interface IOrthoContainerImplementationcontentItem - the content itempublic boolean contains(ContentItem contentItem)
contentItem - the content item
public void detachSubItem(ContentItem contentItem)
IOrthoContainerImplementation
detachSubItem in interface IOrthoContainerImplementationcontentItem - the content itempublic java.util.List<ContentItem> getAllItemsIncludeSystemItems()
public com.jme.scene.Node getNode()
IOrthoContainerImplementation
getNode in interface IOrthoContainerImplementationpublic void removeSubItem(ContentItem contentItem)
IOrthoContainerImplementation
removeSubItem in interface IOrthoContainerImplementationcontentItem - the content item
public void removeSubItem(ContentItem contentItem,
boolean releaseTextures)
contentItem - the content itemreleaseTextures - the release texturespublic void setBringToTopable(boolean isEnabled)
IOrthoContentItemImplementation
setBringToTopable in interface IOrthoContentItemImplementationsetBringToTopable in class OrthoContentItemisEnabled - the new bring to topablepublic void setRotateTranslateScalable(boolean isEnabled)
IOrthoContentItemImplementation
setRotateTranslateScalable in interface IOrthoContentItemImplementationsetRotateTranslateScalable in class OrthoContentItemisEnabled - the new rotate translate scalable
public void setScaleLimit(float min,
float max)
IOrthoContentItemImplementation
setScaleLimit in interface IOrthoContentItemImplementationsetScaleLimit in class OrthoContentItemmin - the minmax - the maxpublic void setTopItem(ContentItem item)
item - the new top itempublic void updateOrder(int order)
IOrthoContainerImplementation
updateOrder in interface IOrthoContainerImplementationorder - the order
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||