public class UniformTrackColorGenerator extends Object implements TrackColorGenerator
Constructor and Description |
---|
UniformTrackColorGenerator(Color color) |
Modifier and Type | Method and Description |
---|---|
Color |
color(org.jgrapht.graph.DefaultWeightedEdge obj)
Returns a color for the given object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public UniformTrackColorGenerator(Color color)
public Color color(org.jgrapht.graph.DefaultWeightedEdge obj)
FeatureColorGenerator
color
in interface FeatureColorGenerator<org.jgrapht.graph.DefaultWeightedEdge>
obj
- the object to color.Copyright © 2015–2021 Fiji. All rights reserved.