|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LayoutCharacters
An interface containing layout character constants used in Java programs.
This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
| Field Summary | |
|---|---|
static byte |
CR
Carriage return character. |
static int |
DiagInc
Diagnostic standard indentation |
static byte |
EOI
End of input character. |
static byte |
FF
Form feed character. |
static byte |
LF
Line feed character. |
static byte |
TAB
Tabulator character. |
static int |
TabInc
Tabulator column increment. |
| Field Detail |
|---|
static final int TabInc
static final int DiagInc
static final byte TAB
static final byte LF
static final byte FF
static final byte CR
static final byte EOI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||