documentationfor yFiles for HTML 3.0.0.3

Usages of Visual

Fields

VISUALin IObjectRendererA renderer that treats tag as Visual to use directly.

Method Return Values

createVisual (IRenderContext, IEdge)in CompositeEdgeStyleCreates the visual by delegating to all styles.
updateVisual (IRenderContext, Visual, IEdge)in CompositeEdgeStyleUpdates the visual by delegating to all styles.
createVisual (IRenderContext, ILabel)in CompositeLabelStyleCreates the visual by delegating to all styles.
updateVisual (IRenderContext, Visual, ILabel)in CompositeLabelStyleUpdates the visual by delegating to all styles.
createVisual (IRenderContext, INode)in CompositeNodeStyleCreates the visual by delegating to all styles.
updateVisual (IRenderContext, Visual, INode)in CompositeNodeStyleUpdates the visual by delegating to all styles.
createVisual (IRenderContext, IPort)in CompositePortStyleCreates the visual by delegating to all styles.
updateVisual (IRenderContext, Visual, IPort)in CompositePortStyleUpdates the visual by delegating to all styles.
createVisual (IRenderContext, IEdge)in DelegatingEdgeStyleCreates the visual with the style from getStyle and the edge from getEdge.
updateVisual (IRenderContext, Visual, IEdge)in DelegatingEdgeStyleUpdates the visual with the style from getStyle and the edge from getEdge.
createVisual (IRenderContext, ILabel)in DelegatingLabelStyleCreates the visual with the style from getStyle and the label from getLabel.
updateVisual (IRenderContext, Visual, ILabel)in DelegatingLabelStyleUpdates the visual with the style from getStyle and the label from getLabel.
createVisual (IRenderContext, INode)in DelegatingNodeStyleCreates the visual with the style from getStyle and the node from getNode.
updateVisual (IRenderContext, Visual, INode)in DelegatingNodeStyleUpdates the visual with the style from getStyle and the node from getNode.
createVisual (IRenderContext, IPort)in DelegatingPortStyleCreates the visual with the style from getStyle and the port from getPort.
updateVisual (IRenderContext, Visual, IPort)in DelegatingPortStyleUpdates the visual with the style from getStyle and the port from getPort.
createVisual (IRenderContext, IEdge)in PathEdgeStyleBaseCreates the visualization for the edge's path.
updateVisual (IRenderContext, Visual, IEdge)in PathEdgeStyleBaseUpdates the visual previously created by createVisual.
createVisual (IRenderContext)in IVisualCreatorThis method is called by the framework to create a Visual that will be included in the IRenderContext.
updateVisual (IRenderContext, Visual)in IVisualCreatorThis method updates or replaces a previously created Visual for inclusion in the IRenderContext.
getVisual (IRenderTreeElement)in RenderTreeGets the Visual that is currently visualizing the given IRenderTreeElement.

Method Parameters

updateVisual (IRenderContext, Visual, IEdge)in CompositeEdgeStyleUpdates the visual by delegating to all styles.
updateVisual (IRenderContext, Visual, ILabel)in CompositeLabelStyleUpdates the visual by delegating to all styles.
updateVisual (IRenderContext, Visual, INode)in CompositeNodeStyleUpdates the visual by delegating to all styles.
updateVisual (IRenderContext, Visual, IPort)in CompositePortStyleUpdates the visual by delegating to all styles.
updateVisual (IRenderContext, Visual, IEdge)in DelegatingEdgeStyleUpdates the visual with the style from getStyle and the edge from getEdge.
updateVisual (IRenderContext, Visual, ILabel)in DelegatingLabelStyleUpdates the visual with the style from getStyle and the label from getLabel.
updateVisual (IRenderContext, Visual, INode)in DelegatingNodeStyleUpdates the visual with the style from getStyle and the node from getNode.
updateVisual (IRenderContext, Visual, IPort)in DelegatingPortStyleUpdates the visual with the style from getStyle and the port from getPort.
updateVisual (IRenderContext, Visual, IEdge)in PathEdgeStyleBaseUpdates the visual previously created by createVisual.
childVisualRemoved (Visual)in IRenderContextNotifies the context that the visual has been removed from the visual tree.
create ()in IVisualCreator
updateVisual (IRenderContext, Visual)in IVisualCreatorThis method updates or replaces a previously created Visual for inclusion in the IRenderContext.
createElement (IRenderTreeGroup, Visual)in RenderTreeAdds a Visual to the scene graph as a child of the parent group.

Extending Types

CompositeEdgeStyleA foundational implementation of IEdgeStyle that delegates its behavior to several style instances.
CompositeLabelStyleA foundational implementation of ILabelStyle that delegates its behavior to several style instances.
CompositeNodeStyleA foundational implementation of INodeStyle that delegates its behavior to several style instances.
CompositePortStyleA foundational implementation of IPortStyle that delegates its behavior to several style instances.
DelegatingEdgeStyleA foundational abstract implementation of IEdgeStyle that delegates its behavior to pre-configured style instances.
DelegatingLabelStyleA foundational abstract implementation of ILabelStyle that delegates its behavior to pre-configured style instances.
DelegatingNodeStyleA foundational abstract implementation of INodeStyle that delegates its behavior to pre-configured style instances.
DelegatingPortStyleA foundational abstract implementation of IPortStyle that delegates its behavior to pre-configured style instances.
HtmlCanvasVisualBase class for Visuals that use an HTMLCanvasElement for the visualization to render into a CanvasRenderingContext2D.
HtmlVisualWraps an HTMLElement as Visual.
SvgVisualWraps an SVGElement as a Visual.
WebGL2VisualBase class for Visuals that use WebGL2 for rendering the visualization onto a WebGL2RenderingContext.
WebGLVisualBase class for Visuals that use WebGL version 1 for rendering the visualization onto a WebGLRenderingContext.