| 
 | ||||||||||
| 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.CircularLayoutListenerThe listener interface for receiving circularLayout events. | 
| Field Summary | |
|---|---|
|  RoundFrame | centrePointThe centre point. | 
|  java.util.List<com.jme.scene.Line> | linesThe lines. | 
|  java.util.List<CircularLayout.CircularLayoutListener> | listenersThe listeners. | 
|  java.util.Map<ContentItem,Location> | originalLocsMapThe original locs map. | 
|  TablePortal | sourcePortalThe 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 | |||||||||