Last updated

API / geotoolkit / layout / ILayout1D / ILayout1D

Class: ILayout1D

layout.ILayout1D.ILayout1D

Interface to layout ILayoutElement1D elements.

See

ILayoutElement1D

Interface

Implemented by

Table of contents

Constructors
Methods

Contents

Constructors

new ILayout1D()

new ILayout1D()

Methods

layout

Abstract layout(elements, context, limits): void

Layouts elements

Parameters

Name Type Description
elementsIterator<ILayoutElement1D>ILayoutElement1D elements to layout
contextRenderingContextrendering context
limitsRangelimits to layout elements within

Returns

void