| Package | com.yworks.graph.drawing |
| Class | public class FilterNodeStyleRenderer |
| Inheritance | FilterNodeStyleRenderer DelegatingStyleRenderer AbstractStyleRenderer Object |
FilterNodeStyleWrapper.
It sets the style's filters before delegating to the wrapped node style renderer.
| Method | Defined By | ||
|---|---|---|---|
![]() | [override]
This implementation delegates to the renderer of the wrapped style. | DelegatingStyleRenderer | |
![]() |
Configures the style and item parameters,
calls configure and returns this. | AbstractStyleRenderer | |
![]() |
Configures the style and item parameters,
does not call configure and returns this. | AbstractStyleRenderer | |
![]() |
Gets an appropriate style descriptor for the given style. | DelegatingStyleRenderer | |
![]() |
Configures the style and item parameters,
calls configure and returns this. | AbstractStyleRenderer | |
![]() |
Configures the style and item parameters,
calls configure and returns this. | AbstractStyleRenderer | |
![]() |
Configures the style and item parameters,
calls configure and returns this. | AbstractStyleRenderer | |
![]() |
Gets an implementation of the IPathGeometry interface that can
handle the provided edge and its associated style. | DelegatingStyleRenderer | |
![]() |
Calculates the ILabel.preferredSize of a given label using the
associated style. | DelegatingStyleRenderer | |
![]() |
Gets an implementation of the IShapeGeometry interface that can
handle the provided node and its associated style. | DelegatingStyleRenderer | |
![]() |
Installs the model in the canvas at the given group using the styleDescriptor. | AbstractStyleRenderer | |
![]() | isHit(x:Number, y:Number, ctx:ICanvasContext):Boolean [override]
This implementation delegates to the renderer of the wrapped style. | DelegatingStyleRenderer | |
![]() | [override]
This implementation delegates to the renderer of the wrapped style. | DelegatingStyleRenderer | |
![]() |
Calls configure and tests the item using the style
for a visible intersection with the clip bounds. | AbstractStyleRenderer | |
![]() | lookup(type:Class):Object [override]
ILookup implementation of this style renderer. | DelegatingStyleRenderer | |
[override]
This implementation delegates to the renderer of the wrapped style. | FilterNodeStyleRenderer | ||
| Method | Defined By | ||
|---|---|---|---|
![]() | configure():void [override]
This implementation does nothing. | DelegatingStyleRenderer | |
[override]
Returns FilterNodeStyleSerializer.instance. | FilterNodeStyleRenderer | ||
![]() |
Factory method for the StyleDescriptor property. | AbstractStyleRenderer | |
![]() | setItem(item:IModelItem):void
Called by the various descriptor getters to initialize the item. | AbstractStyleRenderer | |
![]() | setStyle(style:IVisualStyle):void
Called by the various descriptor getters to initialize the style. | AbstractStyleRenderer | |
| createSerializer | () | method |
override protected function createSerializer():ISerializer
Returns FilterNodeStyleSerializer.instance.
ISerializer — FilterNodeStyleSerializer.instance.
|
| paint | () | method |
override public function paint(g:YGraphics, ctx:IPaintContext):voidThis implementation delegates to the renderer of the wrapped style.
When subclassed, a call to super.paint(g, ctx) will
paint the item using the wrapped renderer.
Parameters
g:YGraphics — The graphics context to paint into
| |
ctx:IPaintContext — Currently not used
|