|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LayoutService | |
| 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.view | Contains the graph view interface. |
| Uses of LayoutService in com.tensegrity.graph.layout |
| Classes in com.tensegrity.graph.layout that implement LayoutService | |
class |
GraphLayoutService
This class is an implementation of LayoutService. |
| Uses of LayoutService in com.tensegrity.graph.layout.controller |
| Methods in com.tensegrity.graph.layout.controller that return LayoutService | |
LayoutService |
LayoutController.getLayoutService()
Deprecated. The LayoutService class is about to be removed in future releases. All methods are available at the LayoutController class now. |
| Methods in com.tensegrity.graph.layout.controller with parameters of type LayoutService | |
protected void |
LayoutController.setLayoutService(LayoutService service)
Deprecated. The LayoutService class is about to be removed in future releases. All methods are available at the base LayoutController class now. |
| Uses of LayoutService in com.tensegrity.graph.view |
| Methods in com.tensegrity.graph.view with parameters of type LayoutService | |
boolean |
VisualSubgraph.applyLayout(LayoutService service,
java.lang.String layoutContext,
java.util.List objectsToLayout)
Applies a layout to this VisualSubgraph. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||