| KMeansClustering () | in
KMeansClustering | |
| delaunayTriangulation (LayoutGraph, IMapper<LayoutNode,Point>, IMapper<LayoutEdge,LayoutEdge>) | in
LayoutGraphAlgorithms | Computes a Delaunay triangulation of the given points. |
| kMeansClustering (LayoutGraph, IMapper<LayoutNode,number>, IMapper<LayoutNode,Point>, KMeansDistanceMetric, number, number?, Point?) | in
LayoutGraphAlgorithms | Partitions the graph into clusters using the k-means clustering algorithm. |
| getCubicSplitPoints (Point, Point, Point, Point, boolean, number) | in
GeneralPath | Determines new control points for splitting a cubic Bézier segment. |
| areCollinear (Point, Point, Point) | in
GeometryUtilities | Returns whether the given points are collinear, that is, all three points lie on a common line. |
| ellipseContains (Rect, Point, number) | in
GeometryUtilities | Returns whether an ellipse contains the given point. |
| getConvexHull (IEnumerable<Point>) | in
GeometryUtilities | Calculates the convex hull for a set of points. |
| getEllipseLineIntersection (Rect, Point, Point) | in
GeometryUtilities | Calculates the intersection point of an ellipse with a line defined by two points. |
| getLineLineIntersection (Point, Point, Point, Point) | in
GeometryUtilities | Calculates the intersection point of two affine lines. |
| getSegmentRayIntersection (Point, Point, Point, Point) | in
GeometryUtilities | Calculates the intersection between a line segment and an infinite ray. |
| linesIntersect (Point, Point, Point, Point) | in
GeometryUtilities | Returns whether the two lines defined by the given coordinates intersect or not. |
| setCenter (Point) | in
IMutableRectangle | Sets the center of the rectangle to the provided value. |
| intersectionPoint (Point, Point, number) | in
IOrientedRectangle | Determines an intersection point of the given oriented rectangle and the line segment specified by the given endpoints. |
| intersects (Point, Point, number) | in
IOrientedRectangle | Determines whether the given oriented rectangle and the line segment defined by the two given points intersect. |
| from (Point) | in
IPoint | Creates a Point instance from the given point-like object by performing automatic type conversion. |
| LineSegment (Point, Point) | in
LineSegment | Returns a new LineSegment. |
| boxIntersectsSegment (Rect, Point, Point) | in
LineSegment | Checks whether a line segment intersects a box. |
| contains (Point, number?) | in
LineSegment | Determines whether a specified point lies on this line segment, within an optional tolerance. |
| isHorizontalSegment (Point, Point, number?) | in
LineSegment | Determines whether the specified points define a horizontal line segment within a given tolerance. |
| isVerticalSegment (Point, Point, number?) | in
LineSegment | Determines whether the specified points define a vertical line segment within a given tolerance. |
| multiply (Matrix, Point) | in
Matrix | Implements the vector transformation by calling transform. |
| rotate (number, Point, MatrixOrder?) | in
Matrix | Prepends or appends a rotation operation to this matrix around the specified rotation center. |
| transform (Point) | in
Matrix | Transforms the given coordinate. |
| translate (Point, MatrixOrder?) | in
Matrix | Appends or Prepends a translation to this instance. |
| convertFrom (Point) | in
MutablePoint | Performs an implicit conversion from Point to MutablePoint. |
| MutableRectangle (Point, Size) | in
MutableRectangle | Creates a new instance using the provided values to initialize the position and size. |
| moveBy (Point) | in
OrientedRectangle | Moves this rectangle by applying the offset to the dynamicAnchor. |
| add (Point) | in
Point | Adds the given vector to this point. |
| distanceToSegment (Point, Point) | in
Point | Determines the distance between this point and a line segment. |
| equalsEps (Point, number) | in
Point | Determines whether the two given points have the same coordinates with respect to a certain given eps . |
| from (Point) | in
Point | Creates a Point instance from the given point-like object by performing automatic type conversion. |
| getProjectionOnLine (Point, Point) | in
Point | Calculates the projection of this point onto a line. |
| getProjectionOnRay (Point, Point) | in
Point | Calculates the projection of this point onto a ray. |
| getProjectionOnSegment (Point, Point) | in
Point | Calculates the projection of this point onto a segment. |
| hits (Point, number) | in
Point | Determines if the point lies close to this point given an epsilon. |
| hitsLineSegment (Point, Point, number) | in
Point | Determines whether this point hits the line segment with respect to a given radius . |
| interpolate (Point, Point, number) | in
Point | Calculates a linear interpolation between two points. |
| midPoint (Point, Point) | in
Point | Returns a point that geometrically lies in the middle of the line formed by the given points. |
| scalarProduct (Point) | in
Point | Calculates the scalar product of this and the given vector. |
| scalarProduct (Point, Point) | in
Point | Calculates the scalar product of the two given points. |
| subtract (Point) | in
Point | Subtracts the given vector from this instance and returns the result as new instance. |
| swap (Point) | in
Point | Returns a copy of the given point with exchanged x- and y-coordinates. |
| Rect (Point, Point) | in
Rect | Creates a new instance from two points which define the bounds. |
| Rect (Point, Size) | in
Rect | Creates a new instance using the given location as x and y, and the given size as width and height. |
| add (Point) | in
Rect | Returns the union of this rectangle and the given point. |
| distanceTo (Point) | in
Rect | Returns the Euclidean distance between this rectangle and a given point. |
| findLineIntersection (Point, Point) | in
Rect | Finds the intersection between a rectangle and a line. |
| getTranslated (Point) | in
Rect | Returns a translated instance of this instance which has modified x and y by the given amount. |
| intersectsLine (Point, Point) | in
Rect | Determines whether this rectangle intersects a line. |
| Tangent (Point, Point) | in
Tangent | Initializes a new instance of the Tangent class using the given values for the point and vector properties. |
| createParameter (IPortOwner, Point) | in
BendAnchoredPortLocationModel | |
| addBend (ClipboardOperationContext, IEdge, IBend, Point, number) | in
ClipboardGraphCopier | Adds a bend to the targetEdge in the targetGraph as a copy of the sourceBend . |
| copy (ClipboardOperationContext, INode, Point?, function(IModelItem, IModelItem):void?) | in
ClipboardGraphCopier | Copies a subgraph from the sourceGraph to the targetGraph as defined in the context . |
| createGroupNode (ClipboardOperationContext, INode, INode, Point) | in
ClipboardGraphCopier | Creates a copy of the sourceGroupNode in the targetGraph. |
| createNode (ClipboardOperationContext, INode, Point) | in
ClipboardGraphCopier | Creates a copy of the sourceNode in the targetGraph. |
| createNode (ClipboardOperationContext, INode, INode, Point) | in
ClipboardGraphCopier | Creates a copy of the sourceNode in the targetGraph. |
| createParameter (IPortOwner, Point) | in
CompositePortLocationModel | Factory method that creates a parameter for the given owner that tries to match the provided location in absolute world coordinates. |
| createParameter (IPortOwner, Point) | in
EdgePathPortLocationModel | |
| createParameter (IPortOwner, Point) | in
EdgeSegmentPortLocationModel | |
| addBend (Point, number?) | in
FoldingEdgeState | Adds a new FoldingBendState to this edge state at the given index and location . |
| createAbsolute (Point, number?) | in
FreeLabelModel | Creates a new label model parameter that places the label at the given absolute position using the provided angle. |
| createParameter (Point, Point, Point, Point?, number?) | in
FreeNodeLabelModel | Creates a parameter instance that anchors the label to the node at a given position. |
| createParameterForLayouts (Rect, IOrientedRectangle, Point?) | in
FreeNodeLabelModel | Creates a parameter instance that anchors the labelLayout relative to the nodeLayout . |
| createParameter (IPortOwner, Point) | in
FreeNodePortLocationModel | |
| createParameterForRatios (Point, Point?) | in
FreeNodePortLocationModel | Creates a parameter that uses the given ratios and offsets. |
| createParameter (Point, Point, Point?, number?) | in
FreePortLabelModel | Creates a parameter instance that anchors the label to the port at a given position. |
| addBend (IEdge, Point, number?) | in
Graph | |
| createEdge (INode, INode, IEdgeStyle?, IEdge['tag']?, ) | in
Graph | Creates and returns an edge that connects to the given node instances using the given style instance. |
| createEdge (IPort, IPort, IEdgeStyle?, IEdge['tag']?, ) | in
Graph | |
| onBendLocationChanged (IBend, Point) | in
Graph | Called after a bend location has changed. |
| setBendLocation (IBend, Point) | in
Graph | Modifies the location of the given bend. |
| GraphClipboard () | in
GraphClipboard | Creates a new initially empty clipboard. |
| getTargetNode (ClipboardOperationContext, INode, Point) | in
GraphClipboard | Provides a parent group node for the given sourceNode considering the parentNodeDetection. |
| onPaste (ClipboardOperationContext, function(IModelItem, IModelItem):void, INode?, IEnumerable<IModelItem>?, Point?) | in
GraphClipboard | Called during paste operation to call copy on the current fromClipboardCopier instance. |
| paste (IGraph, IEnumerable<IModelItem>?, function(IModelItem, IModelItem):void?, IEnumerable<IModelItem>?, Point?, IInputModeContext?) | in
GraphClipboard | Pastes the itemsToPaste from the clipboardGraph to the targetGraph . |
| addBend (IGraph, IGraph, IEdge, IBend, Point, number) | in
GraphCopier | Adds a bend to the targetEdge in the targetGraph as a copy of the sourceBend . |
| copy (IGraph, IGraph, function(IModelItem):boolean, INode?, Point?, function(IModelItem, IModelItem):void?) | in
GraphCopier | Copies a subgraph induced by an IEnumerable<IModelItem> from the sourceGraph to the targetGraph . |
| copy (IGraph, IGraph, IEnumerable<IModelItem>?, INode?, Point?, function(IModelItem, IModelItem):void?) | in
GraphCopier | Copies a subgraph induced by an IEnumerable<IModelItem> from the sourceGraph to the targetGraph . |
| createGroupNode (IGraph, IGraph, INode, INode, Point) | in
GraphCopier | Creates a copy of the sourceGroupNode in the targetGraph . |
| createNode (IGraph, IGraph, INode, Point) | in
GraphCopier | Creates a copy of the sourceNode in the targetGraph . |
| createNode (IGraph, IGraph, INode, INode, Point) | in
GraphCopier | Creates a copy of the sourceNode in the targetGraph . |
| addBend (IEdge, Point, number?) | in
GraphWrapperBase | |
| createEdge (IPort, IPort, IEdgeStyle?, IEdge['tag']?, ) | in
GraphWrapperBase | |
| createEdge (INode, INode, IEdgeStyle?, IEdge['tag']?, ) | in
GraphWrapperBase | |
| onBendLocationChanged (IBend, Point) | in
GraphWrapperBase | Raises the bend-location-changed event |
| setBendLocation (IBend, Point) | in
GraphWrapperBase | |
| addBend (IEdge, Point, number?) | in
IGraph | Adds a bend at the given index to the given edge using the coordinates provided. |
| addBends (IEdge, IEnumerable<Point>) | in
IGraph | Adds bends with the given locations to the end of the bend list of the given edge. |
| addPortAt (IPortOwner, Point, IPortStyle?, IPort['tag']?) | in
IGraph | Add a port to the given port owner using the absolute coordinates as the new initial position of the port anchor. |
| addRelativePort (INode, Point) | in
IGraph | Adds a new port to the graph at the node using a location that is relative to the center of the node. |
| createDefaultPortLocationParameter (IPortOwner, Point?) | in
IGraph | Creates a location model parameter for a newly created IPort at the owner that matches the location . |
| createEdge (IPort, IPort, IEdgeStyle?, IEdge['tag']?, ) | in
IGraph | Creates and returns an edge that connects to the given port instances. |
| createEdge (INode, INode, IEdgeStyle?, IEdge['tag']?, ) | in
IGraph | Creates and returns an edge that connects to the given node instances using the given style instance. |
| createNodeAt (Point, INodeStyle?, INode['tag']?, ) | in
IGraph | Creates and returns a node using the specified initial center location and style, as well as the tag. |
| setBendLocation (IBend, Point) | in
IGraph | Modifies the location of the given bend. |
| setNodeCenter (INode, Point) | in
IGraph | Sets the center of a node to the given world coordinates. |
| setPortLocation (IPort, Point) | in
IGraph | Tries to set the absolute coordinates of the given port to the given values. |
| setRelativePortLocation (IPort, Point) | in
IGraph | Tries to set the location of the port relative to its owner if the owner is a node. |
| createParameter (IPortOwner, Point) | in
IPortLocationModel | Factory method that creates a parameter for the given owner that tries to match the provided location in absolute world coordinates. |
| findColumn (INode, Point, function(IStripe):boolean?) | in
ITable | Finds a column underneath a certain point. |
| findRow (INode, Point, function(IStripe):boolean?) | in
ITable | Finds a row underneath a certain point. |
| findStripe (Point, StripeTypes, StripeSubregionTypes, IInputModeContext, function(StripeSubregion):boolean?) | in
ITable | Finds a stripe underneath a certain point. |
| findStripes (INode, Point, StripeTypes, function(IStripe):boolean?) | in
ITable | Finds all stripes underneath a certain point. |
| findStripes (Point, StripeTypes, StripeSubregionTypes, IInputModeContext, function(StripeSubregion):boolean?) | in
ITable | Used as a callback to find the items underneath a certain point. |
| setLocation (Point) | in
SimplePort | Sets the location of this port. |
| HierarchicalLayoutNodeDescriptor () | in
HierarchicalLayoutNodeDescriptor | Creates a new instance of a HierarchicalLayoutNodeDescriptor with the default values. |
| ClickEventArgs (IInputModeContext, Point, PointerButtons, number, PointerEventArgs) | in
ClickEventArgs | Initializes a new instance of the ClickEventArgs class. |
| CollectSnapResultsEventArgs (IInputModeContext, Point, Point, number, number, ICollection<SnapResult>) | in
CollectSnapResultsEventArgs | Creates a new instance of the event arguments using the provided values for initialization. |
| cancelDrag (IInputModeContext, Point) | in
ConstrainedDragHandler | Cancels the move operation and calls onCanceled |
| constrainNewLocation (IInputModeContext, Point, Point) | in
ConstrainedDragHandler | Applies the constraints for the new location. |
| dragFinished (IInputModeContext, Point, Point) | in
ConstrainedDragHandler | Handles the finish operation and invokes onFinished |
| handleMove (IInputModeContext, Point, Point) | in
ConstrainedDragHandler | Handles the move operation and subsequently calls onMoved |
| onCanceled (IInputModeContext, Point) | in
ConstrainedDragHandler | Called when the cancelDrag method has been called. |
| onFinished (IInputModeContext, Point, Point) | in
ConstrainedDragHandler | Called when the dragFinished method has been called. |
| onInitialized (IInputModeContext, Point) | in
ConstrainedDragHandler | Called when the initializeDrag method has been called. |
| onMoved (IInputModeContext, Point, Point) | in
ConstrainedDragHandler | Called when the handleMove operation has been performed. |
| onMenuOpening (Point) | in
ContextMenuInputMode | Populates the context menu for the given world coordinate. |
| createBend (IEdge, Point) | in
CreateBendInputMode | Creates the bend. |
| dragSegment (IEdge, Point) | in
CreateBendInputMode | Updates the splitOrthogonalSegment property and then delegates to createBend. |
| getEdge (Point) | in
CreateBendInputMode | Finds the edge at the given coordinates. |
| createPreviewBend (Point) | in
CreateEdgeInputMode | Creates a preview bend at the given location and adds it to the previewEdge that will be displayed by the input mode during the creation. |
| getEndPortCandidateProvider (IPortCandidate, Point) | in
CreateEdgeInputMode | Retrieves the IPortCandidateProvider instance that provides the possible candidates for the end of the edge given the current start candidate. |
| getEndPortCandidateProvider (IPortCandidate, IPortOwner, Point) | in
CreateEdgeInputMode | Retrieves the port candidate provider instance given a start port candidate and a possible ending item. |
| getEndPortCandidates (Point, boolean) | in
CreateEdgeInputMode | Retrieves the end port candidates for a given location in world coordinates. |
| getEndPortOwner (Point) | in
CreateEdgeInputMode | Finds the end port owner at the specified location. |
| getPortOwner (Point) | in
CreateEdgeInputMode | Retrieves the port owner at a given position in world coordinates. |
| getStartPortCandidate (Point) | in
CreateEdgeInputMode | Finds the best matching start port candidate based on the given location. |
| getStartPortCandidateProvider (Point) | in
CreateEdgeInputMode | Finds the start port candidate provider at the specified location. |
| getStartPortCandidates (Point) | in
CreateEdgeInputMode | Gets the start port candidates for the given location . |
| getStartPortOwner (Point) | in
CreateEdgeInputMode | Finds the start port owner at the specified location. |
| measureDistance (IPortCandidate, Point) | in
CreateEdgeInputMode | Measures the distance between a port candidate and a given location . |
| relocateDragPoint (Point) | in
CreateEdgeInputMode | Sets the position of the dragged end of the edge during creation. |
| resolveCandidates (IEnumerable<IPortCandidate>, Point) | in
CreateEdgeInputMode | Returns an enumerable over the given candidates where no instance has DYNAMIC validity. |
| selectClosestCandidate (IEnumerable<IPortCandidate>, Point) | in
CreateEdgeInputMode | Finds the closest VALID candidate given a number of IPortCandidates and a location in world coordinates. |
| selectClosestEndCandidate (IEnumerable<IPortCandidate>, Point) | in
CreateEdgeInputMode | Finds the closest end candidate given a number of IPortCandidates and a location in world coordinates. |
| selectClosestStartCandidate (IEnumerable<IPortCandidate>, Point) | in
CreateEdgeInputMode | Finds the closest candidate given a number of IPortCandidates and a location in world coordinates. |
| selectStartPortCandidate (IEnumerable<IPortCandidate>, Point, boolean) | in
CreateEdgeInputMode | Finds the best matching start port IPortCandidate for the given candidates at the provided location . |
| updateEndLocation (Point) | in
CreateEdgeInputMode | Updates the dragged end point of the edge. |
| setDragLocation (Point) | in
DropInputMode | This method updates the pointerPosition according to the coordinates passed in. |
| addHorizontalSegmentSnapLines (GraphSnapContext, CollectSnapReferencesEventArgs, Point, Point) | in
EdgeSnapReferenceProvider | Adds horizontal snap lines for a horizontally oriented fixed segment snap lines. |
| addVerticalSegmentSnapLines (GraphSnapContext, CollectSnapReferencesEventArgs, Point, Point) | in
EdgeSnapReferenceProvider | Adds vertical snap lines for a vertically oriented fixed segment snap lines. |
| GraphEditorInputMode () | in
GraphEditorInputMode | Creates a new instance that is not bound to an existing graph or selection, initially. |
| clickCreateNode (IInputModeContext, Point) | in
GraphEditorInputMode | Creates a node on a pointer click or tap. |
| createNode (Point) | in
GraphEditorInputMode | Creates a node at the given location. |
| pasteAtLocation (Point) | in
GraphEditorInputMode | Pastes the current clipboard contents at the given location. |
| setNodeLocation (INode, Point) | in
GraphEditorInputMode | Updates the location of the node. |
| findItems (Point, GraphItemTypes, function(IModelItem):boolean?) | in
GraphInputMode | Used as a callback to find the items hit underneath a certain point. |
| findItems (IInputModeContext, Point, GraphItemTypes, function(IModelItem):boolean?) | in
GraphInputMode | Used as a callback to find the items hit underneath a certain point. |
| handleClickListener (IInputModeContext, IModelItem, Point) | in
GraphInputMode | Called by click to query the item for an IClickListener in its lookup and handle it appropriately. |
| shouldSkipHitLabel (IInputModeContext, ILabel, Point) | in
GraphInputMode | Callback function that is used during hit testing, when an ILabel was hit tested before another non-label underneath it was reported. |
| initializeDrag (IInputModeContext, Point) | in
GraphSnapContext | Called by IInputMode implementations when an interactive drag is started. |
| cancelDrag (IInputModeContext, Point) | in
GroupingNodePositionHandler | |
| dragFinished (IInputModeContext, Point, Point) | in
GroupingNodePositionHandler | |
| handleMove (IInputModeContext, Point, Point) | in
GroupingNodePositionHandler | |
| getClosestHandleAt (Point) | in
HandleInputMode | Finds the closest hit handle for the given world coordinate pair. |
| getClosestHitHandle (Point, PointerType) | in
HandleInputMode | Finds the closest hit handle for the given world coordinate pair. |
| handleIsHit (IHandle, Point, Point, PointerType) | in
HandleInputMode | Determines whether a given handle has been visually hit by the mouse at the given world coordinates. |
| create (function(IInputModeContext, IGraph, Point):number) | in
IBendCreator | |
| createBend (IInputModeContext, IGraph, Point) | in
IBendCreator | Creates a bend at the position supplied at the given graph for the edge whose lookup provided this creator. |
| create () | in
IBendGridConstraintProvider | |
| create () | in
IBendSelectionTester | |
| getHitBend (IInputModeContext, Point) | in
IBendSelectionTester | Returns the bend at the given world coordinate position. |
| collectSnapResults (GraphSnapContext, CollectSnapResultsEventArgs, Point, IBend) | in
IBendSnapResultProvider | Called when a node is dragged to add SnapResults for OrthogonalSnapLines to which this bend can potentially snap. |
| create (function(GraphSnapContext, CollectSnapResultsEventArgs, Point, IBend):void) | in
IBendSnapResultProvider | |
| create () | in
IClickListener | |
| onClicked (IInputModeContext, Point) | in
IClickListener | Called by the framework to indicate that the IModelItem has been clicked by the user at the specified location. |
| cancelDrag (IInputModeContext, Point) | in
IDragHandler | Called by clients to indicate that the dragging has been canceled by the user. |
| create () | in
IDragHandler | |
| dragFinished (IInputModeContext, Point, Point) | in
IDragHandler | Called by clients to indicate that the repositioning has just been finished. |
| handleMove (IInputModeContext, Point, Point) | in
IDragHandler | Called by clients to indicate that the element has been dragged and its position should be updated. |
| create () | in
IGridConstraintProvider | |
| create () | in
IHandle | |
| create (function(IInputModeContext, Point):boolean) | in
IHitTestable | Wraps a hit testable handler into an IHitTestable interface. |
| isHit (IInputModeContext, Point) | in
IHitTestable | Determines 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
IHitTester | Yields an enumerable that enumerates the hits for a given world coordinate. |
| create () | in
ILabelGridConstraintProvider | |
| create () | in
ILabelOwnerGridConstraintProvider | |
| create () | in
INodeGridConstraintProvider | |
| getPortCandidateAt (IInputModeContext, Point) | in
IPortCandidate | Returns a candidate that is derived from this instance that best fits the provided location . |
| create () | in
IPortGridConstraintProvider | |
| create () | in
IPortSelectionTester | |
| getHitPort (IInputModeContext, Point) | in
IPortSelectionTester | Returns the port at the given world coordinate position or null if there is no such port. |
| collectSnapResults (GraphSnapContext, CollectSnapResultsEventArgs, Point, IPort) | in
IPortSnapResultProvider | Called when a node is dragged to add SnapResults for OrthogonalSnapLines to which this bend can potentially snap. |
| create (function(GraphSnapContext, CollectSnapResultsEventArgs, Point, IPort):void) | in
IPortSnapResultProvider | |
| create () | in
IPositionHandler | |
| ItemClickedEventArgs (T, IInputModeContext, Point, PointerButtons, number, PointerEventArgs) | in
ItemClickedEventArgs | Initializes a new instance of the ItemClickedEventArgs<T> class. |
| ItemDropInputMode (string, ) | in
ItemDropInputMode | Initializes a new instance of the ItemDropInputMode<T> class for the given data type. |
| getDropTarget (Point) | in
ItemDropInputMode | Returns the drop target at the specified location. |
| setDragLocation (Point) | in
ItemDropInputMode | Sets the drag location and calls updatePreview to update the layout of item preview based on the pointer coordinates and the results of the snapContext. |
| updateDropTarget (Point) | in
ItemDropInputMode | Calls getDropTarget for snappedPointerPosition and sets the returned item as dropTarget. |
| updatePreview (IGraph, Point) | in
ItemDropInputMode | Subclasses shall update the previewGraph so the dragged item is displayed at the specified dragLocation . |
| getHitItemsAt (Point) | in
ItemHoverInputMode | Gets the items that have been hit at the given location. |
| updateHover (Point?) | in
ItemHoverInputMode | Forces a reevaluation of the item that the pointer is currently hovering over or at a specific location. |
| LabelDropInputMode (string, ) | in
LabelDropInputMode | Initializes a new instance of the LabelDropInputMode class for the given data type. |
| getDropTarget (Point) | in
LabelDropInputMode | Looks for a valid label owner at the dragLocation . |
| getLabelLayout (Point, ILabel) | in
LabelDropInputMode | Get the layout the dragged label currently has. |
| getNewLabelModelParameter (ILabelOwner, ILabel, Point) | in
LabelDropInputMode | Determines the ILabelModelParameter the label should have if it was dropped at dragLocation over owner . |
| updatePreview (IGraph, Point) | in
LabelDropInputMode | |
| cancelDrag (IInputModeContext, Point) | in
LabelPositionHandler | |
| dragFinished (IInputModeContext, Point, Point) | in
LabelPositionHandler | |
| getDistance (IOrientedRectangle, Point) | in
LabelPositionHandler | Calculates a distance value between a candidate rectangle and the mouse location. |
| handleMove (IInputModeContext, Point, Point) | in
LabelPositionHandler | |
| isValidEndLocation (Point) | in
LassoSelectionInputMode | Used by the finishRecognizer and finishRecognizerTouch to check the current cursor position. |
| calculateMarqueeRectangle (Point, Point) | in
MarqueeSelectionInputMode | Calculates the location and size of the marquee rectangle. |
| startDrag (Point) | in
MoveInputMode | Simulates the start of a drag and puts the state machine into the dragging state. |
| MovementInfo (Point, MoveTypes, IModelItem) | in
MovementInfo | Initializes a new instance of the MovementInfo class. |
| NodeDropInputMode (string, ) | in
NodeDropInputMode | Initializes a new instance of the NodeDropInputMode class for the given data type. |
| getDropTarget (Point) | in
NodeDropInputMode | |
| getNodeLayout (Point, Size) | in
NodeDropInputMode | Calculates the layout of the new node. |
| updatePreview (IGraph, Point) | in
NodeDropInputMode | |
| cancelDrag (IInputModeContext, Point) | in
NodeReshapeHandlerHandle | |
| dragFinished (IInputModeContext, Point, Point) | in
NodeReshapeHandlerHandle | |
| handleMove (IInputModeContext, Point, Point) | in
NodeReshapeHandlerHandle | |
| createCenterSnapLine (GraphSnapContext, SnapLineOrientation, Point) | in
NodeSnapReferenceProvider | Creates a snap line for the center of the node. |
| collectGridSnapResult (GraphSnapContext, CollectSnapResultsEventArgs, SnapGrid, Point, INode) | in
NodeSnapResultProvider | Calculates a SnapResult and adds it to the argument. |
| OrthogonalSnapLine (SnapLineOrientation, SnapLineSnapTypes, SnapReferenceVisualizationType, Point, boolean, number, GraphItemTypes?, any?) | in
OrthogonalSnapLine | Creates a new snap line using the provided attributes. |
| OrthogonalSnapLine (SnapLineOrientation, SnapLineSnapTypes, SnapReferenceVisualizationType, Point, number, number, boolean, number, GraphItemTypes?, any?) | in
OrthogonalSnapLine | Creates a new snap line using the provided attributes. |
| collectPointSnapResult (CollectSnapResultsEventArgs, IModelItem, Point) | in
OrthogonalSnapLine | Collects a valid SnapResult that snaps the movedPoint to this orthogonal line. |
| PopulateItemContextMenuEventArgs (IInputModeContext, Point, TModelItem) | in
PopulateItemContextMenuEventArgs | Initializes a new instance of the PopulateItemContextMenuEventArgs<TModelItem> class. |
| getPortCandidateAt (IInputModeContext, Point) | in
PortCandidate | Returns a candidate that is derived from this instance that best fits the provided location . |
| getPortCandidateAt (IInputModeContext, PortCandidate, Point) | in
PortCandidateProviderBase | Callback method used by the ports created using the factory methods createCandidate. |
| PortDropInputMode (string, ) | in
PortDropInputMode | Initializes a new instance of the PortDropInputMode class for the given data type. |
| getDropTarget (Point) | in
PortDropInputMode | Looks for a valid port owner at the dragLocation . |
| getNewPortLocationModelParameter (IPortOwner, IPort, Point) | in
PortDropInputMode | Determines the IPortLocationModelParameter the port should have if it was dropped at dragLocation over owner . |
| updatePreview (IGraph, Point) | in
PortDropInputMode | |
| cancelDrag (IInputModeContext, Point) | in
PortLocationModelParameterHandle | |
| dragFinished (IInputModeContext, Point, Point) | in
PortLocationModelParameterHandle | |
| getNewParameter (IPort, IPortLocationModel, Point) | in
PortLocationModelParameterHandle | Obtains the new parameter for the given location and port. |
| handleMove (IInputModeContext, Point, Point) | in
PortLocationModelParameterHandle | |
| cancelDrag (IInputModeContext, Point) | in
PortRelocationHandle | |
| dragFinished (IInputModeContext, Point, Point) | in
PortRelocationHandle | |
| filterCandidates (IInputModeContext, Point, IEnumerable<IPortCandidate>) | in
PortRelocationHandle | Filters the given allCandidates to return the subset of candidates which are relevant at the given location . |
| getClosestCandidate (IInputModeContext, Point, IEnumerable<IPortCandidate>) | in
PortRelocationHandle | Finds the closest candidate from the given set of candidates. |
| getCurrentOwner (IInputModeContext, Point) | in
PortRelocationHandle | Gets the IPortOwner at the given location . |
| getPort (IInputModeContext, IPortCandidate, Point) | in
PortRelocationHandle | Called during dragFinished to actually get the new port from the chosen candidate. |
| handleMove (IInputModeContext, Point, Point) | in
PortRelocationHandle | |
| resolveCandidate (IInputModeContext, IPortCandidate, Point) | in
PortRelocationHandle | Tries to resolve a dynamic port candidate for the given location. |
| setPort (IInputModeContext, IEdge, boolean, IPortCandidate, Point) | in
PortRelocationHandle | Triggered by dragFinished to actually change the port. |
| setPosition (Point) | in
PortRelocationHandle | Updates the position of the handle. |
| QueryClosestHandleEventArgs (IInputModeContext, Point) | in
QueryClosestHandleEventArgs | Initializes a new instance of the QueryClosestHandleEventArgs class. |
| QueryItemToolTipEventArgs (IInputModeContext, Point, TModelItem) | in
QueryItemToolTipEventArgs | Initializes a new instance of the QueryItemToolTipEventArgs<TModelItem> class. |
| QueryPositionHandlerEventArgs (IInputModeContext, Point) | in
QueryPositionHandlerEventArgs | Instantiates a new QueryPositionHandlerEventArgs |
| QueryToolTipEventArgs (IInputModeContext, Point) | in
QueryToolTipEventArgs | Initializes a new instance of the QueryToolTipEventArgs class. |
| cancelDrag (IInputModeContext, Point) | in
RectangleHandle | Delegates the original values to set. |
| dragFinished (IInputModeContext, Point, Point) | in
RectangleHandle | This implementation does nothing. |
| handleMove (IInputModeContext, Point, Point) | in
RectangleHandle | Delegates to set. |
| moveBy (Point) | in
RectangleHandle | Modifies the rectangle. |
| cancelDrag (IInputModeContext, Point) | in
ReparentStripePositionHandler | |
| dragFinished (IInputModeContext, Point, Point) | in
ReparentStripePositionHandler | |
| getTargetSubregion (Point) | in
ReparentStripePositionHandler | Finds the target stripe subregion at location and its associated owner node. |
| handleMove (IInputModeContext, Point, Point) | in
ReparentStripePositionHandler | |
| setPosition (Point) | in
ReparentStripePositionHandler | Called by clients to set the position to the given coordinates. |
| cancelDrag (IInputModeContext, Point) | in
ReshapeHandlerHandle | Delegates the cancel request to the IReshapeHandler. |
| dragFinished (IInputModeContext, Point, Point) | in
ReshapeHandlerHandle | Delegates the finish request to the IReshapeHandler using the last bounds calculated by handleMove. |
| handleMove (IInputModeContext, Point, Point) | in
ReshapeHandlerHandle | Translates the move request into new bounds and delegates applying the new bounds to the handleReshape method. |
| ReshapeRectangleContext (Rect, ISize, ISize, IRectangle, IRectangle, HandlePositions, Point, Point, Size, ReshapePolicy, number) | in
ReshapeRectangleContext | Initializes a new instance of the ReshapeRectangleContext class. |
| calculateConstraintForBottomLocation (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the bottom side of the rectangle ends up at the snapLocation . |
| calculateConstraintForHeight (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the node height ends up to be height . |
| calculateConstraintForLeftLocation (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the left side of the rectangle ends up at the snapLocation . |
| calculateConstraintForRightLocation (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the right side of the rectangle ends up at the snapLocation . |
| calculateConstraintForTopLocation (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the top side of the rectangle ends up at the snapLocation . |
| calculateConstraintForWidth (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the node width ends up being width . |
| calculateLayout (Point) | in
ReshapeRectangleContext | Calculates the layout of the node when the pointer would be moved delta from the initial location. |
| isValidBeginLocation (Point) | in
ResizeStripeInputMode | Called to determine whether it is valid to begin the gesture. |
| SnapCircle (Point, number, number, number, number, GraphItemTypes, any?) | in
SnapCircle | Creates a new snap reference using the provided information. |
| collectPointSnapResult (CollectSnapResultsEventArgs, IModelItem, Point, number) | in
SnapCircle | Collects a valid SnapResult that snaps the movedPoint to this circle. |
| SnapConstraint (Point) | in
SnapConstraint | Creates a new instance using the given location . |
| createCircleConstraint (Point, Point, number, Point, number, number?, number?) | in
SnapConstraint | Creates a constraint describing the points on a circle defined by the given center and radius . |
| createLineConstraint (Point, Point, number, Point) | in
SnapConstraint | Creates a constraint describing an affine line defined by the given location and direction . |
| createPointConstraint (Point) | in
SnapConstraint | Creates a constraint describing the single valid given location . |
| isValid (Point) | in
SnapConstraint | Returns if the finalLocation satisfies this constraint. |
| dragFinished (Point, boolean) | in
SnapContext | Called when a drag has been successfully finished. |
| dragged (Point, Point) | in
SnapContext | This method needs to be called by the client IInputMode that initialized this instance after it has performed the actual move operation with the adjusted coordinates after a call to handleMove. |
| handleMove (Point, boolean) | in
SnapContext | Handles a move. |
| initializeDrag (IInputModeContext, Point) | in
SnapContext | Called by IInputMode implementations when an interactive drag is started. |
| processSnapResults (List<SnapResult>, Point, Point) | in
SnapContext | Chooses the current SnapResults from a temporary list. |
| collectPointSnapResult (CollectSnapResultsEventArgs, IModelItem, Point, GridSnapTypes) | in
SnapGrid | Collects a valid SnapResult that snaps the movedPoint to grid points or lines of the gridInfo depending on the gridSnapTypes . |
| SnapLine (SnapReferenceVisualizationType, Point, Point, Point, number, GraphItemTypes?, any?) | in
SnapLine | Creates a new snap line using the provided attributes. |
| collectPointSnapResult (CollectSnapResultsEventArgs, IModelItem, Point) | in
SnapLine | Collects a valid SnapResult that snaps the movedPoint to this line. |
| SnapResult (SnapConstraint, number, any?, IModelItem?, Point?, SnapReference?, IObjectRenderer<SnapResult>?) | in
SnapResult | Initializes the tag, weight and constraint with the given values. |
| createCircleSnapResult (SnapConstraint, number, any, IModelItem, Point, SnapCircle, IObjectRenderer<SnapResult>?) | in
SnapResult | Factory method that creates a SnapResult that snaps to a given circle. |
| createLineSnapResult (SnapConstraint, number, any, IModelItem, Point, SnapLine, IObjectRenderer<SnapResult>?) | in
SnapResult | Factory method that creates a SnapResult which represents a SnapLine to which the current moved item will potentially snap. |
| createSnapResult (SnapConstraint, number, any?, IModelItem?, Point?, SnapReference?, IObjectRenderer<SnapResult>?) | in
SnapResult | Factory method that creates a SnapResult using the given constraint . |
| StripeDropInputMode (string, ) | in
StripeDropInputMode | Initializes a new instance of the StripeDropInputMode class for the given data type. |
| getPreviewTableLayout (Point, Size) | in
StripeDropInputMode | Calculates the layout of the new table. |
| setDragLocation (Point) | in
StripeDropInputMode | |
| updatePreview (IGraph, Point) | in
StripeDropInputMode | |
| enumerateHits (IInputModeContext, Point, INode) | in
StripeHitTester | Return a collection of hits at location . |
| findStripe (Point, StripeTypes, StripeSubregionTypes, function(StripeSubregion):boolean?) | in
TableEditorInputMode | Used as a callback to find the items underneath a certain point. |
| findStripes (Point, StripeTypes, StripeSubregionTypes, function(StripeSubregion):boolean?) | in
TableEditorInputMode | Used as a callback to find the items underneath a certain point. |
| TableItemClickedEventArgs (T, StripeSubregion, INode, IInputModeContext, Point, PointerButtons, number, PointerEventArgs) | in
TableItemClickedEventArgs | Initializes a new instance of the TableItemClickedEventArgs<T> class. |
| ToolTipInputMode () | in
ToolTipInputMode | Creates a new instance using the provided optional text provider. |
| adjustTooltipPosition (Point) | in
ToolTipInputMode | Adjust the calculated tooltip position. |
| getToolTipContent (Point) | in
ToolTipInputMode | Callback method that provides a text for the given location, a Promise<T> providing a text or null . |
| getToolTipLocation (Point) | in
ToolTipInputMode | Finds the position in canvas view coordinates to display the tooltip for the given world coordinates. |
| onShow (Point, any?) | in
ToolTipInputMode | Triggered when the mouse hovers over the given coordinates. |
| show (Point, any?) | in
ToolTipInputMode | Shows the tooltip at the given location. |
| LabelCandidate (Point, Size, number?) | in
LabelCandidate | Creates a new instance of LabelCandidate describing a paraxial rectangle with the given location and size. |
| setComponentLocation (LayoutGraph, SubgraphComponent, Point) | in
ComponentLayout | Moves the top-left corner of the subgraph containing the specified nodes and edges to the given location. |
| addFixedCandidate (PortSides, Point?, number?, any?) | in
EdgePortCandidates | Adds a fixed LayoutPortCandidate at a specific position. |
| setEdgePortLocation (IPort, Point) | in
LayoutGraphAdapter | Callback method that assigns a new location that matches newLocation to the edge port . |
| setNodePortLocation (IPort, Point) | in
LayoutGraphAdapter | Callback method that assigns a new location that matches newLocation to the node port . |
| createFixed (PortSides, Point?, number?, number?, any?) | in
LayoutPortCandidate | Factory method that creates a fixed port candidate with the given side, offset, and cost of usage. |
| createRotationStage (number, Point?) | in
LayoutTransformations | Creates an ILayoutStage that rotates the LayoutGraph clockwise by a given rotationAngle . |
| createScalingStage (number?, number?, boolean?, Point?) | in
LayoutTransformations | Creates an ILayoutStage that scales the LayoutGraph. |
| addFixedCandidate (PortSides, Point, number?, number?, any?) | in
NodePortCandidates | Adds a fixed LayoutPortCandidate at a specific position. |
| InteractiveOrganicLayoutData () | in
InteractiveOrganicLayoutData | Creates a new instance of InteractiveOrganicLayoutData. |
| addGroupSegment (any, any, Point, Point) | in
ChannelRoutingTool | Adds an edge object that belongs to an edge group to the set of elements that should be routed within the channel. |
| addSegment (any, Point, Point) | in
ChannelRoutingTool | Adds an edge object with endpoints p1 and p2 to the set of elements that should be routed within the channel. |
| EdgeRouterBusDescriptor () | in
EdgeRouterBusDescriptor | |
| getBoundsProvider (IEdge, boolean, Point, Point) | in
Arrow | |
| getVisualCreator (IEdge, boolean, Point, Point) | in
Arrow | |
| isHit (IInputModeContext, Point, IEdge) | in
CompositeEdgeStyle | Checks whether any style is hit at the given location. |
| isHit (IInputModeContext, Point, ILabel) | in
CompositeLabelStyle | Checks whether any style is hit at the given location. |
| getIntersection (INode, Point, Point) | in
CompositeNodeStyle | Calculates the intersection point based on the first style. |
| isHit (IInputModeContext, Point, INode) | in
CompositeNodeStyle | Checks whether any style is hit at the given location. |
| isInside (INode, Point) | in
CompositeNodeStyle | Determines if the location is inside the node based on the first style. |
| isHit (IInputModeContext, Point, IPort) | in
CompositePortStyle | Checks whether any style is hit at the given location. |
| isHit (IInputModeContext, Point, IEdge) | in
DelegatingEdgeStyle | Determines with the style from getStyle whether the visualization of the edge from getEdge is hit at the given location. |
| isHit (IInputModeContext, Point, ILabel) | in
DelegatingLabelStyle | Determines with the style from getStyle whether the visualization of the label from getLabel is hit at the given location. |
| getIntersection (INode, Point, Point) | in
DelegatingNodeStyle | Gets the intersection of a line with the visual representation of the node from getNode by using the style from getStyle. |
| isHit (IInputModeContext, Point, INode) | in
DelegatingNodeStyle | Determines with the style from getStyle whether the visualization of the node from getNode is hit at the given location. |
| isInside (INode, Point) | in
DelegatingNodeStyle | Determines whether the provided point is inside the visual bounds of the node from getNode by using the style from getStyle. |
| isHit (IInputModeContext, Point, IPort) | in
DelegatingPortStyle | Determines with the style from getStyle whether the visualization of the port from getPort is hit at the given location. |
| getIntersection (INode, IShapeGeometry, IEdge, Point, Point) | in
EdgePathCropper | Finds the intersection between a node and the edge. |
| isInside (Point, INode, IShapeGeometry, IEdge) | in
EdgePathCropper | Checks whether a given point is inside a node's shape geometry with respect to the edge that is being calculated. |
| isHit (IInputModeContext, Point, IEdge) | in
EdgeStyleBase | Determines whether the visual representation of the edge has been hit at the given location. |
| getBoundsProvider (IEdge, boolean, Point, Point) | in
IArrow | Gets an IBoundsProvider implementation that can yield this arrow's bounds if rendered at the given location using the given direction for the given edge. |
| getVisualCreator (IEdge, boolean, Point, Point) | in
IArrow | Gets an IVisualCreator implementation that will render this arrow at the given location using the given direction for the given edge. |
| create () | in
IShapeGeometry | |
| getIntersection (Point, Point) | in
IShapeGeometry | Returns the intersection for the given line with this shape's geometry. |
| isInside (Point) | in
IShapeGeometry | Checks whether the given coordinate is deemed to lie within the shape's geometric bounds. |
| isHit (IInputModeContext, Point, ILabel) | in
LabelStyleBase | Determines whether the visual representation of the label has been hit at the given location. |
| getIntersection (INode, Point, Point) | in
NodeStyleBase | Gets the intersection of a line with the visual representation of the node. |
| isHit (IInputModeContext, Point, INode) | in
NodeStyleBase | Determines whether the visual representation of the node has been hit at the given location. |
| isInside (INode, Point) | in
NodeStyleBase | Determines whether the provided point is geometrically inside the visual bounds of the node. |
| NodeStylePortStyleAdapter (INodeStyle?, ) | in
NodeStylePortStyleAdapter | Creates a port style that uses the provided node style to render the port. |
| isHit (IInputModeContext, Point, IEdge) | in
PathEdgeStyleBase | Determines whether the visual representation of the edge has been hit at the given location. |
| isHit (IInputModeContext, Point, IPort) | in
PortStyleBase | Determines whether the visual representation of the port has been hit at the given location. |
| ShapePortStyle () | in
ShapePortStyle | Initializes a new instance of this class. |
| insertDefaultCustomBridge (IRenderContext, GeneralPath, Point, Point, number) | in
BridgeManager | Implementation that will be called by the default value of the defaultBridgeCreator to satisfy requests to createCustomBridge. |
| registerObstacleCubicCurve (IRenderContext, Point, Point, Point, Point) | in
BridgeManager | Dynamically registers a single obstacle cubic curve with the context during the rendering. |
| registerObstacleLine (IRenderContext, Point, Point) | in
BridgeManager | Dynamically registers a single obstacle line with the context during the rendering. |
| registerObstacleQuadCurve (IRenderContext, Point, Point, Point) | in
BridgeManager | Dynamically registers a single obstacle quadratic curve with the context during the rendering. |
| ensureVisible (IEnumerable<Point>, Insets?, ViewportLimitingMode?) | in
CanvasComponent | Ensures that the provided points in world coordinates are all visible by adjusting the viewport accordingly. |
| getViewportAnimationDuration (Point, number, ViewportChanges) | in
CanvasComponent | Determines the animation duration for a viewport animation. |
| intermediateToViewCoordinates (Point) | in
CanvasComponent | Converts intermediate coordinates to view coordinates expressed in the control's coordinate system. |
| intermediateToWorldCoordinates (Point) | in
CanvasComponent | Converts intermediate coordinates to world coordinates. |
| pageToViewCoordinates (Point) | in
CanvasComponent | Converts html page coordinates to view coordinates. |
| pageToWorldCoordinates (Point) | in
CanvasComponent | Converts html page coordinates to world coordinates. |
| viewToIntermediateCoordinates (Point) | in
CanvasComponent | Converts view coordinates to intermediate coordinates, effectively canceling any projection if set. |
| viewToPageCoordinates (Point) | in
CanvasComponent | Converts view coordinates to the html page coordinates. |
| viewToWorldCoordinates (Point) | in
CanvasComponent | Converts coordinates expressed in the component's coordinate system to world coordinates. |
| worldToIntermediateCoordinates (Point) | in
CanvasComponent | Converts world coordinates to the component's coordinate system before the projection is applied. |
| worldToViewCoordinates (Point) | in
CanvasComponent | Converts world coordinates to view coordinates expressed in the control's coordinate system. |
| zoomTo (number, Point?) | in
CanvasComponent | Sets the zoom level and viewport center to the given values. |
| zoomToAnimated (number, Point?) | in
CanvasComponent | Transitions to a new zoom level and viewport center in an animated fashion. |
| GraphComponent (HTMLElement, ) | in
GraphComponent | Creates a new instance of the GraphComponent in the given div element. |
| GraphComponent () | in
GraphComponent | Creates a new instance of the GraphComponent. |
| GraphComponent (string, ) | in
GraphComponent | Creates a new instance of GraphComponent using the div element that is specified by the selector . |
| hitElementsAt (Point, IInputModeContext?, IRenderTreeGroup?, GraphItemTypes?) | in
GraphModelManager | Enumerates hits in the render tree of the canvas at a given world coordinate position for a given context and IRenderTreeGroup. |
| GridInfo (number?, number?, Point?) | in
GridInfo | Creates a new instance using the given horizontal and vertical grid spacing as well as the given origin. |
| createEdgeSegmentAnimation (IGraph, IEdge, IPoint, Point, Point, TimeSpan) | in
IAnimation | Creates a new IAnimation that animates the given edge 's bends from its current shape linearly to the shape given by the endBends and final port locations. |
| create () | in
IBridgeCreator | |
| createCustomBridge (IRenderContext, GeneralPath, Point, Point, number) | in
IBridgeCreator | Called by the BridgeManager if the getCrossingStyle method yields CUSTOM to actually insert a bridge into the given GeneralPath. |
| intermediateToViewCoordinates (Point) | in
IRenderContext | Converts the given set of intermediate coordinates to a coordinate pair that can be used to render within the viewTransform. |
| worldToIntermediateCoordinates (Point) | in
IRenderContext | Converts the given set of world coordinates to a coordinate pair that can be used to render within the intermediateTransform. |
| worldToViewCoordinates (Point) | in
IRenderContext | Converts the given set of world coordinates to a coordinate pair that can be used to render within the viewTransform. |
| LinearGradient () | in
LinearGradient | Initializes a new instance of the LinearGradient class. |
| isHit (IInputModeContext, Point, TRenderTag) | in
ObjectRendererBase | Determines whether the visual representation of the node has been hit at the given location. |
| PatternFill () | in
PatternFill | Initializes a new instance of the PatternFill class. |
| PointerEventArgs (PointerEventType?, Point?, PointerButtons?, ModifierKeys?, PointerButtons?, ModifierKeys?, number?, PointerType?, boolean?, number?, Size?, number?, UIEvent?, number?, number?) | in
PointerEventArgs | Constructs a new pointer event argument. |
| PopulateContextMenuEventArgs (IInputModeContext, Point) | in
PopulateContextMenuEventArgs | Initializes a new instance of the PopulateContextMenuEventArgs class. |
| RadialGradient () | in
RadialGradient | Initializes a new instance of the RadialGradient class. |
| hitElementsAt (Point, IInputModeContext?, IRenderTreeGroup?) | in
RenderTree | Returns an IEnumerable<T> of all hit elements in the canvas below the given group. |
| isHit (IRenderTreeElement, Point) | in
RenderTree | Tests if a given render tree element is hit at the given location. |
| SvgExport (Rect, number?, ) | in
SvgExport | Creates a new SvgExport instance for the given world bounds and scale. |
| applyCenterPoint (Point) | in
ViewportAnimation | Effectively applies the center point value. |
| applyViewPoint (Point) | in
ViewportAnimation | Effectively applies the viewpoint value. |
| ViewportDescriptor (Point, number) | in
ViewportDescriptor | Creates a new instance with the specified center and zoom. |
| hitElementsAt (Point, IInputModeContext?, IRenderTreeGroup?, GraphItemTypes?) | in
WebGLGraphModelManager | |