Last updated

API / geotoolkit / charts / IPolarChart / IPolarChart

Class: IPolarChart

charts.IPolarChart.IPolarChart

Interface for AbstractChart class that supports SystemType.Polar system.

Interface

Implemented by

Table of contents

Constructors
Methods

Contents

Constructors

new IPolarChart()

new IPolarChart()

Methods

setPolarCircularFlip

Abstract setPolarCircularFlip(flip): IPolarChart

Sets circular space flip direction (standard or inside-out) for polar system

Parameters

Name Type Description
flipbooleantrue for edge-to-the-center direction, false otherwise

Returns

IPolarChart


setPolarClockwiseDirection

Abstract setPolarClockwiseDirection(clockwise): IPolarChart

Sets clockwise/counterclockwise direction for polar system

Parameters

Name Type Description
clockwisebooleantrue for clockwise, false otherwise

Returns

IPolarChart


setPolarStartAngle

Abstract setPolarStartAngle(angle): IPolarChart

Sets model space start angle for polar system

Parameters

Name Type Description
anglenumberstart angle

Returns

IPolarChart