java.lang.Object
software.xdev.chartjs.model.options.layout.Padding

public class Padding extends Object
  • Field Details

    • left

      protected int left
    • top

      protected int top
    • bottom

      protected int bottom
  • Constructor Details

    • Padding

      public Padding()
  • Method Details

    • getLeft

      public int getLeft()
    • setLeft

      public Padding setLeft(int left)
    • getRight

      public int getRight()
    • setRight

      public Padding setRight(int right)
    • getTop

      public int getTop()
    • setTop

      public Padding setTop(int top)
    • getBottom

      public int getBottom()
    • setBottom

      public Padding setBottom(int bottom)