API / geotoolkit / scene / shapes / painters / IPainter / IPainter
Define an interface to support a simple iteration over a nodes
Interface
Constructors
Methods
Methods
▸ Abstract render(context, symbol, bbox): void
Renders node
| Name | Type | Description |
|---|---|---|
context | RenderingContext | The rendering context to be used to draw the node |
symbol | SymbolShape | |
bbox | Rect |
void