| createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?, ) | in
ITable | Create a new column as the index th child of parent with the given parameters. |
| createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?, ) | in
ITable | Create a new row as the index th child of parent with the given parameters. |
| createColumn (number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?) | in
ITable | Creates and returns a column as last child of table . |
| createRow (number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?) | in
ITable | Creates and returns a row as last child of table . |
| setStyle (IStripe, IStripeStyle) | in
ITable | Sets the style of stripe . |
| StripeDefaults () | in
StripeDefaults | Default constructor |
| createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?, ) | in
Table | |
| createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?, ) | in
Table | |
| setStyle (IStripe, IStripeStyle) | in
Table | |
| getContext (IStripe, IStripeStyle) | in
IStripeStyleRenderer | Gets a temporary context instance that can be used to query additional information for the stripe's style. |
| getVisualCreator (IStripe, IStripeStyle) | in
IStripeStyleRenderer | Gets an implementation of the IVisualCreator interface that can handle the provided stripe and its associated style. |