public final class StreamConstants extends Object
| PRESENTATION_PLAIN | presented as is |
| PRESENTATION_PLUS | as max+ if value exceeds max else as is |
| PRESENTATION_MAX_VAR | ditto but takes max value from a specified stream |
| PRESENTATION_PERCENT | as value (percent) |
| PRESENTATION_PERCENT_VAR | ditto but takes max value from a specified stream |
| PRESENTATION_ENUM | chooses from an enumeration |
| PAINT_STYLE_PLAIN | Paints as is |
| PAINT_STYLE_ZERO | ditto but treats zero values specially |
| BYTE_TYPE | stream of bytes |
| SHORT_TYPE | stream of shorts |
| INT_TYPE | stream of ints |
| Modifier and Type | Field and Description |
|---|---|
static int |
BYTE_TYPE |
static int |
ENUM_MAX_LEN |
static int |
ENUM_MAX_NUM |
static int |
INT_TYPE |
static int |
NAME_LEN |
static int |
PAINT_STYLE_PLAIN |
static int |
PAINT_STYLE_ZERO |
static int |
PRESENTATION_ENUM |
static int |
PRESENTATION_MAX_VAR |
static int |
PRESENTATION_PERCENT |
static int |
PRESENTATION_PERCENT_VAR |
static int |
PRESENTATION_PLAIN |
static int |
PRESENTATION_PLUS |
static int |
SHORT_TYPE |
| Modifier | Constructor and Description |
|---|---|
private |
StreamConstants() |
public static final int NAME_LEN
public static final int PRESENTATION_PLAIN
public static final int PRESENTATION_PLUS
public static final int PRESENTATION_MAX_VAR
public static final int PRESENTATION_PERCENT
public static final int PRESENTATION_PERCENT_VAR
public static final int PRESENTATION_ENUM
public static final int PAINT_STYLE_PLAIN
public static final int PAINT_STYLE_ZERO
public static final int BYTE_TYPE
public static final int SHORT_TYPE
public static final int INT_TYPE
public static final int ENUM_MAX_LEN
public static final int ENUM_MAX_NUM
private StreamConstants()