public class Leader extends Object
Leader is a data object used when separating two chunks of text within a single row.
The constructor is private, use Leader.Builder to create new instances.
Modifier and Type | Class and Description |
---|---|
static class |
Leader.Alignment
Alignment values for leaders
|
static class |
Leader.Builder
The Builder is used when creating a Leader instance
|
Modifier | Constructor and Description |
---|---|
protected |
Leader(Leader.Builder builder) |
protected |
Leader(Leader l) |
Modifier and Type | Method and Description |
---|---|
Leader.Alignment |
getAlignment()
Get the Alignment for this Leader.
|
String |
getPattern()
Get the pattern for this Leader.
|
Position |
getPosition()
Get the Position for this Leader.
|
protected Leader(Leader.Builder builder)
protected Leader(Leader l)
public String getPattern()
public Position getPosition()
public Leader.Alignment getAlignment()