API / geotoolkit / scene / shapes / painters / EmptyPainter

Module: EmptyPainter

Table of contents

Functions

Contents

Functions

EmptyPainter

EmptyPainter(symbol, bbox, context): void

Draws nothing. The class is implemented to keep current behavior of SymbolShape rendering in case its painter is set to "null".

Parameters

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

Returns

void