API / geotoolkit / scene / shapes / painters / AbstractPainter

Module: AbstractPainter

Table of contents

Type Aliases

Contents

Type Aliases

AbstractPainter

Ƭ AbstractPainter: (symbol: SymbolShape, bbox: Rect, context: RenderingContext) => void

Type declaration

▸ (symbol, bbox, context): void

Abstract Painter

Parameters
Name Type Description
symbolSymbolShapethe parent symbol, used to set properties
bboxRectbounding box this symbolPainter should paint within
contextRenderingContextRendering Context
Returns

void