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 IRow |
Table.copyRow(IRow row)
Called during
Table.clone() to create a copy of . |
default IRow |
ITable.createRow()
Creates and returns a row as last child of
table . |
default IRow |
ITable.createRow(double height)
Creates and returns a row as last child of
table . |
default IRow |
ITable.createRow(double height,
double minHeight)
Creates and returns a row as last child of
table . |
default IRow |
ITable.createRow(double height,
double minHeight,
InsetsD insets)
Creates and returns a row as last child of
table . |
default IRow |
ITable.createRow(double height,
double minHeight,
InsetsD insets,
IStripeStyle style)
Creates and returns a row as last child of
table . |
default IRow |
ITable.createRow(double height,
double minHeight,
InsetsD insets,
IStripeStyle style,
Object tag)
Creates and returns a row as last child of
table . |
default IRow |
ITable.createRow(double height,
double minHeight,
InsetsD insets,
IStripeStyle style,
Object tag,
int index)
Creates and returns a row as last child of
table . |
default IRow |
ITable.createRow(IRow owner)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.createRow(IRow owner,
double height)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.createRow(IRow owner,
double height,
double minHeight)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.createRow(IRow owner,
double height,
double minHeight,
InsetsD insets)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.createRow(IRow owner,
double height,
double minHeight,
InsetsD insets,
IStripeStyle style)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.createRow(IRow owner,
double height,
double minHeight,
InsetsD insets,
IStripeStyle style,
Object tag)
Create a new row as the
index th child of owner with the given parameters. |
IRow |
Table.createRow(IRow owner,
double height,
double minHeight,
InsetsD insets,
IStripeStyle style,
Object tag,
int index) |
IRow |
ITable.createRow(IRow owner,
double height,
double minHeight,
InsetsD insets,
IStripeStyle style,
Object tag,
int index)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.findRow(INode node,
PointD location,
Predicate<IStripe> filter)
Convenience method to find a row underneath a certain point.
|
IRow |
IRow.getParentRow()
Returns the parent of this row.
|
IRow |
Table.getRootRow() |
IRow |
ITable.getRootRow()
Gets the virtual root of the row hierarchy.
|
Modifier and Type | Method and Description |
---|---|
IEnumerable<IRow> |
IRow.getChildRows()
Returns the child rows.
|
IEnumerable<IRow> |
Table.getRows()
The toplevel
IRow s in this table. |
Modifier and Type | Method and Description |
---|---|
protected IRow |
Table.copyRow(IRow row)
Called during
Table.clone() to create a copy of . |
default IRow |
ITable.createRow(IRow owner)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.createRow(IRow owner,
double height)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.createRow(IRow owner,
double height,
double minHeight)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.createRow(IRow owner,
double height,
double minHeight,
InsetsD insets)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.createRow(IRow owner,
double height,
double minHeight,
InsetsD insets,
IStripeStyle style)
Create a new row as the
index th child of owner with the given parameters. |
default IRow |
ITable.createRow(IRow owner,
double height,
double minHeight,
InsetsD insets,
IStripeStyle style,
Object tag)
Create a new row as the
index th child of owner with the given parameters. |
IRow |
Table.createRow(IRow owner,
double height,
double minHeight,
InsetsD insets,
IStripeStyle style,
Object tag,
int index) |
IRow |
ITable.createRow(IRow owner,
double height,
double minHeight,
InsetsD insets,
IStripeStyle style,
Object tag,
int index)
Create a new row 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(IRow owner,
IRow row)
Sets
owner as new parent of row , inserting row at the given index . |
void |
Table.setParent(IRow owner,
IRow row,
int index) |
void |
ITable.setParent(IRow owner,
IRow row,
int index)
Sets
owner as new parent of row , inserting row at the given index . |
Modifier and Type | Method and Description |
---|---|
ISelectionModel<IRow> |
StripeSelection.getSelectedRows() |
ISelectionModel<IRow> |
IStripeSelection.getSelectedRows()
An
ISelectionModel of the selected rows. |