| CircularLayoutData () | in
CircularLayoutData | Creates a new instance of CircularLayoutData<TNode,TEdge,TNodeLabel,TEdgeLabel> which helps configuring CircularLayout. |
| CompactDiskLayoutData () | in
CompactDiskLayoutData | |
| getEnlarged (Insets) | in
IOrientedRectangle | Creates an enlarged instance that is the same as this one but enlarged by the specified padding. |
| createUnion (Insets) | in
Insets | Calculates the union of this instance and the given inset which is done by performing Math.max on all four inset values. |
| divide (Insets, number) | in
Insets | Divides each side of the insets by the given factor. |
| from (Insets) | in
Insets | Creates a Insets instance from the given insets-like object by performing automatic type conversion. |
| getEnlarged (Insets) | in
Insets | Creates an enlarged instance by adding the insets of the specified insets to this instance and returning the result. |
| getReduced (Insets) | in
Insets | Creates a reduced instance by subtracting the insets of the specified insets from this instance and returning the result. |
| multiply (Insets, number) | in
Insets | Multiplies each side of the insets by the given factor and returns the result. |
| getEnlarged (Insets) | in
Rect | Creates an instance enlarged by the specified insets. |
| getReduced (Insets) | in
Rect | Creates an instance reduced by the specified insets. |
| ExteriorNodeLabelModel () | in
ExteriorNodeLabelModel | Creates a new instance of this model |
| createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?, ) | in
ITable | Create a new column as the index th child of parent with the given parameters. |
| createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?, ) | in
ITable | Create a new row as the index th child of parent with the given parameters. |
| createColumn (number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?) | in
ITable | Creates and returns a column as last child of table . |
| createRow (number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?) | in
ITable | Creates and returns a row as last child of table . |
| setStripePadding (IStripe, Insets) | in
ITable | Sets the padding of stripe . |
| InteriorNodeLabelModel () | in
InteriorNodeLabelModel | Creates a new instance of this model with zero margins. |
| StretchNodeLabelModel () | in
StretchNodeLabelModel | Creates a new instance of this model. |
| StretchStripeLabelModel () | in
StretchStripeLabelModel | Creates a new instance of this model. |
| StripeDefaults () | in
StripeDefaults | Default constructor |
| Table () | in
Table | Default constructor that creates an empty table |
| createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?, ) | in
Table | |
| createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?, ) | in
Table | |
| setStripePadding (IStripe, Insets) | in
Table | |
| HierarchicalLayoutData () | in
HierarchicalLayoutData | |
| GraphEditorInputMode () | in
GraphEditorInputMode | Creates a new instance that is not bound to an existing graph or selection, initially. |
| GroupPaddingProvider (Insets) | in
GroupPaddingProvider | Creates a new instance using the provided padding. |
| OverviewInputMode () | in
OverviewInputMode | Creates a new instance. |
| TextEditorInputMode (HTMLDivElement?, ) | in
TextEditorInputMode | Creates a new instance using a default text box or the provided editor. |
| GenericLabelingData () | in
GenericLabelingData | |
| AlignmentStageData () | in
AlignmentStageData | |
| ComponentLayoutData () | in
ComponentLayoutData | |
| LayoutExecutor (GraphComponent, ILayoutAlgorithm, ) | in
LayoutExecutor | Initializes a new instance of the LayoutExecutor class. |
| LayoutExecutor (GraphComponent, IGraph, ILayoutAlgorithm, ) | in
LayoutExecutor | Initializes a new instance of the LayoutExecutor class. |
| LayoutExecutorAsync (function(object):Promise<object>, GraphComponent, LayoutDescriptor?, LayoutData<INode,IEdge,ILabel,ILabel>?, ) | in
LayoutExecutorAsync | Creates a new instance of a layout execution helper that will asynchronously perform the calculations and optionally animate the layout on the given graphComponent . |
| RadialGroupLayoutData () | in
RadialGroupLayoutData | |
| RecursiveGroupLayoutData () | in
RecursiveGroupLayoutData | |
| TabularLayoutData () | in
TabularLayoutData | |
| TemporaryGroupDescriptor (TemporaryGroupDescriptor?, ILayoutAlgorithm?, ) | in
TemporaryGroupDescriptor | Creates a new instance of TemporaryGroupDescriptor using the given descriptor as parent and the ILayoutAlgorithm that is considered by the RecursiveGroupLayout. |
| OrganicLayoutData () | in
OrganicLayoutData | |
| OrthogonalLayoutData () | in
OrthogonalLayoutData | |
| ClearAreaLayoutData () | in
ClearAreaLayoutData | |
| FillAreaLayoutData () | in
FillAreaLayoutData | |
| PartialLayoutData () | in
PartialLayoutData | |
| RadialLayoutData () | in
RadialLayoutData | |
| CurveRoutingStageData () | in
CurveRoutingStageData | |
| EdgeRouterData () | in
EdgeRouterData | |
| CollapsibleNodeStyleDecorator (INodeStyle?, ) | in
CollapsibleNodeStyleDecorator | Initializes a new instance of the CollapsibleNodeStyleDecorator class using the provided style for the wrappedStyle property. |
| GroupNodeStyle () | in
GroupNodeStyle | Initializes a new instance. |
| IconLabelStyle () | in
IconLabelStyle | Creates a new instance. |
| LabelStyle () | in
LabelStyle | |
| MarkupLabelStyle () | in
MarkupLabelStyle | Creates a new instance using an ILabelStyleRenderer implementation as renderer. |
| NodeStyleLabelStyleAdapter (INodeStyle?, ILabelStyle?, ) | in
NodeStyleLabelStyleAdapter | Creates a label style that uses the provided node style to render the background and the label style to render the foreground of this style. |
| RadialTreeLayoutData () | in
RadialTreeLayoutData | |
| TreeLayoutData () | in
TreeLayoutData | |
| ensureVisible (Rect, Insets?, ViewportLimitingMode?) | in
CanvasComponent | Ensures that the provided bounds in world coordinates are visible by adjusting the viewport accordingly. |
| ensureVisible (IEnumerable<Point>, Insets?, ViewportLimitingMode?) | in
CanvasComponent | Ensures that the provided points in world coordinates are all visible by adjusting the viewport accordingly. |
| updateContentBounds (Insets?, IRenderTreeGroup?) | in
CanvasComponent | Updates the contentBounds to encompass the bounds of all elements in the current scene graph plus the given margins. |
| 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 . |
| applyLayoutAnimated (ILayoutAlgorithm, TimeSpan?, LayoutData<INode,IEdge,ILabel,ILabel>?, TimeSpan?, TimeSpan?, boolean?, ItemMapping<IPort,PortAdjustmentPolicy>?, ItemMapping<IPort,PortPlacementPolicy>?, ItemMapping<ILabel,PortLabelPolicy>?, ItemMapping<IModelItem,LayoutAnchoringPolicy>?, Insets?, ItemMapping<ILabel,LabelPlacementPolicy>?, function(INode, INode):number?, function(IEdge, IEdge):number?) | in
GraphComponent | Runs a layout on the graph of the GraphComponent and animates the transition. |
| fitGraphBounds (Insets?, boolean?) | in
GraphComponent | Updates the content bounds for the contentGroup considering the provided margins and adjusts the viewport to encompass the contents. |
| LabelStyleIndicatorRenderer () | in
LabelStyleIndicatorRenderer | Create a new instance of this class. |
| NodeStyleIndicatorRenderer () | in
NodeStyleIndicatorRenderer | Create a new instance of this class. |
| SvgExport (Rect, number?, ) | in
SvgExport | Creates a new SvgExport instance for the given world bounds and scale. |
| ViewportAnimation (CanvasComponent, Rect, TimeSpan, ) | in
ViewportAnimation | Creates a new instance of ViewportAnimation. |
| ViewportLimiter () | in
ViewportLimiter | Initializes a new instance of the ViewportLimiter class. |
| WebGLIconLabelStyle (ImageData, Color?, Color?, WebGLStroke?, Insets?, WebGLLabelShape?, WebGLEffect?, WebGLTextureRendering?) | in
WebGLIconLabelStyle | Creates a new icon label style that is rendered with WebGL2. |
| WebGLLabelStyle (Font?, Color?, Color?, WebGLStroke?, HorizontalTextAlignment?, Insets?, WebGLLabelShape?, WebGLEffect?, number?, WebGLTextureRendering?, TextWrapping?, TextWrappingShape?, number?, VerticalTextAlignment?) | in
WebGLLabelStyle | Creates a new label style that is rendered with WebGL2. |