public class SpotDrawer extends AbstractJIPipeParameterCollection
Modifier and Type | Class and Description |
---|---|
static class |
SpotDrawer.LabelSettings |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterChangedEventEmitter, JIPipeParameterCollection.ParameterChangedEventListener, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEventEmitter, JIPipeParameterCollection.ParameterStructureChangedEventListener, JIPipeParameterCollection.ParameterUIChangedEvent, JIPipeParameterCollection.ParameterUIChangedEventEmitter, JIPipeParameterCollection.ParameterUIChangedEventListener
Constructor and Description |
---|
SpotDrawer() |
SpotDrawer(SpotDrawer other) |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(SpotDrawer other) |
fiji.plugin.trackmate.gui.displaysettings.DisplaySettings |
createDisplaySettings(SpotsCollectionData spotsCollectionData) |
void |
drawOnGraphics(SpotsCollectionData spotsCollectionData,
Graphics2D graphics2D,
Rectangle renderArea,
ImageSliceIndex sliceIndex,
Collection<fiji.plugin.trackmate.Spot> selected) |
SpotDrawer.LabelSettings |
getLabelSettings() |
Color |
getStrokeColor() |
SpotFeature |
getStrokeColorFeature() |
int |
getStrokeWidth() |
boolean |
isFillSpots() |
boolean |
isUniformStrokeColor() |
void |
setFillSpots(boolean fillSpots) |
void |
setStrokeColor(Color strokeColor) |
void |
setStrokeColorFeature(SpotFeature strokeColorFeature) |
void |
setStrokeWidth(int strokeWidth) |
void |
setUniformStrokeColor(boolean uniformStrokeColor) |
getParameterChangedEventEmitter, getParameterStructureChangedEventEmitter, getParameterUIChangedEventEmitter, onParameterChanged, onParameterStructureChanged, onParameterUIChanged, registerSubParameter, registerSubParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deserializeFromJsonNode, emitParameterChangedEvent, emitParameterStructureChangedEvent, emitParameterUIChangedEvent, getContextActions, getParameter, getParameterAccess, installUIOverrideParameterEditor, installUIParameterOptions, isParameterUIVisible, isParameterUIVisible, serializeToJsonFile, serializeToJsonGenerator, serializeToJsonString, setParameter
public SpotDrawer()
public SpotDrawer(SpotDrawer other)
public void copyFrom(SpotDrawer other)
public fiji.plugin.trackmate.gui.displaysettings.DisplaySettings createDisplaySettings(SpotsCollectionData spotsCollectionData)
public void drawOnGraphics(SpotsCollectionData spotsCollectionData, Graphics2D graphics2D, Rectangle renderArea, ImageSliceIndex sliceIndex, Collection<fiji.plugin.trackmate.Spot> selected)
public boolean isFillSpots()
public void setFillSpots(boolean fillSpots)
public int getStrokeWidth()
public void setStrokeWidth(int strokeWidth)
public Color getStrokeColor()
public void setStrokeColor(Color strokeColor)
public boolean isUniformStrokeColor()
public void setUniformStrokeColor(boolean uniformStrokeColor)
public SpotFeature getStrokeColorFeature()
public void setStrokeColorFeature(SpotFeature strokeColorFeature)
public SpotDrawer.LabelSettings getLabelSettings()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.