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.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Class and Description |
---|---|
class |
Table
Default implementation of the
ITable interface. |
Modifier and Type | Method and Description |
---|---|
ITable |
StripeEventArgs.getTable()
Gets the table that owned the stripe before the event happened.
|
ITable |
IStripe.getTable()
The
ITable instance where this stripe is installed. |
Modifier and Type | Method and Description |
---|---|
protected void |
Table.onStripeChanged(IStripe owner,
IStripe stripe,
ITable oldTable)
Callback that is invoked after a stripe has changed.
|
Constructor and Description |
---|
StripeEventArgs(IStripe stripe,
IStripe parentStripe,
ITable table)
Initializes a new instance of the
StripeEventArgs class. |
Modifier and Type | Method and Description |
---|---|
protected ITable |
TableNodeStyle.copyTable(ITable table)
Create a copy of the table when this style instance is cloned.
|
protected ITable |
TableNodeStyleRenderer.getTable()
Gets the table object that should be used for rendering.
|
ITable |
TableNodeStyle.getTable()
Gets the
ITable instance that defines the tabular structure. |
Modifier and Type | Method and Description |
---|---|
protected ITable |
TableNodeStyle.copyTable(ITable table)
Create a copy of the table when this style instance is cloned.
|
void |
TableNodeStyle.setTable(ITable value)
Sets the
ITable instance that defines the tabular structure. |
Constructor and Description |
---|
TableNodeStyle(ITable table)
Constructor with a custom renderer implementation that uses
table as backing table model. |
TableNodeStyle(ITable table,
TableNodeStyleRenderer renderer)
Constructor with a custom renderer implementation that uses
table as backing table model. |
Modifier and Type | Method and Description |
---|---|
double[] |
TableLayoutConfigurator.getColumnLayout(ITable originalTable,
RectD nodeLayout)
Return the sizes of all leaf rows.
|
double[] |
TableLayoutConfigurator.getRowLayout(ITable originalTable,
RectD nodeLayout)
Return the sizes of all leaf rows.
|
Modifier and Type | Method and Description |
---|---|
static IAnimation |
IAnimation.createTableAnimation(ITable table,
double[] columnLayout,
double[] rowLayout)
Creates a new
IAnimation for the given table that animates the table and its
stripes . |
Constructor and Description |
---|
TableAnimation(ITable table,
double[] columnLayout,
double[] rowLayout)
Initializes a new instance of the
TableAnimation class for the given table, the column widths, and row heights. |
Modifier and Type | Method and Description |
---|---|
protected ITable |
StripeDropInputMode.createPreviewTable()
Create a preview version of the table that is temporarily used to show the dragged stripe.
|
ITable |
TableReshapeHandler.getTable()
The table used for additional constraints.
|
Constructor and Description |
---|
StripeHitTester(ITable table,
TableRenderingOrder tableRenderingOrder)
Create a new instance for a specific table instance that use the order specified by
tableRenderingOrder to
determine the order of the hit test results. |
TableReshapeHandler(IReshapeHandler coreHandler,
INode tableNode,
ITable table)
Creates a new instance of this Handler which wraps an existing instance of
coreHandler and uses table
for additional constraints. |