Package 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
Fields Modifier and Type Field Description static java.lang.String
DERIVED_DATA_COLUMN
Controls the calculation of the derived column.static java.lang.String
FILTER
filter1=criteria,filter2=criteria filter1 etc.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 bePATTERN_OVERVIEW_DETAILS
static java.lang.String
PATTERN_OVERVIEW_DETAILS
Possible value for key given byPATTERN
.static java.lang.String
PATTERN_SEQUENTIAL
Possible value for key given byPATTERN
.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 bePATTERN_OVERVIEW_DETAILS
- See Also:
- Constant Field Values
-
PATTERN_OVERVIEW_DETAILS
static final java.lang.String PATTERN_OVERVIEW_DETAILS
Possible value for key given byPATTERN
.- See Also:
- Constant Field Values
-
PATTERN_SEQUENTIAL
static final java.lang.String PATTERN_SEQUENTIAL
Possible value for key given byPATTERN
.- 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 filter1 etc. is a column specified by name or #0, #1, #2 etc. criteria is a numeric or string filter such as >100, 10..200, com\.*- 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_=APPROXIMATERetainedSizeDerivedData.APPROXIMATE
_default_=PRECISERetainedSizeDerivedData.PRECISE
- See Also:
- Constant Field Values
-
-