Class AVEdgeWidths

All Implemented Interfaces:
Iterable<AVEdgeWidths>

public class AVEdgeWidths
extends Struct<AVEdgeWidths>
  • Constructor Details

    • AVEdgeWidths

      public AVEdgeWidths()
    • AVEdgeWidths

      public AVEdgeWidths​(double left, double top, double right, double bottom)
  • Method Details

    • getLeft

      public double getLeft()
    • setLeft

      public AVEdgeWidths setLeft​(double left)
    • getTop

      public double getTop()
    • setTop

      public AVEdgeWidths setTop​(double top)
    • getRight

      public double getRight()
    • setRight

      public AVEdgeWidths setRight​(double right)
    • getBottom

      public double getBottom()
    • setBottom

      public AVEdgeWidths setBottom​(double bottom)