Modifier and Type | Field and Description |
---|---|
char |
bottomIntersect |
char |
bottomLeft |
char |
bottomRight |
static Border.Chars |
DOUBLE_LINE |
char |
horizontal |
char |
intersect |
char |
LeftIntersect |
char |
RightIntersect |
static Border.Chars |
SINGLE_LINE |
char |
topIntersect |
char |
topLeft |
char |
topRight |
char |
vertical |
Constructor and Description |
---|
Chars(char i,
char h,
char v,
char tl,
char ti,
char tr,
char li,
char ri,
char bl,
char bi,
char br) |
Modifier and Type | Method and Description |
---|---|
static Border.Chars |
of(char intersect) |
static Border.Chars |
of(char intersect,
char horizontal,
char vertical) |
public static final Border.Chars DOUBLE_LINE
public static final Border.Chars SINGLE_LINE
public final char intersect
public final char horizontal
public final char vertical
public final char topLeft
public final char topIntersect
public final char topRight
public final char LeftIntersect
public final char RightIntersect
public final char bottomLeft
public final char bottomIntersect
public final char bottomRight
public Chars(char i, char h, char v, char tl, char ti, char tr, char li, char ri, char bl, char bi, char br)
public static Border.Chars of(char intersect)
public static Border.Chars of(char intersect, char horizontal, char vertical)
Copyright © 2017 JBoss by Red Hat. All rights reserved.