org.gridkit.jvmtool.hflame
Class DefaultFrameColorChooser

java.lang.Object
  extended by org.gridkit.jvmtool.hflame.DefaultFrameColorChooser
All Implemented Interfaces:
FrameColorChooser

public class DefaultFrameColorChooser
extends Object
implements FrameColorChooser


Constructor Summary
DefaultFrameColorChooser()
           
 
Method Summary
 int getFrameColor(String frame)
           
static int hashColor(int baseHue, int deltaHue, String className, String methodName)
           
static int hashGrayColor(StackFrame sf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFrameColorChooser

public DefaultFrameColorChooser()
Method Detail

getFrameColor

public int getFrameColor(String frame)
Specified by:
getFrameColor in interface FrameColorChooser

hashColor

public static int hashColor(int baseHue,
                            int deltaHue,
                            String className,
                            String methodName)

hashGrayColor

public static int hashGrayColor(StackFrame sf)


Copyright © 2019. All Rights Reserved.