com.ijchart.xychart.constant
Interface IAngle


public interface IAngle

Title: IJChart

Description: a chart library for the Java(tm) platform.

The definition of some special angle values.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.

Field Summary
static double ANGLE_DOWN_45
           45 degrees clockwise rotation.
static double ANGLE_DOWN_90
           90 degrees clockwise rotation.
static double ANGLE_UP_45
           45 degrees anti-clockwise rotation.
static double ANGLE_UP_90
           90 degrees anti-clockwise rotation.
static double ANGLE_ZERO
           The horizontal angle (0).
 

Field Detail

ANGLE_ZERO

static final double ANGLE_ZERO
The horizontal angle (0).

See Also:
Constant Field Values

ANGLE_UP_90

static final double ANGLE_UP_90
90 degrees anti-clockwise rotation.

See Also:
Constant Field Values

ANGLE_UP_45

static final double ANGLE_UP_45
45 degrees anti-clockwise rotation.

See Also:
Constant Field Values

ANGLE_DOWN_90

static final double ANGLE_DOWN_90
90 degrees clockwise rotation.

See Also:
Constant Field Values

ANGLE_DOWN_45

static final double ANGLE_DOWN_45
45 degrees clockwise rotation.

See Also:
Constant Field Values