Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeDefaults
A canonic implementation of the
INodeDefaults interface. |
Modifier and Type | Method and Description |
---|---|
INodeDefaults |
IGraph.getGroupNodeDefaults()
Gets the defaults for group nodes.
|
INodeDefaults |
DefaultGraph.getGroupNodeDefaults() |
INodeDefaults |
AbstractGraphWrapper.getGroupNodeDefaults() |
INodeDefaults |
IGraph.getNodeDefaults()
Gets the defaults for normal nodes.
|
INodeDefaults |
DefaultGraph.getNodeDefaults() |
INodeDefaults |
AbstractGraphWrapper.getNodeDefaults() |
Modifier and Type | Method and Description |
---|---|
void |
IGraph.setGroupNodeDefaults(INodeDefaults value)
Sets the defaults for group nodes.
|
void |
DefaultGraph.setGroupNodeDefaults(INodeDefaults value) |
void |
AbstractGraphWrapper.setGroupNodeDefaults(INodeDefaults value) |
void |
IGraph.setNodeDefaults(INodeDefaults value)
Sets the defaults for normal nodes.
|
void |
DefaultGraph.setNodeDefaults(INodeDefaults value) |
void |
AbstractGraphWrapper.setNodeDefaults(INodeDefaults value) |
Constructor and Description |
---|
DefaultFolderNodeConverter(INodeDefaults collapsedDefaults)
Initializes a new instance of this class using the values provided by the
collapsedDefaults parameter. |