public class FixedMargin extends Object implements JIPipeParameterCollection
Margin
, but with fixed-size objectsModifier and Type | Class and Description |
---|---|
static class |
FixedMargin.List
List parameter of
FixedMargin |
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 |
---|
FixedMargin()
Creates a new instance
|
FixedMargin(Anchor anchor) |
FixedMargin(FixedMargin other)
Creates a copy
|
FixedMargin(Rectangle rectangle)
Creates a margin from a rectangle
|
Modifier and Type | Method and Description |
---|---|
Anchor |
getAnchor() |
NumericFunctionExpression |
getBottom() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
NumericFunctionExpression |
getLeft() |
Set<String> |
getRelevantParameterKeys()
Finds the parameter keys that are relevant according to the current anchor setting
The anchor key 'anchor' is not part of the result.
|
NumericFunctionExpression |
getRight() |
NumericFunctionExpression |
getTop() |
Rectangle |
place(Rectangle object,
Rectangle availableArea,
ExpressionVariables parameters)
Generates the rectangle defined by the definition.
|
void |
setAnchor(Anchor anchor) |
void |
setBottom(NumericFunctionExpression bottom) |
void |
setLeft(NumericFunctionExpression left) |
void |
setRight(NumericFunctionExpression right) |
void |
setTop(NumericFunctionExpression top) |
String |
toString() |
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 FixedMargin()
public FixedMargin(Rectangle rectangle)
rectangle
- the rectanglepublic FixedMargin(FixedMargin other)
other
- the originalpublic FixedMargin(Anchor anchor)
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 Anchor getAnchor()
public void setAnchor(Anchor anchor)
public Rectangle place(Rectangle object, Rectangle availableArea, ExpressionVariables parameters)
object
- the object to be placedavailableArea
- rectangle describing the available area.parameters
- additional expression variablespublic Set<String> getRelevantParameterKeys()
public 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.