API / geotoolkit / axis / AxisFactory / AxisFactory
axis.AxisFactory.AxisFactory
Defines helper method(s) to create axis instance
Constructors
Methods
▸ create(options): Axis
Creates axis
| Name | Type | Description |
|---|---|---|
options | Options & { 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 |
axis
▸ getClassName(): string
string
▸ Static getClassName(): string
string
▸ Static getInstance(): AxisFactory
Returns instance of the factory
factory