Uses of Class
kieker.visualization.trace.dependency.graph.AbstractNodeDecorator
Packages that use AbstractNodeDecorator
Package
Description
Copyright 2026 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.graphModifier and TypeClassDescriptionclassDecorator to set the color of graph nodes depending on graph nodes execution time.classDecorator to attach response time data to graph nodes.Methods in kieker.visualization.trace.dependency.graph that return AbstractNodeDecoratorModifier and TypeMethodDescriptionstatic AbstractNodeDecoratorAbstractNodeDecorator.createFromName(String optionName) Creates a node decorator from its option name.Methods in kieker.visualization.trace.dependency.graph with parameters of type AbstractNodeDecoratorModifier and TypeMethodDescriptionvoidAbstractDependencyGraphFilter.addDecorator(AbstractNodeDecorator decorator) Adds a node decorator to this graph.