-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ArrowPositionRules extends Enum<ArrowPositionRules>
ArrowPositionRules determines the position of the arrow depending on the aligning rules.
ArrowPositionRules.ALIGN_BALLOON: Align the arrow position depending on the balloon popup body. ArrowPositionRules.ALIGN_ANCHOR: Align the arrow position depending on an anchor.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALIGN_ANCHORAlign the arrow position depending on an anchor.
If Balloon.Builder.arrowPosition is 0.5, the arrow will be located in the middle of an anchor.
ALIGN_BALLOONAlign the arrow position depending on the balloon popup body.
If Balloon.Builder.arrowPosition is 0.5, the arrow will be located in the middle of the tooltip.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-