documentationfor yFiles for HTML 3.0.0.3

Usages of IStripeStyle

Properties

stylein IStripeGets the style for this stripe.
stylein IStripeDefaultsGets or sets the style to use for stripes.
stylein StripeDefaults

Fields

VOID_STRIPE_STYLEin IStripeStyleA void implementation of a stripe style that does nothing and behaves like an invisible style.

Method Return Values

getStyleInstance ()in IStripeDefaultsFactory method that returns a style instance for use with newly created stripes.
getStyleInstance ()in StripeDefaults

Method Parameters

createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?, )in ITableCreate a new column as the indexth child of parent with the given parameters.
createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?, )in ITableCreate a new row as the indexth child of parent with the given parameters.
createColumn (number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?)in ITableCreates and returns a column as last child of table.
createRow (number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?)in ITableCreates and returns a row as last child of table.
setStyle (IStripe, IStripeStyle)in ITableSets the style of stripe.
StripeDefaults ()in StripeDefaultsDefault 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 IStripeStyleRendererGets a temporary context instance that can be used to query additional information for the stripe's style.
getVisualCreator (IStripe, IStripeStyle)in IStripeStyleRendererGets an implementation of the IVisualCreator interface that can handle the provided stripe and its associated style.

Implementing Types

NodeStyleStripeStyleAdapterA stripe style decorator that uses a node style instance to render the stripe.
StripeStyleBaseAn abstract base class that makes it possible to easily implement a custom IStripeStyle.