Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.graph.labelmodels |
Contains interfaces and default implementations for label layout models.
|
Modifier and Type | Method and Description |
---|---|
LookupDecorator<ILabel,ILabelModelParameterFinder> |
LabelDecorator.getLabelModelParameterFinderDecorator()
Gets a
LookupDecorator that decorates the ILabelModelParameterFinder type for the
ILabel s of the graph this instance has been created for. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeLabelModel
An implementation of
ILabelModel that can be used to create custom label models out of existing ILabelModel
instances. |
class |
DefaultLabelModelParameterFinder
A simple default implementation of the
ILabelModelParameterFinder interface that uses the ILabelModel 's
own ILabelModelParameterProvider instance to find the closest match. |
class |
EdgePathLabelModel
An edge label model that allows placement of labels along the edge path at a set of continuous positions at specified
sides of the edge path . |
class |
EdgeSegmentLabelModel
An edge label model that allows placement of labels relative to an edge segment at a set of continuous positions at
specified
sides of the edge path . |
class |
FreeEdgeLabelModel
An edge label model that can be used to describe any position and orientation of a label.
|
class |
FreeLabelModel
A label model that can be used to describe any position and orientation of a label.
|
class |
FreeNodeLabelModel
This node label model can be used to specify any position and orientation of a label.
|
class |
SmartEdgeLabelModel
An edge label model that allows the placement at any position.
|