Last updated

API / geotoolkit / plot / ITool / ICompositeTool

Class: ICompositeTool

plot.ITool.ICompositeTool

Define an interface that implement composite plot tool

Interface

Implemented by

Table of contents

Constructors
Methods

Contents

Constructors

new ICompositeTool()

new ICompositeTool()

Methods

add

Abstract add(tool): ICompositeTool

Add tool to the container.

Parameters

Name Type Description
toolITool | ITool[]abstract tool to be added

Returns

ICompositeTool


remove

Abstract remove(tool): ICompositeTool

Remove tool from container.

Parameters

Name Type Description
toolITool | ITool[]to remove

Returns

ICompositeTool