public class CanvasEqualizer extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
CanvasEqualizer() |
CanvasEqualizer(CanvasEqualizer other) |
Modifier and Type | Method and Description |
---|---|
List<ij.ImagePlus> |
equalize(List<ij.ImagePlus> input,
ExpressionVariables variables) |
ij.process.ImageProcessor |
expandImage(ij.process.ImageProcessor ipOld,
int wNew,
int hNew,
int xOff,
int yOff) |
ij.ImageStack |
expandStack(ij.ImageStack stackOld,
int wNew,
int hNew,
int xOff,
int yOff) |
Anchor |
getAnchor() |
Color |
getBackgroundColor() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
DefaultExpressionParameter |
getxAxis() |
DefaultExpressionParameter |
getyAxis() |
void |
setAnchor(Anchor anchor) |
void |
setBackgroundColor(Color backgroundColor) |
void |
setxAxis(DefaultExpressionParameter xAxis) |
void |
setyAxis(DefaultExpressionParameter yAxis) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public CanvasEqualizer()
public CanvasEqualizer(CanvasEqualizer other)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public List<ij.ImagePlus> equalize(List<ij.ImagePlus> input, ExpressionVariables variables)
public ij.ImageStack expandStack(ij.ImageStack stackOld, int wNew, int hNew, int xOff, int yOff)
public ij.process.ImageProcessor expandImage(ij.process.ImageProcessor ipOld, int wNew, int hNew, int xOff, int yOff)
public DefaultExpressionParameter getxAxis()
public void setxAxis(DefaultExpressionParameter xAxis)
public DefaultExpressionParameter getyAxis()
public void setyAxis(DefaultExpressionParameter yAxis)
public Color getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
public Anchor getAnchor()
public void setAnchor(Anchor anchor)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.