Uses of Class
kieker.tools.trace.analysis.repository.TraceColorRepository
| Package | Description |
|---|---|
| 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.
|
| kieker.visualization.trace |
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 TraceColorRepository in kieker.tools.trace.analysis.repository
Methods in kieker.tools.trace.analysis.repository that return TraceColorRepository Modifier and Type Method Description static TraceColorRepositoryTraceColorRepository. createFromFile(java.lang.String fileName, IProjectContext projectContext)Deprecated.Initializes a trace color repository from a given file. -
Uses of TraceColorRepository in kieker.visualization.trace
Constructors in kieker.visualization.trace with parameters of type TraceColorRepository Constructor Description TraceColoringFilter(TraceColorRepository colorRepository)Creates a new filter using the given configuration.