Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Method and Description |
---|---|
protected IColumn |
Table.copyColumn(IColumn column)
Called during
Table.clone() to create a copy of . |
default IColumn |
ITable.createColumn()
Creates and returns a column as last child of
table . |
default IColumn |
ITable.createColumn(double width)
Creates and returns a column as last child of
table . |
default IColumn |
ITable.createColumn(double width,
double minWidth)
Creates and returns a column as last child of
table . |
default IColumn |
ITable.createColumn(double width,
double minWidth,
InsetsD insets)
Creates and returns a column as last child of
table . |
default IColumn |
ITable.createColumn(double width,
double minWidth,
InsetsD insets,
IStripeStyle style)
Creates and returns a column as last child of
table . |
default IColumn |
ITable.createColumn(double width,
double minWidth,
InsetsD insets,
IStripeStyle style,
Object tag)
Creates and returns a column as last child of
table . |
default IColumn |
ITable.createColumn(double width,
double minWidth,
InsetsD insets,
IStripeStyle style,
Object tag,
int index)
Creates and returns a column as last child of
table . |
default IColumn |
ITable.createColumn(IColumn owner)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.createColumn(IColumn owner,
double width)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.createColumn(IColumn owner,
double width,
double minWidth)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.createColumn(IColumn owner,
double width,
double minWidth,
InsetsD insets)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.createColumn(IColumn owner,
double width,
double minWidth,
InsetsD insets,
IStripeStyle style)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.createColumn(IColumn owner,
double width,
double minWidth,
InsetsD insets,
IStripeStyle style,
Object tag)
Create a new column as the
index th child of owner with the given parameters. |
IColumn |
Table.createColumn(IColumn owner,
double width,
double minWidth,
InsetsD insets,
IStripeStyle style,
Object tag,
int index) |
IColumn |
ITable.createColumn(IColumn owner,
double width,
double minWidth,
InsetsD insets,
IStripeStyle style,
Object tag,
int index)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.findColumn(INode node,
PointD location,
Predicate<IStripe> filter)
Convenience method to find a column underneath a certain point.
|
IColumn |
IColumn.getParentColumn()
Returns the parent of this column.
|
IColumn |
Table.getRootColumn() |
IColumn |
ITable.getRootColumn()
Gets the virtual root of the column hierarchy.
|
Modifier and Type | Method and Description |
---|---|
IEnumerable<IColumn> |
IColumn.getChildColumns()
Returns the child columns.
|
IEnumerable<IColumn> |
Table.getColumns()
The toplevel
IColumn s in this table. |
Modifier and Type | Method and Description |
---|---|
protected IColumn |
Table.copyColumn(IColumn column)
Called during
Table.clone() to create a copy of . |
default IColumn |
ITable.createColumn(IColumn owner)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.createColumn(IColumn owner,
double width)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.createColumn(IColumn owner,
double width,
double minWidth)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.createColumn(IColumn owner,
double width,
double minWidth,
InsetsD insets)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.createColumn(IColumn owner,
double width,
double minWidth,
InsetsD insets,
IStripeStyle style)
Create a new column as the
index th child of owner with the given parameters. |
default IColumn |
ITable.createColumn(IColumn owner,
double width,
double minWidth,
InsetsD insets,
IStripeStyle style,
Object tag)
Create a new column as the
index th child of owner with the given parameters. |
IColumn |
Table.createColumn(IColumn owner,
double width,
double minWidth,
InsetsD insets,
IStripeStyle style,
Object tag,
int index) |
IColumn |
ITable.createColumn(IColumn owner,
double width,
double minWidth,
InsetsD insets,
IStripeStyle style,
Object tag,
int index)
Create a new column as the
index th child of owner with the given parameters. |
default RectD |
ITable.getCellBounds(IColumn column,
IRow row)
Calculates the relative bounds of a table cell that is determined by
column and . |
static RectD |
ITable.getCellBounds(INode tableNode,
IColumn column,
IRow row)
Calculates the absolute bounds of a table cell that is determined by
column and . |
static void |
ITable.placeNodeInCell(IGraph graph,
INode node,
INode tableNode,
IColumn column,
IRow row)
Places
node in the center of the table cell determined by column and row . |
static void |
ITable.placeNodeInCell(IGraph graph,
INode node,
INode tableNode,
IColumn column,
IRow row,
boolean reparent)
Places
node in the center of the table cell determined by column and row . |
static void |
ITable.placeNodeInCell(IGraph graph,
INode node,
INode tableNode,
IColumn column,
IRow row,
boolean reparent,
boolean alwaysMove)
Places
node in the center of the table cell determined by column and row . |
default void |
ITable.setParent(IColumn owner,
IColumn column)
Sets
owner as new parent of column , inserting column at the given index . |
void |
Table.setParent(IColumn owner,
IColumn column,
int index) |
void |
ITable.setParent(IColumn owner,
IColumn column,
int index)
Sets
owner as new parent of column , inserting column at the given index . |
Modifier and Type | Method and Description |
---|---|
ISelectionModel<IColumn> |
StripeSelection.getSelectedColumns() |
ISelectionModel<IColumn> |
IStripeSelection.getSelectedColumns()
An
ISelectionModel of the selected columns. |