|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines dataprovider keys for those layout algorithms that can handle hierarchically grouped graphs. These keys define the parent-child relationship of nodes within the hierarchy and tag nodes that act as group nodes.
Field Summary | |
static Object |
GROUP_DPKEY
This key is used to distinguish normal nodes from group nodes. |
static Object |
GROUP_NODE_INSETS_DPKEY
This key is used to provide insets for group nodes. |
static Object |
NODE_ID_DPKEY
This key is used to register a DataProvider instance with a graph, that associates each node instance with a unique (based on hashCode() and equals()) id. |
static Object |
PARENT_NODE_ID_DPKEY
This key is used to actually describe the hierarchy of the nodes in the graph. |
Field Detail |
public static final Object NODE_ID_DPKEY
public static final Object PARENT_NODE_ID_DPKEY
public static final Object GROUP_DPKEY
public static final Object GROUP_NODE_INSETS_DPKEY
Insets
object can be provided using a
dataprovider bound to the graph using this key.
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |