JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
JProfiler API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.jprofiler.api.probe.embedded
Interface TypeCustomizer
public interface
TypeCustomizer
Interface to further customize event enums registered with
PayloadProbe.getCustomTypes()
. Your enum class can implement this interface to customize the color of your types.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getColor
()
The color of your enum constant.
Method Detail
getColor
int getColor()
The color of your enum constant.
Returns:
the RGB int value of a color, for example
0xCCAA00
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
JProfiler API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method