bidirectionalLinkTextTransform | ||||||||||||||||
bidirectionalLinkTextTransform(source: D3Node, target: D3Node, graphConfiguration: GraphConfiguration)
|
||||||||||||||||
Calculates the offset for the text of a bi-directional link.
Parameters :
Returns :
string
|
degreesToRadians | ||||||||
degreesToRadians(degrees: number)
|
||||||||
Calculates the radian value for the given degrees.
Parameters :
Returns :
number
|
directLinkTextTransform | ||||||||||||
directLinkTextTransform(source: D3Node, target: D3Node)
|
||||||||||||
Calculates the offset for the text of a mono-directional link.
Parameters :
Returns :
string
|
linePath | |||||||||
linePath(from, to)
|
|||||||||
Creates a straight path between two points.
Parameters :
Returns :
string
|
paddedArcPath | ||||||||||||||||
paddedArcPath(source: D3Node, target: D3Node, graphConfiguration: GraphConfiguration)
|
||||||||||||||||
Creates the path of an arc line between the edges of two nodes.
Parameters :
Returns :
string
|
paddedLinePath | ||||||||||||||||
paddedLinePath(source: D3Node, target: D3Node, graphConfiguration: GraphConfiguration)
|
||||||||||||||||
Creates the path of a straight line between the edges of two nodes.
Parameters :
Returns :
string
|
paddedReflexivePath | ||||||||||||||||
paddedReflexivePath(node: D3Node, center, graphConfiguration: GraphConfiguration)
|
||||||||||||||||
Creates the path of a reflexive line of a node. It will be always be directed away from the center.
Parameters :
Returns :
string
|
reflexiveLinkTextTransform | ||||||||||||||||
reflexiveLinkTextTransform(node: D3Node, center, graphConfiguration: GraphConfiguration)
|
||||||||||||||||
Calculates the offset for the text of a reflexive link.
Parameters :
Returns :
string
|
rotate | ||||||||||||
rotate(vector: Matrix, radians: number)
|
||||||||||||
Rotates a vector by the given radians around the origin.
Parameters :
Returns :
Matrix
|
completeAssignment | |||||||||
completeAssignment(state: AssignmentCollection, key: string)
|
|||||||||
Parameters :
Returns :
AssignmentCollection
|
setAssignment | ||||||||||||
setAssignment(state: AssignmentCollection, assignment: Assignment)
|
||||||||||||
Adds an assignment to the specified collection.
Parameters :
Returns :
AssignmentCollection
|
unsetAssignment | ||||||||||||
unsetAssignment(state: AssignmentCollection, key: string)
|
||||||||||||
Removes an assignment from the specified collection.
Parameters :
Returns :
AssignmentCollection
|
createCanvas | ||||||||||||||||||
createCanvas(host: GraphHost, zoom: Zoom, onPointerMoved, onPointerUp, onDoubleClick)
|
||||||||||||||||||
Parameters :
Returns :
Canvas
|
createDrag | ||||||||
createDrag(onDragStart, onDrag, onDragEnd)
|
||||||||
Parameters :
Returns :
Drag
|
createDraggableLink | ||||||
createDraggableLink(canvas: Canvas)
|
||||||
Parameters :
Returns :
DraggableLink
|
createLinkMarker | |||||||||||||||
createLinkMarker(canvas: Canvas, config: GraphConfiguration, id: string, classes: string)
|
|||||||||||||||
Parameters :
Returns :
void
|
initMarkers | |||||||||
initMarkers(canvas: Canvas, config: GraphConfiguration)
|
|||||||||
Parameters :
Returns :
void
|
createLinkSelection | ||||||
createLinkSelection(canvas: Canvas)
|
||||||
Parameters :
Returns :
LinkSelection
|
createNodeSelection | ||||||
createNodeSelection(canvas: Canvas)
|
||||||
Parameters :
Returns :
NodeSelection
|
createSimulation | |||||||||||||||||||||
createSimulation(graph: D3Graph, config: GraphConfiguration, width: number, height: number, useForces: boolean, onTick)
|
|||||||||||||||||||||
Parameters :
Returns :
Simulation
|
createZoom | ||||
createZoom(onZoom)
|
||||
Parameters :
Returns :
Zoom
|
graphCollectionQueryParams | ||||||||||||
graphCollectionQueryParams(graphSource: GraphSource, graphKey: string)
|
||||||||||||
Creates queryParams that allow extraction of the graph with the given name from the specified source.
Parameters :
Returns :
Params
|
setGraph | ||||||||||||
setGraph(state: GraphCollection, graph: FOLGraph)
|
||||||||||||
Adds a graph to the specified collection.
Parameters :
Returns :
GraphCollection
|
unsetGraph | ||||||||||||
unsetGraph(state: GraphCollection, key: string)
|
||||||||||||
Removes a graph from the specified collection.
Parameters :
Returns :
GraphCollection
|
terminate | ||||||||
terminate(event: Event)
|
||||||||
Terminates an event by preventing its default action and stopping propagation.
Parameters :
Returns :
void
|
traceToFlatNode | |||||||||
traceToFlatNode(trace: ModelCheckerTrace, level: number)
|
|||||||||
Parameters :
Returns :
FlatTraceNode
|