public class TextBorderStyle extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TextBorderStyle.Builder
Provides a builder for text borders.
|
Modifier and Type | Field and Description |
---|---|
static TextBorderStyle |
NONE
Loaded on first access
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBottomBorder()
Gets the bottom component pattern.
|
String |
getBottomLeftCorner()
Gets the bottom left corner component.
|
String |
getBottomRightCorner()
Gets the bottom right corner component.
|
String |
getLeftBorder()
Gets the left border component.
|
String |
getRightBorder()
Gets the right border component.
|
String |
getTopBorder()
Gets the top component pattern.
|
String |
getTopLeftCorner()
Gets the top left corner component.
|
String |
getTopRightCorner()
Gets the top right corner component.
|
int |
hashCode() |
public static final TextBorderStyle NONE
public String getTopLeftCorner()
public String getTopBorder()
public String getTopRightCorner()
public String getLeftBorder()
public String getRightBorder()
public String getBottomLeftCorner()
public String getBottomBorder()
public String getBottomRightCorner()