This interface allows to change the visualization of stripes for different input gestures.
Remarks
A stripe should provide an implementation of this interface in its lookup which is queried by the various table related input modes.
The different input gesture stripes can also be styled with CSS classes. Depending on the input gesture, the visualization uses one of the following CSS classes: yfiles-stripe-highlight-template
, yfiles-stripe-selection-template
, yfiles-stripe-resize-template
, yfiles-stripe-drag-template
.
Related Reading in the Developer's Guide
Type Details
- yFiles module
- view
See Also
Methods
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the render tag.
Remarks
Parameters
A map of options to pass to the method.
- renderTag - StripeInputRenderTag
- the render tag to query the bounds for
Returns
- ↪IBoundsProvider
- An implementation of IBoundsProvider to determine the bounds of the visualization.
Defined in
Returns an implementation of IHitTestable that can determine whether the rendering of the render tag has been hit at a given coordinate.
Remarks
Parameters
A map of options to pass to the method.
- renderTag - StripeInputRenderTag
- the render tag to do the hit testing for
Returns
- ↪IHitTestable
- An implementation of IHitTestable to determine visibility.
Defined in
Returns an implementation of IVisibilityTestable that can determine if the rendering of the render tag would be visible in a given context.
Remarks
Parameters
A map of options to pass to the method.
- renderTag - StripeInputRenderTag
- the render tag to query visibility for
Returns
- ↪IVisibilityTestable
- An implementation of IVisibilityTestable to determine visibility.
Defined in
Returns an implementation of IVisualCreator that will create the Visual tree for the render tag.
Remarks
Parameters
A map of options to pass to the method.
- renderTag - StripeInputRenderTag
- the render tag to create a Visual for
Returns
- ↪IVisualCreator
- An implementation of IVisualCreator to create or update the visualization.