|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.remotecontrol.tableportal.inspectionutility.CircularLayout
public class CircularLayout
The Class CircularLayout.
| Nested Class Summary | |
|---|---|
static interface |
CircularLayout.CircularLayoutListener
The listener interface for receiving circularLayout events. |
| Field Summary | |
|---|---|
RoundFrame |
centrePoint
The centre point. |
java.util.List<com.jme.scene.Line> |
lines
The lines. |
java.util.List<CircularLayout.CircularLayoutListener> |
listeners
The listeners. |
java.util.Map<ContentItem,Location> |
originalLocsMap
The original locs map. |
TablePortal |
sourcePortal
The source portal. |
| Constructor Summary | |
|---|---|
CircularLayout(ContentSystem contentSystem,
java.util.List<ContentItem> items,
com.jme.math.Vector3f centre,
float distance)
Instantiates a new circular layout. |
|
| Method Summary | |
|---|---|
void |
addLayoutListener(CircularLayout.CircularLayoutListener l)
Adds the layout listener. |
void |
collapse()
Collapse. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public RoundFrame centrePoint
public java.util.List<com.jme.scene.Line> lines
public java.util.List<CircularLayout.CircularLayoutListener> listeners
public java.util.Map<ContentItem,Location> originalLocsMap
public TablePortal sourcePortal
| Constructor Detail |
|---|
public CircularLayout(ContentSystem contentSystem,
java.util.List<ContentItem> items,
com.jme.math.Vector3f centre,
float distance)
contentSystem - the content systemitems - the itemscentre - the centredistance - the distance| Method Detail |
|---|
public void addLayoutListener(CircularLayout.CircularLayoutListener l)
l - the lpublic void collapse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||