Class CardinalDoublesViewModel
java.lang.Object
de.xima.fc.workflow.designer.bpmn.model.settings.CardinalDoublesViewModel
- All Implemented Interfaces:
Serializable
View model for double values associated with cardinal directions (north, east, south, west), e.g. paddings or
margins.
- Since:
- 8.4.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CardinalDoublesViewModel
public CardinalDoublesViewModel()
-
-
Method Details
-
applyFromMap
-
getBottom
public double getBottom() -
setBottom
public void setBottom(double bottom) -
getLeft
public double getLeft() -
setLeft
public void setLeft(double left) -
getRight
public double getRight() -
setRight
public void setRight(double right) -
getTop
public double getTop() -
setTop
public void setTop(double top) -
toMap
-
of
-