public abstract class ArrangeData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ArrangeData.ArrangeStyle
Lists the possible styles in which to arrange a diagram.
|
static class |
ArrangeData.FlowData
Flow arrange style data.
|
static class |
ArrangeData.InheritedData
The data for the inherited arrange style.
|
static class |
ArrangeData.NoneData
Fictive data for empty style.
|
static class |
ArrangeData.SpringEmbeddedData
Spring embedded arrange style data.
|
static class |
ArrangeData.UniversalData
Universal arrange style data.
|
Modifier and Type | Method and Description |
---|---|
ArrangeData |
getUsedData()
Returns the actual used data for arranging this container.
|
public ArrangeData getUsedData()