public class Margin extends Object implements JIPipeParameterCollection
Modifier and Type | Class and Description |
---|---|
static class |
Margin.List
List parameter of
Margin |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Modifier and Type | Field and Description |
---|---|
static int |
PARAM_BOTTOM |
static int |
PARAM_HEIGHT |
static int |
PARAM_LEFT |
static int |
PARAM_RIGHT |
static int |
PARAM_TOP |
static int |
PARAM_WIDTH |
Constructor and Description |
---|
Margin()
Creates a new instance
|
Margin(Anchor anchor) |
Margin(Margin other)
Creates a copy
|
Margin(Rectangle rectangle)
Creates a margin from a rectangle
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public static final int PARAM_LEFT
public static final int PARAM_TOP
public static final int PARAM_RIGHT
public static final int PARAM_BOTTOM
public static final int PARAM_WIDTH
public static final int PARAM_HEIGHT
public Margin()
public Margin(Rectangle rectangle)
rectangle
- the rectanglepublic Margin(Margin other)
other
- the originalpublic Margin(Anchor anchor)
public Set<String> getRelevantParameterKeys()
public NumericFunctionExpression getLeft()
public void setLeft(NumericFunctionExpression left)
public NumericFunctionExpression getTop()
public void setTop(NumericFunctionExpression top)
public NumericFunctionExpression getRight()
public void setRight(NumericFunctionExpression right)
public NumericFunctionExpression getBottom()
public void setBottom(NumericFunctionExpression bottom)
public NumericFunctionExpression getWidth()
public void setWidth(NumericFunctionExpression width)
public NumericFunctionExpression getHeight()
public void setHeight(NumericFunctionExpression height)
public Anchor getAnchor()
public void setAnchor(Anchor anchor)
public Rectangle getInsideArea(Rectangle availableArea, ExpressionVariables parameters)
availableArea
- rectangle describing the available area.parameters
- additional expression variablespublic EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.