Package cn.mapway.echart.client.constant
Class LabelPosition
- java.lang.Object
-
- cn.mapway.echart.client.constant.LabelPosition
-
public class LabelPosition extends Object
LabelPosition- Author:
- zhang
-
-
Field Summary
Fields Modifier and Type Field Description static StringLABEL_POSITION_BOTTOMstatic StringLABEL_POSITION_INSIDEstatic StringLABEL_POSITION_LEFTstatic StringLABEL_POSITION_RIGHTstatic StringLABEL_POSITION_TOP
-
Constructor Summary
Constructors Constructor Description LabelPosition()
-
-
-
Field Detail
-
LABEL_POSITION_TOP
public static final String LABEL_POSITION_TOP
- See Also:
- Constant Field Values
-
LABEL_POSITION_BOTTOM
public static final String LABEL_POSITION_BOTTOM
- See Also:
- Constant Field Values
-
LABEL_POSITION_LEFT
public static final String LABEL_POSITION_LEFT
- See Also:
- Constant Field Values
-
LABEL_POSITION_RIGHT
public static final String LABEL_POSITION_RIGHT
- See Also:
- Constant Field Values
-
LABEL_POSITION_INSIDE
public static final String LABEL_POSITION_INSIDE
- See Also:
- Constant Field Values
-
-