org.eclipse.mat.report
Interface Params.Rendering

Enclosing interface:
Params

public static interface Params.Rendering

Control the rendering of a report.

No Implement:

Field Summary
static java.lang.String DERIVED_DATA_COLUMN
          Controls the calculation of the derived column.
static java.lang.String FILTER
          filter1=criteria,filter2=criteria
static java.lang.String HIDE_COLUMN
          Which columns to hide, separated by ','.
static java.lang.String LIMIT
          Limit, as a decimal number, for the number of items to display.
static java.lang.String PATTERN
          Options appear to be PATTERN_OVERVIEW_DETAILS
static java.lang.String PATTERN_OVERVIEW_DETAILS
           
static java.lang.String PATTERN_SEQUENTIAL
           
static java.lang.String SORT_COLUMN
          Which columns to sort by, separated by ','.
 

Field Detail

PATTERN

static final java.lang.String PATTERN
Options appear to be PATTERN_OVERVIEW_DETAILS

See Also:
Constant Field Values

PATTERN_OVERVIEW_DETAILS

static final java.lang.String PATTERN_OVERVIEW_DETAILS
See Also:
Constant Field Values

PATTERN_SEQUENTIAL

static final java.lang.String PATTERN_SEQUENTIAL
See Also:
Constant Field Values

SORT_COLUMN

static final java.lang.String SORT_COLUMN
Which columns to sort by, separated by ','. Columns specified by name or #0, #1, #2 etc.

See Also:
Constant Field Values

FILTER

static final java.lang.String FILTER
filter1=criteria,filter2=criteria

See Also:
Constant Field Values

LIMIT

static final java.lang.String LIMIT
Limit, as a decimal number, for the number of items to display.

See Also:
Constant Field Values

HIDE_COLUMN

static final java.lang.String HIDE_COLUMN
Which columns to hide, separated by ','. Columns specified by name or #0, #1, #2 etc.

See Also:
Constant Field Values

DERIVED_DATA_COLUMN

static final java.lang.String DERIVED_DATA_COLUMN
Controls the calculation of the derived column. For example for retained sizes _default_=APPROXIMATE _default_=PRECISE

See Also:
Constant Field Values