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,ILabelModelParameterProvider> |
LabelDecorator.getLabelModelParameterProviderDecorator()
Gets a
LookupDecorator that decorates the ILabelModelParameterProvider 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 |
DescriptorWrapperLabelModel
A label model that wraps an existing label model and decorates it with a
descriptor . |
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 |
ExteriorLabelModel
A label model for node labels that lie outside of the node's
Layout
bounds. |
class |
GenericLabelModel
An implementation of
ILabelModel that can be used to create custom label models out of existing ILabelModelParameter
instances. |
class |
InteriorLabelModel
A label model for node labels that lie inside of the node's
Layout bounds. |
class |
InteriorStretchLabelModel
A label model for node labels that lie inside of the node's
Layout bounds and have been
stretched to fit the node's size. |
class |
NinePositionsEdgeLabelModel
An edge label model that knows nine different label positions.
|
class |
SandwichLabelModel
A node label model that knows only two possible positions.
|
class |
StretchStripeLabelModel
A label model for labels that is especially tailored to be used as a model for the four default positions where the
label of a stripe may lie.
|
class |
StripeLabelModel
A label model for labels that is especially tailored to be used as a model for the four default positions where the
label of a stripe may lie.
|