|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Layout | |
|---|---|
| edu.uci.ics.jung3d.algorithms.layout | |
| edu.uci.ics.jung3d.visualization | |
| edu.uci.ics.jung3d.visualization.layout | |
| Uses of Layout in edu.uci.ics.jung3d.algorithms.layout |
|---|
| Methods in edu.uci.ics.jung3d.algorithms.layout 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.jung3d.visualization |
|---|
| Methods in edu.uci.ics.jung3d.visualization that return Layout | |
|---|---|
Layout<V,E> |
VisualizationViewer.getGraphLayout()
|
| Methods in edu.uci.ics.jung3d.visualization with parameters of type Layout | |
|---|---|
void |
VisualizationViewer.setGraphLayout(Layout<V,E> inLayout)
|
| Uses of Layout in edu.uci.ics.jung3d.visualization.layout |
|---|
| Fields in edu.uci.ics.jung3d.visualization.layout declared as Layout | |
|---|---|
protected Layout<V,E> |
LayoutDecorator.delegate
|
| Methods in edu.uci.ics.jung3d.visualization.layout that return Layout | |
|---|---|
Layout |
LayoutDecorator.getDelegate()
getter for the delegate |
| Methods in edu.uci.ics.jung3d.visualization.layout with parameters of type Layout | |
|---|---|
void |
LayoutDecorator.setDelegate(Layout<V,E> delegate)
setter for the delegate |
| Constructors in edu.uci.ics.jung3d.visualization.layout with parameters of type Layout | |
|---|---|
LayoutDecorator(Layout<V,E> delegate)
|
|
LayoutEventBroadcaster(Layout<V,E> delegate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||