The render tag for rendering input visualizations for IStripes.
Inheritance Hierarchy
StripeInputRenderTag
Remarks
TableEditorInputMode, ReparentStripePositionHandler, and ResizeStripeInputMode provide instances of this class to implementations of IStripeInputRenderer.
This class cannot be instantiated
Type Details
- yFiles module
- view
Properties
The policy where to place the dragged stripe.
Remarks
This property is only valid for DRAG_SOURCE and DROP_TARGET. For both types, this policy determines the state of the drop target.
The IStripe the visualization is for.
Remarks
This property is
null
, if and only if visualizationType is DROP_TARGET and reparentPolicy is INVALID, meaning that the user is currently dragging over a location invalid as a drop target.The table node containing the stripe.
Remarks
This property is
null
, if and only if visualizationType is DROP_TARGET and reparentPolicy is INVALID, meaning that the user is currently dragging over a location invalid as drop target.The type of the visualization depending on the current operation.
Remarks
Will remain constant for each visual.