documentationfor yFiles for HTML 3.0.0.3

Properties

parentInputModeContextin ClickInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin ContextMenuInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin CreateBendInputModeRetrieves the IInputModeContext this mode has been installed in.
edgeCreatorin CreateEdgeInputModeGets or sets the ports-based edge creation callback.
parentInputModeContextin CreateEdgeInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin DropInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin EditLabelInputModeRetrieves the IInputModeContext this mode has been installed in.
textEditorInputModeConfiguratorin EditLabelInputModeGets or sets a handler which allows for configuring the textEditorInputMode during adding or editing labels.
parentInputModeContextin FocusGuardInputModeRetrieves the IInputModeContext this mode has been installed in.
nodeCreatorin GraphEditorInputModeGets or sets the callback that is responsible for creating a new node, for instance, in response to a mouse or stylus click or touch tap.
parentInputModeContextin HandleInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin InputModeBaseGets the context instance this mode is currently installed in or null if this instance is not installed.
contextin InputModeEventArgsGets the context for the current event.
itemCreatorin ItemDropInputModeGets or sets the callback for item creation.
parentInputModeContextin ItemHoverInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin KeyboardInputModeRetrieves the IInputModeContext this mode has been installed in.
textEditorInputModeConfiguratorin LabelEditingEventArgsGets or sets the configurator for the TextEditorInputMode for editing the provided label instance.
parentInputModeContextin LassoSelectionInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin MarqueeSelectionInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin MoveInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin MoveViewportInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin MultiplexingInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin NavigationInputModeRetrieves the IInputModeContext this mode has been installed in.
currentInputModeContextin OrthogonalEdgeEditingContextGets the current input mode context that is in effect for the current edit.
parentInputModeContextin PortRelocationHandleGets or sets the context to operate on.
inputModeContextin ReparentStripePositionHandlerGets the current IInputModeContext
parentInputModeContextin ResizeStripeInputModeRetrieves the IInputModeContext this mode has been installed in.
currentInputModeContextin SnapContextGets the current input mode context.
parentInputModeContextin TextEditorInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin ToolTipInputModeRetrieves the IInputModeContext this mode has been installed in.
parentInputModeContextin WaitInputModeRetrieves the IInputModeContext this mode has been installed in.
inputModeContextin CanvasComponentGets or sets the IInputModeContext instance that is used by the inputMode instance.

Method Return Values

createInputModeContext ()in ClickInputModeCreates an implementation of IInputModeContext that is specific to this mode.
createInputModeContext ()in ContextMenuInputModeCreates an input mode context that uses this instance as the inputMode and delegates to parentInputModeContext otherwise.
createPopulateMenuContext ()in ContextMenuInputModeCreates an IInputModeContext for use with the populate-menu call in the upcoming query.
createBendCreatorInputModeContext ()in CreateBendInputModeCreates an IInputModeContext for use with the upcoming createBend call in createBend.
createInputModeContext ()in CreateBendInputModeCreates an implementation of IInputModeContext that is specific to this mode.
createInputModeContext ()in CreateEdgeInputModeReturns the input mode context that will be passed to implementations that are called by this instance and require a context.
createInputModeContext ()in DropInputModeCreates an implementation of IInputModeContext that is specific to this mode.
createInputModeContext ()in EditLabelInputModeCreates an IInputModeContext based on parentInputModeContext but specific for this input mode.
wrapContext (IInputModeContext)in GraphSnapContext
createInputModeContext ()in HandleInputModeCreates an IInputModeContext for use with the IHandle interface for the upcoming drag operation.
createInputModeContext ()in InputModeBaseCreates an implementation of IInputModeContext that is specific to this mode.
getDecoratorFor (Constructor<TInterface>)in InputModeContextCreates a LookupDecorator<IInputModeContext,TInterface> for this instance that can be used to modify the lookup behavior of this instance.
createInputModeContext ()in ItemDropInputMode
createInputModeContext ()in ItemHoverInputModeCreates an implementation of IInputModeContext that is specific to this mode.
createInputModeContext ()in MoveInputModeReturns the input mode context that will be passed to implementations that are called by this instance and require a context.
createPositionHandlerInputModeContext ()in MoveInputModeCreates an IInputModeContext for use with the IPositionHandler interface for the upcoming drag operation.
createInputModeContext ()in MultiplexingInputModeYields an IInputModeContext for the child modes of this mode.
createInputModeContext ()in NavigationInputModeReturns the input mode context that will be passed to implementations that are called by this instance and require a context.
createInputModeContext ()in ResizeStripeInputModeCreates an implementation of IInputModeContext that is specific to this mode.
wrapContext (IInputModeContext)in SnapContextHelper method that wraps the given context so that a lookup query on the wrapped context for the SnapContext type yields this instance.
createInputModeContext ()in ToolTipInputModeCreates an IInputModeContext for use with the query-tool-tip event for the upcoming text query operation.
getInputModeContextDecoratorFor (Constructor<TInterface>)in CanvasComponentGets the LookupDecorator<IInputModeContext,TInterface> that can be used to decorate the lookup call in the inputModeContext.

Method Parameters

