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 |
PortDefaults
A canonic implementation of the
IPortDefaults interface. |
Modifier and Type | Method and Description |
---|---|
IPortDefaults |
NodeDefaults.getPortDefaults() |
IPortDefaults |
INodeDefaults.getPortDefaults()
Gets the defaults for ports at nodes.
|
IPortDefaults |
IEdgeDefaults.getPortDefaults()
Gets the defaults for ports at edges.
|
IPortDefaults |
EdgeDefaults.getPortDefaults() |
default IPortDefaults |
IGraph.getPortDefaults(IPortOwner owner)
|
Modifier and Type | Method and Description |
---|---|
void |
NodeDefaults.setPortDefaults(IPortDefaults value) |
void |
INodeDefaults.setPortDefaults(IPortDefaults value)
Sets the defaults for ports at nodes.
|
void |
IEdgeDefaults.setPortDefaults(IPortDefaults value)
Sets the defaults for ports at edges.
|
void |
EdgeDefaults.setPortDefaults(IPortDefaults value) |