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