Last updated

API / geotoolkit / axis / AxisFactory / AxisFactory

Class: AxisFactory

axis.AxisFactory.AxisFactory

Defines helper method(s) to create axis instance

Table of contents

Constructors
Methods

Contents

Constructors

new AxisFactory()

new AxisFactory()

Methods

create

create(options): Axis

Creates axis

Parameters

Name Type Description
optionsOptions & { animationstyle?: Type } & { clipstyle?: GraphicsPath | ClipStyle | Options ; csscursor?: string ; cssstyle?: string | CssStyle | Options ; localtransform?: Transformation ; margins?: Type<string | number> ; opacity?: number ; opacityblendmode?: BlendMode ; renderingfilter?: IFilter ; responsivestyle?: Options | ResponsiveStyle ; scalescrollstrategy?: Delegate ; transform?: string | Transformation } & { fillstyle?: Type ; linestyle?: Type } & OptionsBase & { location: AnnotationLocation }axis options

Returns

Axis

axis


getClassName

getClassName(): string

Returns

string


getClassName

Static getClassName(): string

Returns

string


getInstance

Static getInstance(): AxisFactory

Returns instance of the factory

Returns

AxisFactory

factory