Class 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:
    Serialized Form
    • Constructor Detail

      • CardinalDoublesViewModel

        public CardinalDoublesViewModel()
    • Method Detail

      • 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)