Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
Modifier and Type | Class and Description |
---|---|
class |
StripeDefaults
A canonic implementation of the
IStripeDefaults interface. |
Modifier and Type | Method and Description |
---|---|
protected IStripeDefaults |
Table.copyDefaults(IStripeDefaults originalDefaults)
Called during
Table.clone() to create a copy of . |
protected IStripeDefaults |
Table.createColumnDefaults()
Callback method that creates the Column defaults.
|
protected IStripeDefaults |
Table.createRowDefaults()
Callback method that creates the row defaults.
|
IStripeDefaults |
Table.getColumnDefaults()
Gets the defaults for Columns.
|
IStripeDefaults |
ITable.getColumnDefaults()
Gets the defaults for Columns.
|
IStripeDefaults |
Table.getRowDefaults()
Gets the defaults for rows.
|
IStripeDefaults |
ITable.getRowDefaults()
Gets the defaults for rows.
|
Modifier and Type | Method and Description |
---|---|
protected IStripeDefaults |
Table.copyDefaults(IStripeDefaults originalDefaults)
Called during
Table.clone() to create a copy of . |
void |
Table.setColumnDefaults(IStripeDefaults value)
Sets the defaults for Columns.
|
void |
ITable.setColumnDefaults(IStripeDefaults value)
Sets the defaults for Columns.
|
void |
Table.setRowDefaults(IStripeDefaults value)
Sets the defaults for rows.
|
void |
ITable.setRowDefaults(IStripeDefaults value)
Sets the defaults for rows.
|