Package | Description |
---|---|
com.yworks.yfiles.algorithms | |
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Method and Description |
---|---|
YInsets |
YInsets.clone() |
static YInsets |
YInsets.fromTLBR(double top,
double left,
double bottom,
double right)
Creates a new instance with the given values
|
Modifier and Type | Field and Description |
---|---|
static NodeDpKey<YInsets> |
GroupingKeys.GROUP_NODE_INSETS_DPKEY
A
DataProvider key for assigning insets for group nodes.
|
Modifier and Type | Method and Description |
---|---|
YInsets |
OrientationLayout.createOrientedInsets(YInsets insets)
|
YInsets |
InsetsGroupBoundsCalculator.getDefaultInsets()
Gets the default insets that will be used if the
IDataProvider registered with the insets key
does not contain a mapping for a specific node. |
Modifier and Type | Method and Description |
---|---|
YInsets |
OrientationLayout.createOrientedInsets(YInsets insets)
|
void |
InsetsGroupBoundsCalculator.setDefaultInsets(YInsets value)
Sets the default insets that will be used if the
IDataProvider registered with the insets key
does not contain a mapping for a specific node. |
Constructor and Description |
---|
InsetsGroupBoundsCalculator(Object insetsDataProviderKey,
YInsets defaultInsets)
Constructs an instance of
InsetsGroupBoundsCalculator using the given IDataProvider key as group node insets key
and the given insets as default insets . |