Package | Description |
---|---|
com.yworks.yfiles.algorithms | |
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeDpKey<TValue>
|
class |
GraphDpKey<TValue>
This class is used as look-up key for registering
IDataProvider for the Graph itself with a graph. |
class |
GraphObjectDpKey<TValue>
|
class |
IEdgeLabelLayoutDpKey<TValue>
|
class |
ILabelLayoutDpKey<TValue>
|
class |
INodeLabelLayoutDpKey<TValue>
|
class |
NodeDpKey<TValue>
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DpKeyBase.equals(DpKeyBase<TValue> other)
Returns whether this key is equal to the specified
other . |
Modifier and Type | Method and Description |
---|---|
DpKeyBase<Boolean> |
DpKeyItemCollection.getDpKey()
Gets the data provider key that is used for the item collection.
|
Modifier and Type | Method and Description |
---|---|
void |
DpKeyItemCollection.setDpKey(DpKeyBase<Boolean> value)
Sets the data provider key that is used for the item collection.
|