public class Chars
extends java.lang.Object
iNamik Text Tables for Java
Copyright (C) 2016 David Farrell (DavidPFarrell@yahoo.com)
Licensed under The MIT License (MIT), see LICENSE.txt
| Modifier and Type | Field and Description |
|---|---|
char |
bottomIntersect |
char |
bottomLeft |
char |
bottomRight |
char |
horizontal |
char |
intersect |
char |
leftIntersect |
char |
rightIntersect |
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) |
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