| Package | Description |
|---|---|
| com.yworks.yfiles.graph.labelmodels |
Contains interfaces and default implementations for label layout models.
|
| 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 |
ConstantLabelCandidateDescriptorProvider
An implementation of the
ILabelCandidateDescriptorProvider interface that always yields a constant
ILabelCandidateDescriptor. |
class |
DescriptorWrapperLabelModel
A label model that wraps an existing label model and decorates it with a
descriptor. |
class |
GenericLabelModel
An implementation of
ILabelModel that can be used to create custom label models out of existing ILabelModelParameter
instances. |
| Modifier and Type | Field and Description |
|---|---|
static ILabelCandidateDescriptorProvider |
ConstantLabelCandidateDescriptorProvider.EXTERNAL_DESCRIPTOR_PROVIDER
A sharable implementation of the
ILabelCandidateDescriptorProvider interface that always yields
LabelCandidateDescriptor.EXTERNAL_DESCRIPTOR. |
static ILabelCandidateDescriptorProvider |
ConstantLabelCandidateDescriptorProvider.INTERNAL_DESCRIPTOR_PROVIDER
A sharable implementation of the
ILabelCandidateDescriptorProvider interface that always yields
LabelCandidateDescriptor.INTERNAL_DESCRIPTOR. |
| Modifier and Type | Method and Description |
|---|---|
protected ILabelCandidateDescriptorProvider |
LayoutGraphAdapter.getLabelCandidateDescriptorProvider(IGraph graph)
Callback method that gets the label candidate descriptor provider for the given
IGraph. |