Uses of Class
kieker.tools.trace.analysis.filter.visualization.graph.Color
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter.visualization |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.visualization.graph |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.repository |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of Color in kieker.tools.trace.analysis.filter.visualization
Methods in kieker.tools.trace.analysis.filter.visualization with parameters of type Color Modifier and Type Method Description static java.lang.StringAbstractGraphFormatter. getDotRepresentation(Color color)Returns the dot (graphviz) representation of the given color. -
Uses of Color in kieker.tools.trace.analysis.filter.visualization.graph
Fields in kieker.tools.trace.analysis.filter.visualization.graph declared as Color Modifier and Type Field Description static ColorColor. BLACKThe predefined color black.static ColorColor. BLUEThe predefined color blue.static ColorColor. GRAYThe predefined color gray.static ColorColor. GREENThe predefined color green.static ColorColor. REDThe predefined color red.static ColorColor. WHITEThe predefined color white.Methods in kieker.tools.trace.analysis.filter.visualization.graph that return Color Modifier and Type Method Description ColorAbstractGraphElement. getColor()Returns this graph element's color.Methods in kieker.tools.trace.analysis.filter.visualization.graph with parameters of type Color Modifier and Type Method Description voidAbstractGraphElement. setColor(Color color)Sets this graph element's color. -
Uses of Color in kieker.tools.trace.analysis.repository
Methods in kieker.tools.trace.analysis.repository that return Color Modifier and Type Method Description ColorTraceColorRepository. getCollisionColor()Deprecated.Returns the color to use for elements for which no unique color can be determined.ColorTraceColorRepository. getDefaultColor()Deprecated.Returns the color to use for elements which are not defined in the color map.Methods in kieker.tools.trace.analysis.repository that return types with arguments of type Color Modifier and Type Method Description java.util.Map<java.lang.Long,Color>TraceColorRepository. getColorMap()Deprecated.Returns the color map stored in this repository.Constructors in kieker.tools.trace.analysis.repository with parameters of type Color Constructor Description TraceColorRepositoryData(java.util.concurrent.ConcurrentMap<java.lang.Long,Color> colorMap, Color defaultColor, Color collisionColor)Creates a new data object using the given data.Constructor parameters in kieker.tools.trace.analysis.repository with type arguments of type Color Constructor Description TraceColorRepositoryData(java.util.concurrent.ConcurrentMap<java.lang.Long,Color> colorMap, Color defaultColor, Color collisionColor)Creates a new data object using the given data.