-
- All Implemented Interfaces:
public enum Annotation.ExplicitStyleThe Enum define the explicit annotation styles. The detailed information is given below.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description HeavyCongestionBubbleLightCongestionBubble
-
Method Summary
Modifier and Type Method Description static Array<Annotation.ExplicitStyle>values()static Annotation.ExplicitStylevalueOf(String name)-
-
Method Detail
-
values
static Array<Annotation.ExplicitStyle> values()
-
valueOf
static Annotation.ExplicitStyle valueOf(String name)
-
-
-
-