| createVisual (IRenderContext, IEdge) | in
CompositeEdgeStyle | Creates the visual by delegating to all styles. |
| updateVisual (IRenderContext, Visual, IEdge) | in
CompositeEdgeStyle | Updates the visual by delegating to all styles. |
| createVisual (IRenderContext, ILabel) | in
CompositeLabelStyle | Creates the visual by delegating to all styles. |
| updateVisual (IRenderContext, Visual, ILabel) | in
CompositeLabelStyle | Updates the visual by delegating to all styles. |
| createVisual (IRenderContext, INode) | in
CompositeNodeStyle | Creates the visual by delegating to all styles. |
| updateVisual (IRenderContext, Visual, INode) | in
CompositeNodeStyle | Updates the visual by delegating to all styles. |
| createVisual (IRenderContext, IPort) | in
CompositePortStyle | Creates the visual by delegating to all styles. |
| updateVisual (IRenderContext, Visual, IPort) | in
CompositePortStyle | Updates the visual by delegating to all styles. |
| createVisual (IRenderContext, IEdge) | in
DelegatingEdgeStyle | Creates the visual with the style from getStyle and the edge from getEdge. |
| updateVisual (IRenderContext, Visual, IEdge) | in
DelegatingEdgeStyle | Updates the visual with the style from getStyle and the edge from getEdge. |
| createVisual (IRenderContext, ILabel) | in
DelegatingLabelStyle | Creates the visual with the style from getStyle and the label from getLabel. |
| updateVisual (IRenderContext, Visual, ILabel) | in
DelegatingLabelStyle | Updates the visual with the style from getStyle and the label from getLabel. |
| createVisual (IRenderContext, INode) | in
DelegatingNodeStyle | Creates the visual with the style from getStyle and the node from getNode. |
| updateVisual (IRenderContext, Visual, INode) | in
DelegatingNodeStyle | Updates the visual with the style from getStyle and the node from getNode. |
| createVisual (IRenderContext, IPort) | in
DelegatingPortStyle | Creates the visual with the style from getStyle and the port from getPort. |
| updateVisual (IRenderContext, Visual, IPort) | in
DelegatingPortStyle | Updates the visual with the style from getStyle and the port from getPort. |
| createVisual (IRenderContext, IEdge) | in
PathEdgeStyleBase | Creates the visualization for the edge's path. |
| updateVisual (IRenderContext, Visual, IEdge) | in
PathEdgeStyleBase | Updates the visual previously created by createVisual. |
| createVisual (IRenderContext) | in
IVisualCreator | This method is called by the framework to create a Visual that will be included in the IRenderContext. |
| updateVisual (IRenderContext, Visual) | in
IVisualCreator | This method updates or replaces a previously created Visual for inclusion in the IRenderContext. |
| getVisual (IRenderTreeElement) | in
RenderTree | Gets the Visual that is currently visualizing the given IRenderTreeElement. |