public class TrackDrawer extends Object implements JIPipeParameterCollection
Modifier and Type | Class and Description |
---|---|
static class |
TrackDrawer.StrokeColorMode |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
TrackDrawer() |
TrackDrawer(TrackDrawer other) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public TrackDrawer()
public TrackDrawer(TrackDrawer other)
public void copyFrom(TrackDrawer other)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public DisplaySettings createDisplaySettings(TrackCollectionData trackCollectionData)
public void drawOnGraphics(TrackCollectionData trackCollectionData, Graphics2D graphics2D, Rectangle renderArea, ImageSliceIndex sliceIndex, Collection<org.jgrapht.graph.DefaultWeightedEdge> selected)
public int getFadeTrackRange()
public void setFadeTrackRange(int fadeTrackRange)
public DisplaySettings.TrackDisplayMode getTrackDisplayMode()
public void setTrackDisplayMode(DisplaySettings.TrackDisplayMode trackDisplayMode)
public int getStrokeWidth()
public void setStrokeWidth(int strokeWidth)
public Color getStrokeColor()
public void setStrokeColor(Color strokeColor)
public TrackDrawer.StrokeColorMode getStrokeColorMode()
public void setStrokeColorMode(TrackDrawer.StrokeColorMode strokeColorMode)
public EdgeFeature getStrokeColorEdgeFeature()
public void setStrokeColorEdgeFeature(EdgeFeature strokeColorEdgeFeature)
public TrackFeature getStrokeColorTrackFeature()
public void setStrokeColorTrackFeature(TrackFeature strokeColorTrackFeature)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.