Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ILabelLayoutFactory |
LayoutGraph.createLabelFactory()
Creates a new
ILabelLayoutFactory for this LayoutGraph that can be used for copying layout information
of labels. |
protected ILabelLayoutFactory |
DefaultLayoutGraph.createLabelFactory() |
protected ILabelLayoutFactory |
CopiedLayoutGraph.createLabelFactory()
Creates a new
ILabelLayoutFactory for this CopiedLayoutGraph . |
static ILabelLayoutFactory |
LayoutGraphUtilities.getLabelFactory(LayoutGraph graph)
Returns the
ILabelLayoutFactory for the given graph. |