documentationfor yFiles for HTML 3.0.0.3

Usages of IVisualCreator

Fields

VISUAL_CREATORin IObjectRendererA renderer that treats tag as an instance of IVisualCreator.
VOID_VISUAL_CREATORin IVisualCreatorAn immutable and shareable instance of the IVisualCreator class that renders nothing.

Method Return Values

getVisualCreator (HandlesRenderTag)in HandlesRenderer
getVisualCreator (IEdge, boolean, Point, Point)in Arrow
getVisualCreator (IEdge, boolean, Point, Point)in IArrowGets an IVisualCreator implementation that will render this arrow at the given location using the given direction for the given edge.
getVisualCreator (IEdge, IEdgeStyle)in IEdgeStyleRendererGets an implementation of the IVisualCreator interface that can handle the provided edge and its associated style.
getVisualCreator (ILabel, ILabelStyle)in ILabelStyleRendererGets an implementation of the IVisualCreator interface that can handle the provided label and its associated style.
getVisualCreator (INode, INodeStyle)in INodeStyleRendererGets an implementation of the IVisualCreator interface that can handle the provided node and its associated style.
getVisualCreator (IPort, IPortStyle)in IPortStyleRendererGets an implementation of the IVisualCreator interface that can handle the provided port and its associated style.
getVisualCreator (IStripe, IStripeStyle)in IStripeStyleRendererGets an implementation of the IVisualCreator interface that can handle the provided stripe and its associated style.
getVisualCreator (IEdge)in EdgeStyleIndicatorRenderer
getVisualCreator (IGraph)in GraphOverviewRenderer
getVisualCreator (GridInfo)in GridRenderer
getVisualCreator (TRenderTag)in IObjectRendererReturns an implementation of IVisualCreator that will create the Visual tree for the render tag.
create ()in IVisualCreator
getVisualCreator (ILabel)in LabelStyleIndicatorRenderer
getVisualCreator (INode)in NodeStyleIndicatorRenderer
getVisualCreator (TRenderTag)in ObjectRendererBase
getVisualCreator (PortCandidateRenderTag)in PortCandidateRenderer
getVisualCreator (IPort)in PortStyleIndicatorRenderer
getVisualCreator (IRenderTreeElement)in RenderTreeRetrieves the IVisualCreator for a given IRenderTreeElement.

Method Parameters

createElement (IRenderTreeGroup, IVisualCreator)in RenderTreeAdds an IVisualCreator to the scene graph as a child of the parent group.