public interface LayoutCharacters
This is NOT part of any supported API. 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.
Modifier and Type | Field and Description |
---|---|
static byte |
CR
Carriage return character.
|
static int |
DetailsInc
Standard indentation for additional diagnostic lines
|
static int |
DiagInc
Standard indentation for subdiagnostics
|
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.
|
static final int TabInc
static final int DiagInc
static final int DetailsInc
static final byte TAB
static final byte LF
static final byte FF
static final byte CR
static final byte EOI
Copyright © 2017 earcam. All rights reserved.