Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Field and Description |
---|---|
static ComponentArrangementStyles |
ComponentArrangementStyles.MASK
A constant for masking actual style constants from style modifiers.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.MODIFIER_AS_IS
A modifier that can be added to normal style specifiers to indicate that the arrangement strategy should take the
initial positions of the components into account.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.MODIFIER_NO_OVERLAP
A modifier that can be added to normal style specifiers to indicate that the arrangement strategy should produce a
non-overlapping component layout.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.MULTI_ROWS
Style specifier describing a component arrangement strategy that places components in multiple rows.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.MULTI_ROWS_COMPACT
Style specifier describing a component arrangement strategy that places components in multiple rows.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.MULTI_ROWS_HEIGHT_CONSTRAINT
Style specifier describing a component arrangement strategy that places the components in
MULTI_ROWS with a
restricted height. |
static ComponentArrangementStyles |
ComponentArrangementStyles.MULTI_ROWS_HEIGHT_CONSTRAINT_COMPACT
Style specifier describing a component arrangement strategy that places the components in
MULTI_ROWS with a
restricted height and as compact as possible. |
static ComponentArrangementStyles |
ComponentArrangementStyles.MULTI_ROWS_WIDTH_CONSTRAINT
Style specifier describing a component arrangement strategy that places the components in
MULTI_ROWS with a
restricted width. |
static ComponentArrangementStyles |
ComponentArrangementStyles.MULTI_ROWS_WIDTH_CONSTRAINT_COMPACT
Style specifier describing a component arrangement strategy that places the components in
MULTI_ROWS with a
restricted width and as compact as possible. |
static ComponentArrangementStyles |
ComponentArrangementStyles.NONE
Style specifier describing no special component arrangement at all.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.PACKED_CIRCLE
Style specifier describing a component arrangement strategy that places components in a circular cloud around the
biggest component.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.PACKED_COMPACT_CIRCLE
Style specifier describing a component arrangement strategy that places components in a circular compact cloud around
the biggest component.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.PACKED_COMPACT_RECTANGLE
Style specifier describing a component arrangement strategy that places components in a rectangular cloud around the
biggest component.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.PACKED_RECTANGLE
Style specifier describing a component arrangement strategy that places components in a rectangular cloud around the
biggest component.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.ROWS
Style specifier describing a component arrangement strategy that places components in multiple rows so that the overall
aspect ratio of the whole graph gets as close to the aspect ratio of the preferred layout size as possible.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.SINGLE_COLUMN
Style specifier describing a component arrangement strategy that places components above each other in a single column.
|
static ComponentArrangementStyles |
ComponentArrangementStyles.SINGLE_ROW
Style specifier describing a component arrangement strategy that places all components next to each other in a single
row.
|
Modifier and Type | Method and Description |
---|---|
static ComponentArrangementStyles |
ComponentArrangementStyles.fromName(String name) |
static ComponentArrangementStyles |
ComponentArrangementStyles.fromOrdinal(int value) |
protected ComponentArrangementStyles |
ComponentArrangementStyles.fromOrdinalImpl(int ordinal) |
protected ComponentArrangementStyles[] |
ComponentArrangementStyles.getItems() |
ComponentArrangementStyles |
ComponentLayout.getStyle()
Gets how the components are arranged.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentLayout.setStyle(ComponentArrangementStyles value)
Sets how the components are arranged.
|