|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EdgeLayout | |
| com.tensegrity.graph.layout | Contains the layout algorithms and their dependent utility classes. |
| com.tensegrity.graph.layout.controller |
The controller package contains several concrete implementations
of abstract class LayoutController which can be used in many
common applications.
|
| com.tensegrity.graph.layout.edge | |
| Uses of EdgeLayout in com.tensegrity.graph.layout |
| Methods in com.tensegrity.graph.layout with parameters of type EdgeLayout | |
boolean |
GraphLayoutService.registerLayoutEngine(EdgeLayout newLyoutEngine)
|
boolean |
LayoutService.registerLayoutEngine(EdgeLayout edgeLayoutEngine)
This method may be used to add a new edge layouter into the layout pool. |
| Uses of EdgeLayout in com.tensegrity.graph.layout.controller |
| Methods in com.tensegrity.graph.layout.controller with parameters of type EdgeLayout | |
boolean |
LayoutController.registerLayoutEngine(EdgeLayout edgeLayout)
Deprecated. Please use LayoutController.registerLayout(EdgeLayout) instead.
The method is about to be removed in future releases. |
boolean |
LayoutController.registerLayout(EdgeLayout edgeLayout)
This method should be used to add a new EdgeLayout object into
the edge layout pool.
|
| Uses of EdgeLayout in com.tensegrity.graph.layout.edge |
| Classes in com.tensegrity.graph.layout.edge that implement EdgeLayout | |
class |
DefaultEdgeLayout
This EdgeLayout implementation arranges
edges without moving any nodes. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||