Kieker 1.8

Uses of Class
kieker.tools.traceAnalysis.filter.visualization.graph.Color

Packages that use Color
kieker.tools.traceAnalysis.filter.visualization   
kieker.tools.traceAnalysis.filter.visualization.graph   
kieker.tools.traceAnalysis.repository   
 

Uses of Color in kieker.tools.traceAnalysis.filter.visualization
 

Methods in kieker.tools.traceAnalysis.filter.visualization with parameters of type Color
static String AbstractGraphFormatter.getDotRepresentation(Color color)
          Returns the dot (graphviz) representation of the given color.
 

Uses of Color in kieker.tools.traceAnalysis.filter.visualization.graph
 

Fields in kieker.tools.traceAnalysis.filter.visualization.graph declared as Color
static Color Color.BLACK
          The predefined color black.
static Color Color.BLUE
          The predefined color blue.
static Color Color.GRAY
          The predefined color gray.
static Color Color.GREEN
          The predefined color green.
static Color Color.RED
          The predefined color red.
static Color Color.WHITE
          The predefined color white.
 

Methods in kieker.tools.traceAnalysis.filter.visualization.graph that return Color
 Color AbstractGraphElement.getColor()
          Returns this graph element's color.
 

Methods in kieker.tools.traceAnalysis.filter.visualization.graph with parameters of type Color
 void AbstractGraphElement.setColor(Color color)
          Sets this graph element's color.
 

Uses of Color in kieker.tools.traceAnalysis.repository
 

Methods in kieker.tools.traceAnalysis.repository that return Color
 Color TraceColorRepository.getCollisionColor()
          Returns the color to use for elements for which no unique color can be determined.
 Color TraceColorRepository.getDefaultColor()
          Returns the color to use for elements which are not defined in the color map.
 

Methods in kieker.tools.traceAnalysis.repository that return types with arguments of type Color
 Map<Long,Color> TraceColorRepository.getColorMap()
          Returns the color map stored in this repository.
 

Constructors in kieker.tools.traceAnalysis.repository with parameters of type Color
TraceColorRepository.TraceColorRepositoryData(ConcurrentMap<Long,Color> colorMap, Color defaultColor, Color collisionColor)
          Creates a new data object using the given data.
 

Constructor parameters in kieker.tools.traceAnalysis.repository with type arguments of type Color
TraceColorRepository.TraceColorRepositoryData(ConcurrentMap<Long,Color> colorMap, Color defaultColor, Color collisionColor)
          Creates a new data object using the given data.
 


Kieker 1.8

Copyright 2013 Kieker Project, http://kieker-monitoring.net