public class SpotDrawer extends Object implements JIPipeParameterCollection
Modifier and Type | Class and Description |
---|---|
static class |
SpotDrawer.LabelSettings |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
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) |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public SpotDrawer()
public SpotDrawer(SpotDrawer other)
public void copyFrom(SpotDrawer other)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
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–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.