|
||||||||||
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
synergynetframework.appsystem.contentsystem.jme.items.JMERoundWindow
synergynetframework.appsystem.contentsystem.jme.items.JMERoundListContainer
public class JMERoundListContainer
The Class JMERoundListContainer.
Constructor Summary | |
---|---|
JMERoundListContainer(ContentItem contentItem)
Instantiates a new JME round list container. |
Method Summary | |
---|---|
void |
addSubItem(int index,
RoundContentItem item)
Adds the sub item. |
void |
addSubItem(RoundContentItem item)
Adds the sub item. |
float |
getMaxRadiusOfAllItems()
Gets the max radius of all items. |
void |
init()
Inits the. |
void |
removeSubItem(RoundContentItem item)
Removes the sub item. |
void |
render()
Render. |
void |
run()
Run. |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMERoundWindow |
---|
getBackgroundFrame, lowerIndex, setBackGround, setBorder, setRadius |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEOrthoContainer |
---|
addSubItem, detachSubItem, getNode, removeSubItem, updateOrder |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEContentItem |
---|
contains, getImplementationObject, getLocalLocation, hasCollision, 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.IRoundWindowImplementation |
---|
getBackgroundFrame, setRadius |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IOrthoContainerImplementation |
---|
addSubItem, detachSubItem, getNode, removeSubItem, updateOrder |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Constructor Detail |
---|
public JMERoundListContainer(ContentItem contentItem)
contentItem
- the content itemMethod Detail |
---|
public void addSubItem(int index, RoundContentItem item)
IRoundListContainerImplementation
addSubItem
in interface IRoundListContainerImplementation
index
- the indexitem
- the itempublic void addSubItem(RoundContentItem item)
IRoundListContainerImplementation
addSubItem
in interface IRoundListContainerImplementation
item
- the itempublic float getMaxRadiusOfAllItems()
public void init()
IContentItemImplementation
init
in interface IContentItemImplementation
init
in class JMERoundWindow
public void removeSubItem(RoundContentItem item)
IRoundListContainerImplementation
removeSubItem
in interface IRoundListContainerImplementation
item
- the itempublic void render()
public void run()
IRoundListContainerImplementation
run
in interface IRoundListContainerImplementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |