org.mmtk.utility.gcspy
Interface StreamConstants
public interface StreamConstants
This interface provides constants used by the GCspy framweork.
These must correspond with values in gcspy_stream.h
Presentation
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
PAINT_STYLE_PLAIN | Paints as is |
PAINT_STYLE_ZERO | ditto but treats zero values specially |
Data types
BYTE_TYPE | stream of bytes |
SHORT_TYPE | stream of shorts |
INT_TYPE | stream of ints |
StreamConstants
NAME_LEN
static final int NAME_LEN
- See Also:
- Constant Field Values
PRESENTATION_PLAIN
static final int PRESENTATION_PLAIN
- See Also:
- Constant Field Values
PRESENTATION_PLUS
static final int PRESENTATION_PLUS
- See Also:
- Constant Field Values
PRESENTATION_MAX_VAR
static final int PRESENTATION_MAX_VAR
- See Also:
- Constant Field Values
PRESENTATION_PERCENT
static final int PRESENTATION_PERCENT
- See Also:
- Constant Field Values
PRESENTATION_PERCENT_VAR
static final int PRESENTATION_PERCENT_VAR
- See Also:
- Constant Field Values
PRESENTATION_ENUM
static final int PRESENTATION_ENUM
- See Also:
- Constant Field Values
PAINT_STYLE_PLAIN
static final int PAINT_STYLE_PLAIN
- See Also:
- Constant Field Values
PAINT_STYLE_ZERO
static final int PAINT_STYLE_ZERO
- See Also:
- Constant Field Values
BYTE_TYPE
static final int BYTE_TYPE
- See Also:
- Constant Field Values
SHORT_TYPE
static final int SHORT_TYPE
- See Also:
- Constant Field Values
INT_TYPE
static final int INT_TYPE
- See Also:
- Constant Field Values
ENUM_MAX_LEN
static final int ENUM_MAX_LEN
- See Also:
- Constant Field Values
ENUM_MAX_NUM
static final int ENUM_MAX_NUM
- See Also:
- Constant Field Values