Class CardinalDoublesViewModel

java.lang.Object
de.xima.fc.workflow.designer.bpmn.model.settings.CardinalDoublesViewModel
All Implemented Interfaces:
Serializable

public final class CardinalDoublesViewModel extends Object implements 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 Details

    • CardinalDoublesViewModel

      public CardinalDoublesViewModel()
  • Method Details

    • applyFromMap

      public void applyFromMap(ICardinalDirection2DMapDouble map)
    • 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

      public static CardinalDoublesViewModel of(double[] values)