|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Layout | |
|---|---|
| edu.uci.ics.jung.algorithms.layout3d | |
| edu.uci.ics.jung.visualization3d | |
| edu.uci.ics.jung.visualization3d.layout | |
| Uses of Layout in edu.uci.ics.jung.algorithms.layout3d |
|---|
| Methods in edu.uci.ics.jung.algorithms.layout3d with parameters of type Layout | |
|---|---|
V |
RadiusGraphElementAccessor.getVertex(Layout<V,E> layout,
javax.vecmath.Point3f p)
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance. |
V |
GraphElementAccessor.getVertex(Layout<V,E> layout,
javax.vecmath.Point3f p)
Returns a Vertex which is associated with the
location (x,y). |
V |
RadiusGraphElementAccessor.getVertex(Layout<V,E> layout,
javax.vecmath.Point3f p,
double maxDistance)
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance. |
| Uses of Layout in edu.uci.ics.jung.visualization3d |
|---|
| Methods in edu.uci.ics.jung.visualization3d that return Layout | |
|---|---|
Layout<V,E> |
VisualizationViewer.getGraphLayout()
|
| Methods in edu.uci.ics.jung.visualization3d with parameters of type Layout | |
|---|---|
void |
VisualizationViewer.setGraphLayout(Layout<V,E> inLayout)
|
| Uses of Layout in edu.uci.ics.jung.visualization3d.layout |
|---|
| Fields in edu.uci.ics.jung.visualization3d.layout declared as Layout | |
|---|---|
protected Layout<V,E> |
LayoutDecorator.delegate
|
| Methods in edu.uci.ics.jung.visualization3d.layout that return Layout | |
|---|---|
Layout |
LayoutDecorator.getDelegate()
getter for the delegate |
| Methods in edu.uci.ics.jung.visualization3d.layout with parameters of type Layout | |
|---|---|
void |
LayoutDecorator.setDelegate(Layout<V,E> delegate)
setter for the delegate |
| Constructors in edu.uci.ics.jung.visualization3d.layout with parameters of type Layout | |
|---|---|
LayoutDecorator(Layout<V,E> delegate)
|
|
LayoutEventBroadcaster(Layout<V,E> delegate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||