| getBounds (ICanvasContext, IEdge) | in
CompositeEdgeStyle | Calculates the bounds as the union of bounds from all styles. |
| isVisible (ICanvasContext, Rect, IEdge) | in
CompositeEdgeStyle | Determines visibility based on the visibility of all styles. |
| getBounds (ICanvasContext, ILabel) | in
CompositeLabelStyle | Calculates the bounds as the union of bounds from all styles. |
| isVisible (ICanvasContext, Rect, ILabel) | in
CompositeLabelStyle | Determines visibility based on the visibility of all styles. |
| getBounds (ICanvasContext, INode) | in
CompositeNodeStyle | Calculates the bounds as the union of bounds from all styles. |
| isVisible (ICanvasContext, Rect, INode) | in
CompositeNodeStyle | Determines visibility based on the visibility of all styles. |
| getBounds (ICanvasContext, IPort) | in
CompositePortStyle | Calculates the bounds as the union of bounds from all styles. |
| isVisible (ICanvasContext, Rect, IPort) | in
CompositePortStyle | Determines visibility based on the visibility of all styles. |
| getBounds (ICanvasContext, IEdge) | in
DelegatingEdgeStyle | Gets the bounds with the style from getStyle and the edge from getEdge. |
| isVisible (ICanvasContext, Rect, IEdge) | in
DelegatingEdgeStyle | Determines with the style from getStyle whether the visualization of the edge from getEdge is visible. |
| getBounds (ICanvasContext, ILabel) | in
DelegatingLabelStyle | Gets the bounds with the style from getStyle and the label from getLabel. |
| isVisible (ICanvasContext, Rect, ILabel) | in
DelegatingLabelStyle | Determines with the style from getStyle whether the visualization of the label from getLabel is visible. |
| getBounds (ICanvasContext, INode) | in
DelegatingNodeStyle | Gets the bounds with the style from getStyle and the node from getNode. |
| isVisible (ICanvasContext, Rect, INode) | in
DelegatingNodeStyle | Determines with the style from getStyle whether the visualization of the node from getNode is visible. |
| getBounds (ICanvasContext, IPort) | in
DelegatingPortStyle | Gets the bounds with the style from getStyle and the port from getPort. |
| isVisible (ICanvasContext, Rect, IPort) | in
DelegatingPortStyle | Determines with the style from getStyle whether the visualization of the port from getPort is visible. |
| getBounds (ICanvasContext, IEdge) | in
EdgeStyleBase | Gets the bounds of the visual for the edge in the given context. |
| isVisible (ICanvasContext, Rect, IEdge) | in
EdgeStyleBase | Determines whether the visualization for the specified edge is visible in the context. |
| getBounds (ICanvasContext, ILabel) | in
LabelStyleBase | Gets the bounds of the visual for the label in the given context. |
| isVisible (ICanvasContext, Rect, ILabel) | in
LabelStyleBase | Determines whether the visualization for the specified label is visible in the context. |
| getBounds (ICanvasContext, INode) | in
NodeStyleBase | Gets the bounds of the visual for the node in the given context. |
| isVisible (ICanvasContext, Rect, INode) | in
NodeStyleBase | Determines whether the visualization for the specified node is visible in the context. |
| getBounds (ICanvasContext, IEdge) | in
PathEdgeStyleBase | Gets the bounds of the visual for the edge in the given context. |
| isVisible (ICanvasContext, Rect, IEdge) | in
PathEdgeStyleBase | Determines whether the visualization for the specified edge is visible in the context. |
| getBounds (ICanvasContext, IPort) | in
PortStyleBase | Returns the bounds of the visual for the port in the given context. |
| isVisible (ICanvasContext, Rect, IPort) | in
PortStyleBase | Determines whether the visualization for the specified port is visible in the context. |
| applyTo (SVGElement, ICanvasContext) | in
Fill | Assigns the fill defined by this instance to the given SVG element . |
| setFill (Fill, SVGElement, ICanvasContext) | in
Fill | Sets the Fill on a given SVG element as the fill. |
| create (function(ICanvasContext):Rect) | in
IBoundsProvider | |
| getBounds (ICanvasContext) | in
IBoundsProvider | Returns a tight rectangular area where the whole rendering would fit into. |
| accept (ICanvasContext, Node, string) | in
ISvgDefsCreator | Checks if the specified node references the element represented by this object. |
| create () | in
ISvgDefsCreator | |
| createDefsElement (ICanvasContext) | in
ISvgDefsCreator | Creates the element that is put into the defs section of the SVG element. |
| updateDefsElement (ICanvasContext, SVGElement) | in
ISvgDefsCreator | Updates the defs element with the current gradient data. |
| create (function(ICanvasContext, Rect):boolean) | in
IVisibilityTestable | |
| isVisible (ICanvasContext, Rect) | in
IVisibilityTestable | Determines whether an element might intersect the visible region for a given context. |
| accept (ICanvasContext, Node, string) | in
LinearGradient | |
| createDefsElement (ICanvasContext) | in
LinearGradient | Creates a new SVG gradient that corresponds to this LinearGradient. |
| updateDefsElement (ICanvasContext, SVGElement) | in
LinearGradient | Updates the SVG gradient within the defs section of the SVG document if it has changed. |
| updateSvgGradient (SVGElement, ICanvasContext) | in
LinearGradient | Updates the SVG gradient within the defs section of the SVG document if it has changed. |
| getBounds (ICanvasContext, TRenderTag) | in
ObjectRendererBase | Gets the bounds of the visual for the render tag in the given context. |
| isVisible (ICanvasContext, Rect, TRenderTag) | in
ObjectRendererBase | Determines whether the visualization for the specified node is visible in the given area for the given context. |
| accept (ICanvasContext, Node, string) | in
PatternFill | |
| createDefsElement (ICanvasContext) | in
PatternFill | |
| updateDefsElement (ICanvasContext, SVGElement) | in
PatternFill | |
| accept (ICanvasContext, Node, string) | in
RadialGradient | |
| createDefsElement (ICanvasContext) | in
RadialGradient | Creates a new SVG gradient that corresponds to this gradient brush. |
| updateDefsElement (ICanvasContext, SVGElement) | in
RadialGradient | Updates the SVG gradient within the defs section of the SVG document if it has changed. |
| updateSvgGradient (SVGElement, ICanvasContext) | in
RadialGradient | Updates the SVG gradient within the defs section of the SVG document if it has changed. |
| applyTo (SVGElement, ICanvasContext) | in
Stroke | Assigns the stroke defined by this instance to the given SVG element . |
| setStroke (Stroke, SVGElement, ICanvasContext) | in
Stroke | Sets the Stroke on a given SVG element as the stroke. |