|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LayoutableNode | |
| com.tensegrity.graph.layout | Contains the layout algorithms and their dependent utility classes. |
| com.tensegrity.graph.layout.circular | |
| 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.energy | |
| com.tensegrity.graph.layout.hierarchical | |
| com.tensegrity.graph.layout.orgchart | |
| com.tensegrity.graph.layout.random | |
| com.tensegrity.graph.layout.swimlane | |
| com.tensegrity.graph.layout.tree | |
| com.tensegrity.graph.view | Contains the graph view interface. |
| Uses of LayoutableNode in com.tensegrity.graph.layout |
| Methods in com.tensegrity.graph.layout that return LayoutableNode | |
LayoutableNode |
LayoutableEdge.getSourceNode()
Gets the LayoutableNode at the source end of this
LayoutableEdge. |
LayoutableNode |
LayoutableEdge.getTargetNode()
Gets the LayoutableNode at the target end of this
LayoutableEdge. |
LayoutableNode |
LayoutableEdge.getInnerSourceNode()
Gets the LayoutableNode at the source end of this
LayoutableEdge. |
LayoutableNode |
LayoutableEdge.getInnerTargetNode()
Gets the LayoutableNode at the target end of this
LayoutableEdge. |
| Methods in com.tensegrity.graph.layout with parameters of type LayoutableNode | |
boolean |
NodeLayout.addNode(LayoutableNode node)
This method adds nodes into the layout classes. |
| Uses of LayoutableNode in com.tensegrity.graph.layout.circular |
| Methods in com.tensegrity.graph.layout.circular with parameters of type LayoutableNode | |
boolean |
CircularLayout.addNode(LayoutableNode node)
|
| Uses of LayoutableNode in com.tensegrity.graph.layout.controller |
| Methods in com.tensegrity.graph.layout.controller with parameters of type LayoutableNode | |
void |
OrgChartLayoutController.setNodePinned(LayoutableNode node,
boolean pinned)
Sets the specified node to be pinned or not. |
boolean |
OrgChartLayoutController.getNodePinned(LayoutableNode node)
Indicates whether the specified node is a pinned. |
| Uses of LayoutableNode in com.tensegrity.graph.layout.energy |
| Methods in com.tensegrity.graph.layout.energy with parameters of type LayoutableNode | |
boolean |
EnergyLayout.addNode(LayoutableNode node)
|
| Uses of LayoutableNode in com.tensegrity.graph.layout.hierarchical |
| Methods in com.tensegrity.graph.layout.hierarchical with parameters of type LayoutableNode | |
boolean |
HierarchicalLayout.addNode(LayoutableNode node)
|
| Uses of LayoutableNode in com.tensegrity.graph.layout.orgchart |
| Methods in com.tensegrity.graph.layout.orgchart with parameters of type LayoutableNode | |
boolean |
OrgChartLayout.addNode(LayoutableNode node)
|
| Uses of LayoutableNode in com.tensegrity.graph.layout.random |
| Methods in com.tensegrity.graph.layout.random with parameters of type LayoutableNode | |
boolean |
RandomLayout.addNode(LayoutableNode node)
|
| Uses of LayoutableNode in com.tensegrity.graph.layout.swimlane |
| Methods in com.tensegrity.graph.layout.swimlane with parameters of type LayoutableNode | |
boolean |
SwimlaneLayout.addNode(LayoutableNode node)
|
| Uses of LayoutableNode in com.tensegrity.graph.layout.tree |
| Methods in com.tensegrity.graph.layout.tree with parameters of type LayoutableNode | |
boolean |
TreeLayout.addNode(LayoutableNode node)
|
| Uses of LayoutableNode in com.tensegrity.graph.view |
| Subinterfaces of LayoutableNode in com.tensegrity.graph.view | |
interface |
VisualNode
This interface represents the functionality of any potential Node representation. |
interface |
VisualSubgraph
VisualSubgraph are the view counterparts to the
Subgraph objects in the graph model package. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||