public final class BalloonCalloutStyle
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static BalloonCalloutStyle |
Oval
Oval style.
|
static BalloonCalloutStyle |
Rectangle
Rectangle style.
|
static BalloonCalloutStyle |
RoundedRectangle
Rounded rectangle style.
|
| Modifier and Type | Method and Description |
|---|---|
static BalloonCalloutStyle |
valueOf(java.lang.String name) |
static BalloonCalloutStyle[] |
values() |
public static final BalloonCalloutStyle Rectangle
public static final BalloonCalloutStyle RoundedRectangle
public static final BalloonCalloutStyle Oval
public static BalloonCalloutStyle[] values()
public static BalloonCalloutStyle valueOf(java.lang.String name)