API / geotoolkit / scene / shapes / painters / AbstractPainter
Type Aliases
Type Aliases
Ƭ AbstractPainter: (symbol: SymbolShape, bbox: Rect, context: RenderingContext) => void
▸ (symbol, bbox, context): void
Abstract Painter
| Name | Type | Description |
|---|---|---|
symbol | SymbolShape | the parent symbol, used to set properties |
bbox | Rect | bounding box this symbolPainter should paint within |
context | RenderingContext | Rendering Context |
void