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 | Method and Description |
---|---|
ILookupDecorator |
LookupDecorator.getDecorator()
Gets the
ILookupDecorator instance that is used. |
Constructor and Description |
---|
BendDecorator(ILookupDecorator decorator)
Initializes a new instance of the
BendDecorator class. |
EdgeDecorator(ILookupDecorator decorator)
Initializes a new instance of the
EdgeDecorator class. |
LabelDecorator(ILookupDecorator decorator)
Initializes a new instance of the
LabelDecorator class. |
LookupDecorator(Class<TDecoratedType> decoratedType,
Class<TInterface> interfaceType,
ILookupDecorator decorator,
boolean decorateNulls,
boolean nullIsFallback)
Initializes a new instance of the
LookupDecorator class. |
NodeDecorator(ILookupDecorator decorator)
Initializes a new instance of the
NodeDecorator class. |
PortDecorator(ILookupDecorator decorator)
Initializes a new instance of the
PortDecorator class. |