|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutDataProvider
This interface retrieves NodeData
and EdgeData
instances for elements in the current layout graph.
Instances of this interface are provided by HierarchicLayouter
for instances implementing sub-tasks
during the layout.
HierarchicLayouter
Method Summary | |
---|---|
EdgeData |
getEdgeData(Edge edge)
Returns the EdgeData instance associated with the given Edge . |
NodeData |
getNodeData(Node node)
Returns the NodeData instance associated with the given Node . |
Method Detail |
---|
NodeData getNodeData(Node node)
NodeData
instance associated with the given Node
.
node
- the given node
NodeData
instance associated with the nodeEdgeData getEdgeData(Edge edge)
EdgeData
instance associated with the given Edge
.
edge
- the given edge
EdgeData
instance associated with the edge
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |