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) |
DisplaySettings |
createDisplaySettings(SpotsCollectionData spotsCollectionData) |
void |
drawOnGraphics(SpotsCollectionData spotsCollectionData,
Graphics2D graphics2D,
Rectangle renderArea,
ImageSliceIndex sliceIndex,
Collection<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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
emitParameterChangedEvent, emitParameterStructureChangedEvent, emitParameterUIChangedEvent, getContextActions, getParameter, getParameterAccess, installUIOverrideParameterEditor, installUIParameterOptions, isParameterUIVisible, isParameterUIVisible, setParameter
public SpotDrawer()
public SpotDrawer(SpotDrawer other)
public void copyFrom(SpotDrawer other)
public DisplaySettings createDisplaySettings(SpotsCollectionData spotsCollectionData)
public void drawOnGraphics(SpotsCollectionData spotsCollectionData, Graphics2D graphics2D, Rectangle renderArea, ImageSliceIndex sliceIndex, Collection<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–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.