org.gridkit.jvmtool.stacktrace.analytics.flame
Class DefaultColorPicker

java.lang.Object
  extended by org.gridkit.jvmtool.stacktrace.analytics.flame.DefaultColorPicker
All Implemented Interfaces:
FlameColorPicker

public class DefaultColorPicker
extends Object
implements FlameColorPicker


Constructor Summary
DefaultColorPicker()
           
 
Method Summary
static int hashColor(int baseHue, int deltaHue, StackFrame sf)
           
static int hashGrayColor(StackFrame sf)
           
 int pickColor(GenericStackElement[] trace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultColorPicker

public DefaultColorPicker()
Method Detail

pickColor

public int pickColor(GenericStackElement[] trace)
Specified by:
pickColor in interface FlameColorPicker

hashColor

public static int hashColor(int baseHue,
                            int deltaHue,
                            StackFrame sf)

hashGrayColor

public static int hashGrayColor(StackFrame sf)


Copyright © 2019. All Rights Reserved.