createContext (IGraph, IGraph, IInputModeContext?)in GraphClipboardFactory method that creates the context for the upcoming calls to the IClipboardHelper methods.
duplicate (IInputModeContext, IGraph, IEnumerable<IModelItem>?, function(IModelItem, IModelItem):void?)in GraphClipboardDuplicates the itemsToDuplicate from and to the graph.
paste (IGraph, IEnumerable<IModelItem>?, function(IModelItem, IModelItem):void?, IEnumerable<IModelItem>?, Point?, IInputModeContext?)in GraphClipboardPastes the itemsToPaste from the clipboardGraph to the targetGraph.
enlargeAllGroupNodes (IInputModeContext)in GroupingSupportEnlarges all group nodes in the graph in an interactive scenario, so that the minimum enclosed area is respected.
enlargeGroupNode (IInputModeContext, INode, boolean)in GroupingSupportEnlarges the group nodes in an interactive scenario, using IReshapeHandler implementations of the group nodes to perform the actual resizing.
findStripe (Point, StripeTypes, StripeSubregionTypes, IInputModeContext, function(StripeSubregion):boolean?)in ITableFinds a stripe underneath a certain point.
findStripes (Point, StripeTypes, StripeSubregionTypes, IInputModeContext, function(StripeSubregion):boolean?)in ITableUsed as a callback to find the items underneath a certain point.
ClickEventArgs (IInputModeContext, Point, PointerButtons, number, PointerEventArgs)in ClickEventArgsInitializes a new instance of the ClickEventArgs class.
install (IInputModeContext, ConcurrencyController)in ClickInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in ClickInputModeUninstalls this mode from the given context.
CollectSnapResultsEventArgs (IInputModeContext, Point, Point, number, number, ICollection<SnapResult>)in CollectSnapResultsEventArgsCreates a new instance of the event arguments using the provided values for initialization.
cancelDrag (IInputModeContext, Point)in ConstrainedDragHandlerCancels the move operation and calls onCanceled
constrainNewLocation (IInputModeContext, Point, Point)in ConstrainedDragHandlerApplies the constraints for the new location.
dragFinished (IInputModeContext, Point, Point)in ConstrainedDragHandlerHandles the finish operation and invokes onFinished
handleMove (IInputModeContext, Point, Point)in ConstrainedDragHandlerHandles the move operation and subsequently calls onMoved
initializeDrag (IInputModeContext)in ConstrainedDragHandlerInitializes the drag operation and subsequently calls onInitialized
onCanceled (IInputModeContext, Point)in ConstrainedDragHandlerCalled when the cancelDrag method has been called.
onFinished (IInputModeContext, Point, Point)in ConstrainedDragHandlerCalled when the dragFinished method has been called.
onInitialized (IInputModeContext, Point)in ConstrainedDragHandlerCalled when the initializeDrag method has been called.
onMoved (IInputModeContext, Point, Point)in ConstrainedDragHandlerCalled when the handleMove operation has been performed.
cancelReshape (IInputModeContext, Rect)in ConstrainedReshapeHandlerCancels the move operation and calls onCanceled
constrainNewBounds (IInputModeContext, Rect, Rect)in ConstrainedReshapeHandlerApplies the constraints for the new bounds.
handleReshape (IInputModeContext, Rect, Rect)in ConstrainedReshapeHandlerHandles the reshape operation and subsequently calls onReshaped.
initializeReshape (IInputModeContext)in ConstrainedReshapeHandlerInitializes the reshape operation and subsequently calls onInitialized
onCanceled (IInputModeContext, Rect)in ConstrainedReshapeHandlerCalled when the cancelReshape method has been called.
onFinished (IInputModeContext, Rect, Rect)in ConstrainedReshapeHandlerCalled when the reshapeFinished method has been called.
onInitialized (IInputModeContext, Rect)in ConstrainedReshapeHandlerCalled when the initializeReshape method has been called.
onReshaped (IInputModeContext, Rect, Rect)in ConstrainedReshapeHandlerCalled when the handleReshape operation has been performed.
reshapeFinished (IInputModeContext, Rect, Rect)in ConstrainedReshapeHandlerHandles the finish operation and invokes onFinished.
install (IInputModeContext, ConcurrencyController)in ContextMenuInputModeInstalls this mode in the canvas.
uninstall (IInputModeContext)in ContextMenuInputModeRemoves the menu from the context and replaces it with the old instance.
install (IInputModeContext, ConcurrencyController)in CreateBendInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in CreateBendInputModeUninstalls this mode from the given context.
CreateEdgeInputMode ()in CreateEdgeInputModeCreates a new instance that will use the IGraph from the parentInputModeContext to create edges in.
install (IInputModeContext, ConcurrencyController)in CreateEdgeInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in CreateEdgeInputModeUninstalls this mode from the given context.
install (IInputModeContext, ConcurrencyController)in DropInputModeInstalls this mode into the given canvas.
uninstall (IInputModeContext)in DropInputModeUninstalls this mode from the canvas.
addLabel (IInputModeContext, LabelEditingEventArgs)in EditLabelHelperHandles adding the label upon finish.
cancel (IInputModeContext, LabelEditingEventArgs)in EditLabelHelper
finish (IInputModeContext, LabelEditingEventArgs, LabelEditingAction)in EditLabelHelperInvoked after the label editing gesture has successfully finished.
getDefaults (IInputModeContext, ILabelOwner)in EditLabelHelperObtains the defaults for the label owner.
getLabelParameter (IInputModeContext, ILabelOwner)in EditLabelHelperDetermines the label model parameter to use for the label, depending on the owner.
getLabelStyle (IInputModeContext, ILabelOwner)in EditLabelHelperDetermines the style to use for the label, depending on the owner.
getPreferredSize (IInputModeContext, ILabel)in EditLabelHelperGets the preferred size for the label.
initialize (IInputModeContext, LabelEditingEventArgs, LabelEditingAction)in EditLabelHelperInvoked at the beginning of a label adding or label editing gesture.
labelDropped (IInputModeContext, LabelEditingEventArgs)in EditLabelHelperHandles adding the label upon finish after the drop action of a drag and drop operation.
onLabelAdding (IInputModeContext, LabelEditingEventArgs)in EditLabelHelperWill be called from initialize to initialize the helper for ADDing labels.
onLabelDropping (IInputModeContext, LabelEditingEventArgs)in EditLabelHelperInvoked from initialize to initialize the helper for adding labels after the drop action of a drag and drop operation.
onLabelEditing (IInputModeContext, LabelEditingEventArgs)in EditLabelHelperWill be called from initialize to initialize the helper for EDITing labels.
onLabelPasting (IInputModeContext, LabelEditingEventArgs, ILabelOwner, ILabel)in EditLabelHelperInvoked from initialize to initialize the helper for adding labels during paste from the GraphClipboard.
removeLabel (IInputModeContext, ILabel)in EditLabelHelperHandles removing the label upon finish.
setLabelText (IInputModeContext, ILabel, string)in EditLabelHelperHandles changing the label text upon finish.
EditLabelInputMode ()in EditLabelInputMode
install (IInputModeContext, ConcurrencyController)in EditLabelInputMode
uninstall (IInputModeContext)in EditLabelInputMode
install (IInputModeContext, ConcurrencyController)in FocusGuardInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in FocusGuardInputModeUninstalls this mode from the given context.
GraphEditorInputMode ()in GraphEditorInputModeCreates a new instance that is not bound to an existing graph or selection, initially.
clickCreateNode (IInputModeContext, Point)in GraphEditorInputModeCreates a node on a pointer click or tap.
install (IInputModeContext, ConcurrencyController)in GraphEditorInputModeInstalls this mode into the provided context.
snapToGrid (IInputModeContext, INode)in GraphEditorInputModeSnaps the node to the grid using the IGridConstraintProvider<T> for INodes queried from the given context.
uninstall (IInputModeContext)in GraphEditorInputMode
clickClearSelection (IInputModeContext)in GraphInputModeClears the selection on click if the click is not recognized by multiSelectionRecognizer.
findItems (IInputModeContext, Point, GraphItemTypes, function(IModelItem):boolean?)in GraphInputModeUsed as a callback to find the items hit underneath a certain point.
handleClickListener (IInputModeContext, IModelItem, Point)in GraphInputModeCalled by click to query the item for an IClickListener in its lookup and handle it appropriately.
install (IInputModeContext, ConcurrencyController)in GraphInputMode
onLassoSelect (IInputModeContext, GeneralPath, SelectionPolicy)in GraphInputModePerforms lasso-selection with the given path.
onMarqueeSelect (IInputModeContext, Rect, SelectionPolicy)in GraphInputModePerforms marquee selection with the given rectangle.
shouldSkipHitLabel (IInputModeContext, ILabel, Point)in GraphInputModeCallback function that is used during hit testing, when an ILabel was hit tested before another non-label underneath it was reported.
uninstall (IInputModeContext)in GraphInputMode
initializeDrag (IInputModeContext, Point)in GraphSnapContextCalled by IInputMode implementations when an interactive drag is started.
wrapContext (IInputModeContext)in GraphSnapContext
snapToGrid (IInputModeContext, T, IMutablePoint, SnapPolicy, SnapPolicy)in GridConstraintProvider
cancelDrag (IInputModeContext, Point)in GroupingNodePositionHandler
dragFinished (IInputModeContext, Point, Point)in GroupingNodePositionHandler
handleMove (IInputModeContext, Point, Point)in GroupingNodePositionHandler
initializeDrag (IInputModeContext)in GroupingNodePositionHandler
setCurrentParent (IInputModeContext, INode, INode)in GroupingNodePositionHandlerSets a temporary visual parent for the node during reparenting.
handleClick (IInputModeContext, ClickEventArgs, IHandle)in HandleInputModeCalls handleClick of the handle with the evt.
install (IInputModeContext, ConcurrencyController)in HandleInputModeInstalls the visual representation of the handles into the canvas into the inputModeGroup.
uninstall (IInputModeContext)in HandleInputModeRemoves the IRenderTreeElement that displays the handles from the canvas.
HoveredItemChangedEventArgs (IInputModeContext, IModelItem, IModelItem)in HoveredItemChangedEventArgsInitializes a new instance of the HoveredItemChangedEventArgs class.
create (function(IInputModeContext, IGraph, Point):number)in IBendCreator
createBend (IInputModeContext, IGraph, Point)in IBendCreatorCreates a bend at the position supplied at the given graph for the edge whose lookup provided this creator.
create ()in IBendGridConstraintProvider
create ()in IBendSelectionTester
getBendsInBox (IInputModeContext, Rect)in IBendSelectionTesterReturns the bends within the given rectangle.
getBendsInPath (IInputModeContext, GeneralPath)in IBendSelectionTesterReturns the bends within the given lasso path.
getHitBend (IInputModeContext, Point)in IBendSelectionTesterReturns the bend at the given world coordinate position.
create ()in IClickListener
onClicked (IInputModeContext, Point)in IClickListenerCalled by the framework to indicate that the IModelItem has been clicked by the user at the specified location.
contains (IInputModeContext, IBend)in IContainsBendTesterDetermines whether the provided bend is deemed to lie within the shape this test is implemented for.
cancelDrag (IInputModeContext, Point)in IDragHandlerCalled by clients to indicate that the dragging has been canceled by the user.
create ()in IDragHandler
dragFinished (IInputModeContext, Point, Point)in IDragHandlerCalled by clients to indicate that the repositioning has just been finished.
handleMove (IInputModeContext, Point, Point)in IDragHandlerCalled by clients to indicate that the element has been dragged and its position should be updated.
initializeDrag (IInputModeContext)in IDragHandlerCalled by clients to indicate that the element is going to be dragged.
create (function(IInputModeContext, boolean):IHandle)in IEdgePortHandleProvider
getHandle (IInputModeContext, boolean)in IEdgePortHandleProviderGets an IHandle implementation for one end of the edge.
create ()in IEdgeReconnectionPortCandidateProvider
getSourcePortCandidates (IInputModeContext)in IEdgeReconnectionPortCandidateProviderReturns all source port candidates that may be used for the edge.
getTargetPortCandidates (IInputModeContext)in IEdgeReconnectionPortCandidateProviderReturns all source port candidates that may be used for the edge.
cancel (IInputModeContext, LabelEditingEventArgs)in IEditLabelHelperInvoked if the label editing action has been canceled.
create ()in IEditLabelHelper
finish (IInputModeContext, LabelEditingEventArgs, LabelEditingAction)in IEditLabelHelperInvoked after the label editing gesture has successfully finished.
initialize (IInputModeContext, LabelEditingEventArgs, LabelEditingAction)in IEditLabelHelperInvoked at the beginning of a label adding or label editing gesture.
create ()in IGridConstraintProvider
snapToGrid (IInputModeContext, T, IMutablePoint, SnapPolicy, SnapPolicy)in IGridConstraintProviderPerforms the actual snapping to grid coordinates.
create ()in IHandle
create (function(IInputModeContext):IEnumerable<IHandle>)in IHandleProvider
getHandles (IInputModeContext)in IHandleProviderReturns a collection of zero or more IHandle implementations that are associated with this instance.
create (function(IInputModeContext, Point):boolean)in IHitTestableWraps a hit testable handler into an IHitTestable interface.
isHit (IInputModeContext, Point)in IHitTestableDetermines if something has been hit at the given coordinates in the world coordinate system.
create (function(IInputModeContext, Point, GraphItemTypes):IEnumerable<IModelItem>)in IHitTester
enumerateHits (IInputModeContext, Point, GraphItemTypes?)in IHitTesterYields an enumerable that enumerates the hits for a given world coordinate.
install (IInputModeContext, ConcurrencyController)in IInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in IInputModeUninstalls this mode from the given context.
create ()in ILabelGridConstraintProvider
create ()in ILabelOwnerGridConstraintProvider
create (function(IInputModeContext, GeneralPath):boolean)in ILassoTestable
isInPath (IInputModeContext, GeneralPath)in ILassoTestableReturns true if the corresponding item is considered to intersect the given path.
create (function(IInputModeContext, Rect):boolean)in IMarqueeTestable
isInBox (IInputModeContext, Rect)in IMarqueeTestableReturns true if the corresponding item is considered to intersect the given rectangular box.
create ()in INodeGridConstraintProvider
cleanUpEdge (IInputModeContext, IGraph)in IOrthogonalEdgeHelperInvoked after the edge this helper was provided for has been edited orthogonally.
create ()in IOrthogonalEdgeHelper
getSegmentOrientation (IInputModeContext, number)in IOrthogonalEdgeHelperGets the declared orientation of the given segment at the edge this helper was provided for.
shouldEditOrthogonally (IInputModeContext)in IOrthogonalEdgeHelperDetermines whether the edge this helper was provided for should be edited orthogonally in the specified input mode context.
shouldMoveEndImplicitly (IInputModeContext, boolean)in IOrthogonalEdgeHelperDetermines whether this end of the edge this helper was provided for can be moved in the input mode context.
createPort (IInputModeContext)in IPortCandidateIf the client decides to use this port candidate, this method will serve as a factory to create the instance.
getPortCandidateAt (IInputModeContext, Point)in IPortCandidateReturns a candidate that is derived from this instance that best fits the provided location.
create ()in IPortCandidateProvider
getAllSourcePortCandidates (IInputModeContext)in IPortCandidateProviderReturns all source port candidates that belong to the context of this provider.
getAllTargetPortCandidates (IInputModeContext)in IPortCandidateProviderReturns all target port candidates that belong to the context of this provider.
getSourcePortCandidates (IInputModeContext, IPortCandidate)in IPortCandidateProviderReturns all port candidates that apply for the provided opposite port candidate.
getTargetPortCandidates (IInputModeContext, IPortCandidate)in IPortCandidateProviderReturns all port candidates that apply for the provided opposite port candidate.
create ()in IPortGridConstraintProvider
create ()in IPortSelectionTester
getHitPort (IInputModeContext, Point)in IPortSelectionTesterReturns the port at the given world coordinate position or null if there is no such port.
getPortsInBox (IInputModeContext, Rect)in IPortSelectionTesterReturns the ports for the given marquee rectangle.
getPortsInPath (IInputModeContext, GeneralPath)in IPortSelectionTesterReturns the ports within the given lasso path.
create ()in IPositionHandler
create ()in IReparentNodeHandler
isReparentGesture (IInputModeContext, INode)in IReparentNodeHandlerDetermines whether the current gesture that can be determined through the context is a reparent gesture.
isValidParent (IInputModeContext, INode, INode)in IReparentNodeHandlerDetermines whether the provided node may be reparented to a newParent.
reparent (IInputModeContext, INode, INode)in IReparentNodeHandlerPerforms the actual reparenting after the reparent gesture has been finalized.
shouldReparent (IInputModeContext, INode)in IReparentNodeHandlerDetermines whether the user may detach the given node from its current parent in order to reparent it.
create ()in IReparentStripeHandler
isValidParent (IInputModeContext, IStripe, IStripe, number, StripeReparentPolicy)in IReparentStripeHandlerDetermines whether the provided node may be reparented to a newParent.
reparent (IInputModeContext, IStripe, IStripe, number, StripeReparentPolicy)in IReparentStripeHandlerPerforms the actual reparenting after the reparent gesture has been finalized.
shouldReparent (IInputModeContext, IStripe)in IReparentStripeHandlerDetermines whether the user may detach the given stripe from its current parent in order to reparent it.
create ()in IReshapeHandleProvider
getAvailableHandles (IInputModeContext)in IReshapeHandleProviderReturns a bitwise combination of all of the HandlePositions this interface can provide an implementation for.
getHandle (IInputModeContext, HandlePositions)in IReshapeHandleProviderReturns an implementation of an IHandle for the given position, that can be used to reshape an object.
cancelReshape (IInputModeContext, Rect)in IReshapeHandlerCalled by clients to indicate that the reshaping has been canceled by the user.
create ()in IReshapeHandler
handleReshape (IInputModeContext, Rect, Rect)in IReshapeHandlerCalled by clients to indicate that the element has been dragged and its position should be updated.
initializeReshape (IInputModeContext)in IReshapeHandlerCalled by clients to indicate that the element is going to be reshaped.
reshapeFinished (IInputModeContext, Rect, Rect)in IReshapeHandlerCalled by clients to indicate that the reshaping has just been finished.
createInputModeEventArgs (IInputModeContext)in InputModeBaseHelper method that yields a suitably configured InputModeEventArgs for this input mode.
install (IInputModeContext, ConcurrencyController)in InputModeBaseInstalls this mode into a CanvasComponent using the provided IInputModeContext.
uninstall (IInputModeContext)in InputModeBaseUninstalls this mode from the canvas.
InputModeContext (IInputModeContext, IInputMode?)in InputModeContextCreates a new instance of a context that is nested within the parentInputModeContext.
addGenericLookup (function(IInputModeContext, Constructor, IContextLookup):any)in InputModeContextAdds a generic callback as a chain link to the lookup.
InputModeEventArgs (IInputModeContext)in InputModeEventArgsInitializes a new instance of the InputModeEventArgs class.
InputModeItemChangedEventArgs (IInputModeContext, TItem, TDetail)in InputModeItemChangedEventArgsInitializes a new instance of the InputModeItemChangedEventArgs<TItem,TDetail> class.
InputModeItemEventArgs (IInputModeContext, TModelItem)in InputModeItemEventArgsInitializes a new instance of the InputModeItemEventArgs<TModelItem> class.
ItemClickedEventArgs (T, IInputModeContext, Point, PointerButtons, number, PointerEventArgs)in ItemClickedEventArgsInitializes a new instance of the ItemClickedEventArgs<T> class.
ItemDropInputMode (string, )in ItemDropInputModeInitializes a new instance of the ItemDropInputMode<T> class for the given data type.
install (IInputModeContext, ConcurrencyController)in ItemHoverInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in ItemHoverInputModeUninstalls this mode from the given context.
ItemsEventArgs (IInputModeContext, IListEnumerable<IModelItem>)in ItemsEventArgsInitializes a new instance of the ItemsEventArgs class.
install (IInputModeContext, ConcurrencyController)in KeyboardInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in KeyboardInputModeUninstalls this mode from the given context.
LabelDropInputMode (string, )in LabelDropInputModeInitializes a new instance of the LabelDropInputMode class for the given data type.
createLabel (IInputModeContext, IGraph, ILabel, ILabelOwner, ILabelModelParameter)in LabelDropInputModeCreates the label in the graph after it's been dropped.
LabelEditingEventArgs (IInputModeContext, ILabelOwner, ILabel)in LabelEditingEventArgsInitializes a new instance of the LabelEditingEventArgs class with the given context, owner, and label.
cancelDrag (IInputModeContext, Point)in LabelPositionHandler
dragFinished (IInputModeContext, Point, Point)in LabelPositionHandler
handleMove (IInputModeContext, Point, Point)in LabelPositionHandler
initializeDrag (IInputModeContext)in LabelPositionHandler
shouldIgnoreMoves (IInputModeContext)in LabelPositionHandlerDetermines whether to ignore upcoming handleMove and dragFinished calls.
shouldUseParameterFinder (IInputModeContext)in LabelPositionHandlerDetermines whether to use a ILabelModelParameterFinder to find the best candidate.
LabelTextValidatingEventArgs (IInputModeContext, ILabel, string)in LabelTextValidatingEventArgsInitializes a new instance of the LabelTextValidatingEventArgs class.
install (IInputModeContext, ConcurrencyController)in LassoSelectionInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in LassoSelectionInputModeUninstalls this mode from the given context.
install (IInputModeContext, ConcurrencyController)in MarqueeSelectionInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in MarqueeSelectionInputModeUninstalls this mode from the given context.
install (IInputModeContext, ConcurrencyController)in MoveInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in MoveInputModeUninstalls this mode from the given context.
install (IInputModeContext, ConcurrencyController)in MoveViewportInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in MoveViewportInputModeUninstalls this mode from the given context that is provided by the canvas.
createInputModeEventArgs (IInputModeContext)in MultiplexingInputModeHelper method that yields a suitably configured InputModeEventArgs for this input mode.
install (IInputModeContext, ConcurrencyController)in MultiplexingInputMode
uninstall (IInputModeContext)in MultiplexingInputMode
findNearestItem (IInputModeContext, IModelItem, MoveFocusDirection, IEnumerable<IModelItem>)in NavigationInputModeDetermines the nearest item in the given direction.
findNextItem (IInputModeContext, MoveFocusDirection)in NavigationInputModeDetermines the next item when a navigation command is executed.
install (IInputModeContext, ConcurrencyController)in NavigationInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in NavigationInputModeUninstalls this mode from the given context.
NodeDropInputMode (string, )in NodeDropInputModeInitializes a new instance of the NodeDropInputMode class for the given data type.
createNode (IInputModeContext, IGraph, INode, IModelItem, Rect)in NodeDropInputModeCreates the node in the graph after it's been dropped.
getHandle (IInputModeContext, HandlePositions)in NodeReshapeHandleProviderProvides a NodeReshapeHandlerHandle that uses the reshapeHandler to perform the actual reshaping.
cancelDrag (IInputModeContext, Point)in NodeReshapeHandlerHandle
dragFinished (IInputModeContext, Point, Point)in NodeReshapeHandlerHandle
handleMove (IInputModeContext, Point, Point)in NodeReshapeHandlerHandle
initializeDrag (IInputModeContext)in NodeReshapeHandlerHandle
createOrthogonalEdgeDragHandler (IInputModeContext, IPortOwner, boolean)in OrthogonalEdgeEditingContextCreates an OrthogonalEdgeDragHandler that keeps the orthogonal edges attached to portOwner orthogonal while the port owner is moved or reshaped interactively.
hasOrthogonallyEditedEdges (IInputModeContext)in OrthogonalEdgeEditingContextDetermines whether for the current input mode context there could be any orthogonally edited edge.
initializeDrag (IInputModeContext)in OrthogonalEdgeEditingContextCalled by client code when a drag is about to be started.
isOrthogonallyEditedEdge (IInputModeContext, IEdge)in OrthogonalEdgeEditingContextCalled by IDragHandlers and the like to determine whether the given edge is an orthogonally edited edge in the specified input mode context.
canRemoveBend (IInputModeContext, IBend)in OrthogonalEdgeHelperReturns whether the given bend can be removed.
cleanUpEdge (IInputModeContext, IGraph)in OrthogonalEdgeHelperInvoked after the edge has been edited orthogonally.
getSegmentOrientation (IInputModeContext, number)in OrthogonalEdgeHelperGets the orientation of the given segment by looking at the geometry of the segment.
shouldEditOrthogonally (IInputModeContext)in OrthogonalEdgeHelperDetermines whether the provided edge should be edited orthogonally in the specified input mode context.
shouldMoveEndImplicitly (IInputModeContext, boolean)in OrthogonalEdgeHelperDetermines whether this end of the provided edge can be moved in the input mode context.
install (IInputModeContext, ConcurrencyController)in OverviewInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in OverviewInputModeUninstalls this mode from the given context.
PopulateItemContextMenuEventArgs (IInputModeContext, Point, TModelItem)in PopulateItemContextMenuEventArgsInitializes a new instance of the PopulateItemContextMenuEventArgs<TModelItem> class.
createInstance (IInputModeContext, IGraph, IPortLocationModelParameter, IPortStyle, IPort['tag'])in PortCandidateActually creates the IPort instance.
createPort (IInputModeContext)in PortCandidateThis implementation will throw a NotSupportedError if the validity is DYNAMIC.
getPortCandidateAt (IInputModeContext, Point)in PortCandidateReturns a candidate that is derived from this instance that best fits the provided location.
createInstance (IInputModeContext, PortCandidate)in PortCandidateProviderBaseCallback method used by the ports created using the factory methods createCandidate.
getAllSourcePortCandidates (IInputModeContext)in PortCandidateProviderBaseReturns all source port candidates that belong to the context of this provider.
getAllTargetPortCandidates (IInputModeContext)in PortCandidateProviderBaseReturns all target port candidates that belong to the context of this provider.
getPortCandidateAt (IInputModeContext, PortCandidate, Point)in PortCandidateProviderBaseCallback method used by the ports created using the factory methods createCandidate.
getPortCandidates (IInputModeContext)in PortCandidateProviderBaseCreates an enumeration of possibly port candidates.
getSourcePortCandidates (IInputModeContext, IPortCandidate)in PortCandidateProviderBaseReturns all port candidates that apply for the provided opposite port candidate.
getTargetPortCandidates (IInputModeContext, IPortCandidate)in PortCandidateProviderBaseReturns all port candidates that apply for the provided opposite port candidate.
PortDropInputMode (string, )in PortDropInputModeInitializes a new instance of the PortDropInputMode class for the given data type.
createPort (IInputModeContext, IGraph, IPort, IPortOwner, IPortLocationModelParameter)in PortDropInputModeCreates the port in the graph after it has been dropped.
cancelDrag (IInputModeContext, Point)in PortLocationModelParameterHandle
dragFinished (IInputModeContext, Point, Point)in PortLocationModelParameterHandle
getGraph (IInputModeContext)in PortLocationModelParameterHandleGets the graph to use for setting the parameter from the context.
handleMove (IInputModeContext, Point, Point)in PortLocationModelParameterHandle
initializeDrag (IInputModeContext)in PortLocationModelParameterHandle
cancelDrag (IInputModeContext, Point)in PortRelocationHandle
dragFinished (IInputModeContext, Point, Point)in PortRelocationHandle
filterCandidates (IInputModeContext, Point, IEnumerable<IPortCandidate>)in PortRelocationHandleFilters the given allCandidates to return the subset of candidates which are relevant at the given location.
getClosestCandidate (IInputModeContext, Point, IEnumerable<IPortCandidate>)in PortRelocationHandleFinds the closest candidate from the given set of candidates.
getCurrentOwner (IInputModeContext, Point)in PortRelocationHandleGets the IPortOwner at the given location.
getGraph (IInputModeContext)in PortRelocationHandleGets the graph to use from the context.
getPort (IInputModeContext, IPortCandidate, Point)in PortRelocationHandleCalled during dragFinished to actually get the new port from the chosen candidate.
getPortCandidates (IInputModeContext, IEdge, boolean)in PortRelocationHandleGets the possible candidates for the given edge.
getPortCandidatesDuringMove (IInputModeContext, IEdge, boolean)in PortRelocationHandleRetrieves the port candidates during handleMove.
handleMove (IInputModeContext, Point, Point)in PortRelocationHandle
hideOriginalEdge (IInputModeContext, IEdge)in PortRelocationHandleHides the original edge that during the drag operation.
initializeDrag (IInputModeContext)in PortRelocationHandle
isPortCandidateResolutionEnabled (IInputModeContext)in PortRelocationHandleDetermines whether port candidate resolution is enabled for the current gesture.
resolveCandidate (IInputModeContext, IPortCandidate, Point)in PortRelocationHandleTries to resolve a dynamic port candidate for the given location.
setPort (IInputModeContext, IEdge, boolean, IPortCandidate, Point)in PortRelocationHandleTriggered by dragFinished to actually change the port.
setPorts (IInputModeContext, IEdge, IPort, IPort)in PortRelocationHandleFinally sets the ports for the edge to the new values.
getHandle (IInputModeContext, boolean)in PortRelocationHandleProvider
getHandles (IInputModeContext)in PortRelocationHandleProvider
getHandles (IInputModeContext)in PortsHandleProviderReturns a collection of zero or more IHandle implementations that are associated with the ports of this context.
QueryClosestHandleEventArgs (IInputModeContext, Point)in QueryClosestHandleEventArgsInitializes a new instance of the QueryClosestHandleEventArgs class.
QueryItemToolTipEventArgs (IInputModeContext, Point, TModelItem)in QueryItemToolTipEventArgsInitializes a new instance of the QueryItemToolTipEventArgs<TModelItem> class.
QueryPositionHandlerEventArgs (IInputModeContext, Point)in QueryPositionHandlerEventArgsInstantiates a new QueryPositionHandlerEventArgs
QueryToolTipEventArgs (IInputModeContext, Point)in QueryToolTipEventArgsInitializes a new instance of the QueryToolTipEventArgs class.
cancelDrag (IInputModeContext, Point)in RectangleHandleDelegates the original values to set.
dragFinished (IInputModeContext, Point, Point)in RectangleHandleThis implementation does nothing.
handleMove (IInputModeContext, Point, Point)in RectangleHandleDelegates to set.
initializeDrag (IInputModeContext)in RectangleHandleThis implementation does nothing.
getHandle (IInputModeContext, HandlePositions)in RectangleReshapeHandleProviderProvides a IHandle that uses the rectangle instance to perform the actual reshaping.
isReparentGesture (IInputModeContext, INode)in ReparentNodeHandler
isValidParent (IInputModeContext, INode, INode)in ReparentNodeHandler
reparent (IInputModeContext, INode, INode)in ReparentNodeHandler
shouldReparent (IInputModeContext, INode)in ReparentNodeHandler
adjustSize (IInputModeContext, IStripe, IStripe, StripeReparentPolicy, number, number, number)in ReparentStripeHandlerAdjust the size of the source or the target stripe.
isValidParent (IInputModeContext, IStripe, IStripe, number, StripeReparentPolicy)in ReparentStripeHandlerChecks the constraints imposed by maxRowLevel or maxColumnLevel for a valid gesture.
reparent (IInputModeContext, IStripe, IStripe, number, StripeReparentPolicy)in ReparentStripeHandlerPerforms the actual reparenting after the reparent gesture has been finalized.
shouldReparent (IInputModeContext, IStripe)in ReparentStripeHandlerDetermines whether the user may detach the given stripe from its current parent in order to reparent it.
cancelDrag (IInputModeContext, Point)in ReparentStripePositionHandler
createSourceGhost (IInputModeContext)in ReparentStripePositionHandlerCreate a ghost object for the source region of the reparent gesture.
createTargetGhost (IInputModeContext, IStripe)in ReparentStripePositionHandlerCreate a ghost visualization for the target region of the reparent gesture.
determineGesture (IInputModeContext, IPoint, IStripe, StripeSubregion, Rect)in ReparentStripePositionHandlerDetermine the reparent gesture that would result from the given parameters.
dragFinished (IInputModeContext, Point, Point)in ReparentStripePositionHandler
handleMove (IInputModeContext, Point, Point)in ReparentStripePositionHandler
initializeDrag (IInputModeContext)in ReparentStripePositionHandler
updateSourceGhost (IInputModeContext, IRenderTreeElement, IStripe, StripeReparentPolicy)in ReparentStripePositionHandlerUpdates the source ghost visualization after a drag.
updateTargetGhost (IInputModeContext, IRenderTreeElement, IStripe, StripeReparentPolicy, Rect)in ReparentStripePositionHandlerModifies the target ghost visualization after a drag.
getAvailableHandles (IInputModeContext)in ReshapeHandleProviderBaseReturns the handlePositions property.
getHandle (IInputModeContext, HandlePositions)in ReshapeHandleProviderBaseProvides a IHandle that uses the rectangle and reshapeable instance bound to this instance to perform the actual reshaping.
cancelDrag (IInputModeContext, Point)in ReshapeHandlerHandleDelegates the cancel request to the IReshapeHandler.
dragFinished (IInputModeContext, Point, Point)in ReshapeHandlerHandleDelegates the finish request to the IReshapeHandler using the last bounds calculated by handleMove.
handleMove (IInputModeContext, Point, Point)in ReshapeHandlerHandleTranslates the move request into new bounds and delegates applying the new bounds to the handleReshape method.
initializeDrag (IInputModeContext)in ReshapeHandlerHandle
keepRatio (IInputModeContext)in ReshapeHandlerHandleReturns if the reshapeHandler should keep the aspect ratio.
install (IInputModeContext, ConcurrencyController)in ResizeStripeInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in ResizeStripeInputModeUninstalls this mode from the given context.
SelectionEventArgs (IInputModeContext, IObservableCollection<T>)in SelectionEventArgsCreates a new instance.
initializeDrag (IInputModeContext, Point)in SnapContextCalled by IInputMode implementations when an interactive drag is started.
wrapContext (IInputModeContext)in SnapContextHelper method that wraps the given context so that a lookup query on the wrapped context for the SnapContext type yields this instance.
StripeDropInputMode (string, )in StripeDropInputModeInitializes a new instance of the StripeDropInputMode class for the given data type.
createStripe (IInputModeContext, IStripe, IStripe)in StripeDropInputModeCreate a new stripe as the result of a drag and drop gesture.
enumerateHits (IInputModeContext, Point, INode)in StripeHitTesterReturn a collection of hits at location.
install (IInputModeContext, ConcurrencyController)in TableEditorInputMode
uninstall (IInputModeContext)in TableEditorInputMode
TableItemClickedEventArgs (T, StripeSubregion, INode, IInputModeContext, Point, PointerButtons, number, PointerEventArgs)in TableItemClickedEventArgsInitializes a new instance of the TableItemClickedEventArgs<T> class.
cancelReshape (IInputModeContext, Rect)in TableReshapeHandler
handleReshape (IInputModeContext, Rect, Rect)in TableReshapeHandler
initializeReshape (IInputModeContext)in TableReshapeHandler
reshapeFinished (IInputModeContext, Rect, Rect)in TableReshapeHandler
install (IInputModeContext, ConcurrencyController)in TextEditorInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in TextEditorInputModeUninstalls this mode from the given context.
TextEventArgs (IInputModeContext, string)in TextEventArgsCreates a new instance.
install (IInputModeContext, ConcurrencyController)in ToolTipInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in ToolTipInputModeUninstalls this mode from the given context.
install (IInputModeContext, ConcurrencyController)in WaitInputModeInstalls this mode into the given context that is provided by the canvas.
uninstall (IInputModeContext)in WaitInputModeUninstalls this mode from the given context.
isHit (IInputModeContext, Point, IEdge)in CompositeEdgeStyleChecks whether any style is hit at the given location.
isInBox (IInputModeContext, Rect, IEdge)in CompositeEdgeStyleDetermines if the edge is in the box based on any style.
isInPath (IInputModeContext, GeneralPath, IEdge)in CompositeEdgeStyleDetermines if the edge is in the path based on any style.
isHit (IInputModeContext, Point, ILabel)in CompositeLabelStyleChecks whether any style is hit at the given location.
isInBox (IInputModeContext, Rect, ILabel)in CompositeLabelStyleDetermines if the label is in the box based on any style.
isInPath (IInputModeContext, GeneralPath, ILabel)in CompositeLabelStyleDetermines if the label is in the path based on any style.
isHit (IInputModeContext, Point, INode)in CompositeNodeStyleChecks whether any style is hit at the given location.
isInBox (IInputModeContext, Rect, INode)in CompositeNodeStyleDetermines if the node is in the box based on any style.
isInPath (IInputModeContext, GeneralPath, INode)in CompositeNodeStyleDetermines if the node is in the path based on any style.
isHit (IInputModeContext, Point, IPort)in CompositePortStyleChecks whether any style is hit at the given location.
isInBox (IInputModeContext, Rect, IPort)in CompositePortStyleDetermines if the port is in the box based on any style.
isInPath (IInputModeContext, GeneralPath, IPort)in CompositePortStyleDetermines if the port is in the path based on any style.
isHit (IInputModeContext, Point, IEdge)in DelegatingEdgeStyleDetermines with the style from getStyle whether the visualization of the edge from getEdge is hit at the given location.
isInBox (IInputModeContext, Rect, IEdge)in DelegatingEdgeStyleDetermines with the style from getStyle whether the visualization of the edge from getEdge is included in the marquee selection.
isInPath (IInputModeContext, GeneralPath, IEdge)in DelegatingEdgeStyleDetermines with the style from getStyle whether the visualization of the edge from getEdge is included in the lasso selection.
isHit (IInputModeContext, Point, ILabel)in DelegatingLabelStyleDetermines with the style from getStyle whether the visualization of the label from getLabel is hit at the given location.
isInBox (IInputModeContext, Rect, ILabel)in DelegatingLabelStyleDetermines with the style from getStyle whether the visualization of the label from getLabel is included in the marquee selection.
isInPath (IInputModeContext, GeneralPath, ILabel)in DelegatingLabelStyleDetermines with the style from getStyle whether the visualization of the label from getLabel is included in the lasso selection.
isHit (IInputModeContext, Point, INode)in DelegatingNodeStyleDetermines with the style from getStyle whether the visualization of the node from getNode is hit at the given location.
isInBox (IInputModeContext, Rect, INode)in DelegatingNodeStyleDetermines with the style from getStyle whether the visualization of the node from getNode is included in the marquee selection.
isInPath (IInputModeContext, GeneralPath, INode)in DelegatingNodeStyleDetermines with the style from getStyle whether the visualization of the node from getNode is included in the lasso selection.
isHit (IInputModeContext, Point, IPort)in DelegatingPortStyleDetermines with the style from getStyle whether the visualization of the port from getPort is hit at the given location.
isInBox (IInputModeContext, Rect, IPort)in DelegatingPortStyleDetermines with the style from getStyle whether the visualization of the port from getPort is included in the marquee selection.
isInPath (IInputModeContext, GeneralPath, IPort)in DelegatingPortStyleDetermines with the style from getStyle whether the visualization of the port from getPort is included in the lasso selection.
isHit (IInputModeContext, Point, IEdge)in EdgeStyleBaseDetermines whether the visual representation of the edge has been hit at the given location.
isInBox (IInputModeContext, Rect, IEdge)in EdgeStyleBaseDetermines whether the visualization for the specified edge is included in the marquee selection.
isInPath (IInputModeContext, GeneralPath, IEdge)in EdgeStyleBaseDetermines whether the visualization for the specified edge is included in the lasso selection.
isHit (IInputModeContext, Point, ILabel)in LabelStyleBaseDetermines whether the visual representation of the label has been hit at the given location.
isInBox (IInputModeContext, Rect, ILabel)in LabelStyleBaseDetermines whether the visualization for the specified label is included in the marquee selection.
isInPath (IInputModeContext, GeneralPath, ILabel)in LabelStyleBaseDetermines whether the visualization for the specified label is included in the lasso selection.
isHit (IInputModeContext, Point, INode)in NodeStyleBaseDetermines whether the visual representation of the node has been hit at the given location.
isInBox (IInputModeContext, Rect, INode)in NodeStyleBaseDetermines whether the visualization for the specified node is included in the marquee selection.
isInPath (IInputModeContext, GeneralPath, INode)in NodeStyleBaseDetermines whether the visualization for the specified node is included in the lasso selection.
isHit (IInputModeContext, Point, IEdge)in PathEdgeStyleBaseDetermines whether the visual representation of the edge has been hit at the given location.
isInBox (IInputModeContext, Rect, IEdge)in PathEdgeStyleBaseDetermines whether the visualization for the specified edge is included in the marquee selection.
isInPath (IInputModeContext, GeneralPath, IEdge)in PathEdgeStyleBaseDetermines whether the visualization for the specified edge is included in the lasso selection.
isHit (IInputModeContext, Point, IPort)in PortStyleBaseDetermines whether the visual representation of the port has been hit at the given location.
isInBox (IInputModeContext, Rect, IPort)in PortStyleBaseDetermines whether the visualization for the specified port is included in the marquee selection.
isInPath (IInputModeContext, GeneralPath, IPort)in PortStyleBaseDetermines whether the visualization for the specified port is included in the lasso selection.
addGenericInputModeContextLookup (function(IInputModeContext, Constructor, IContextLookup):any)in CanvasComponentAdds a generic callback as a chain link to the lookup.
inputModeContextLookup (IInputModeContext, Constructor)in CanvasComponentUsed by the default implementation of inputModeContext to resolve lookup calls.
GraphComponent (HTMLElement, )in GraphComponentCreates a new instance of the GraphComponent in the given div element.
GraphComponent ()in GraphComponentCreates a new instance of the GraphComponent.
GraphComponent (string, )in GraphComponentCreates a new instance of GraphComponent using the div element that is specified by the selector.
hitElementsAt (Point, IInputModeContext?, IRenderTreeGroup?, GraphItemTypes?)in GraphModelManagerEnumerates hits in the render tree of the canvas at a given world coordinate position for a given context and IRenderTreeGroup.
isHit (IInputModeContext, Point, TRenderTag)in ObjectRendererBaseDetermines whether the visual representation of the node has been hit at the given location.
PopulateContextMenuEventArgs (IInputModeContext, Point)in PopulateContextMenuEventArgsInitializes a new instance of the PopulateContextMenuEventArgs class.
hitElementsAt (Point, IInputModeContext?, IRenderTreeGroup?)in RenderTreeReturns an IEnumerable<T> of all hit elements in the canvas below the given group.
hitElementsAt (Point, IInputModeContext?, IRenderTreeGroup?, GraphItemTypes?)in WebGLGraphModelManager

Implementing Types

InputModeContextAn implementation of the IInputModeContext for use within the scope of IInputModes.