public final class LeaderLineStyle
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static LeaderLineStyle |
Base
The line callout leader is a single line originating from the closest corner of the text box with the gap applied.
|
static LeaderLineStyle |
CircularCCW
The line callout leader is curved (counter-clockwise) from the anchor point to the closest corner of the text box with the gap applied.
|
static LeaderLineStyle |
CircularCW
The line callout leader is curved (clockwise) from the anchor point to the closest corner of the text box with the gap applied.
|
static LeaderLineStyle |
FourPoint
The line callout leader is a 4-point line originating from the midpoint of the left or right side of the text box with the gap applied or the midpoint of the accent bar if the callout has one.
|
static LeaderLineStyle |
MidPoint
The line callout leader is a single line originating from the midpoint of the left or right side of the text box with the gap applied or from the midpoint of the accent bar if the callout has one.
|
static LeaderLineStyle |
ThreePoint
The line callout leader is a 3-point line originating from the midpoint of the left or right side of the text box with the gap applied or the midpoint of the accent bar if the callout has one.
|
static LeaderLineStyle |
Underline
The line callout draws a line that connects to the closest of the four corners of the text with the gap applied.
|
| Modifier and Type | Method and Description |
|---|---|
static LeaderLineStyle |
valueOf(java.lang.String name) |
static LeaderLineStyle[] |
values() |
public static final LeaderLineStyle Base
public static final LeaderLineStyle MidPoint
public static final LeaderLineStyle ThreePoint
public static final LeaderLineStyle FourPoint
public static final LeaderLineStyle Underline
public static final LeaderLineStyle CircularCW
public static final LeaderLineStyle CircularCCW
public static LeaderLineStyle[] values()
public static LeaderLineStyle valueOf(java.lang.String name)