Uses of Class
kieker.visualization.trace.dependency.graph.AbstractNodeDecorator
Package | Description |
---|---|
kieker.visualization.trace.dependency.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.
|
-
Uses of AbstractNodeDecorator in kieker.visualization.trace.dependency.graph
Subclasses of AbstractNodeDecorator in kieker.visualization.trace.dependency.graph Modifier and Type Class Description class
ResponseTimeColorNodeDecorator
Decorator to set the color of graph nodes depending on graph nodes execution time.class
ResponseTimeNodeDecorator
Decorator to attach response time data to graph nodes.Methods in kieker.visualization.trace.dependency.graph that return AbstractNodeDecorator Modifier and Type Method Description static AbstractNodeDecorator
AbstractNodeDecorator. createFromName(java.lang.String optionName)
Creates a node decorator from its option name.Methods in kieker.visualization.trace.dependency.graph with parameters of type AbstractNodeDecorator Modifier and Type Method Description void
AbstractDependencyGraphFilter. addDecorator(AbstractNodeDecorator decorator)
Adds a node decorator to this graph.