Is there some sort of API or plugin that allows me to first generate a call graph for a java project in Eclipse and to customize specific aspects, such as color, of individual methods within the graph? I'm trying to implement a plugin that creates a call graph that has been tweaked based on outside input.
Thanks