Class XYMargin

java.lang.Object
org.eclnt.ccaddons.pbc.xyeditor.logic.XYMargin

public class XYMargin extends Object
  • Constructor Details

    • XYMargin

      public XYMargin()
    • XYMargin

      public XYMargin(int left, int right, int top, int bottom)
    • XYMargin

      public XYMargin(String complexValue)
  • Method Details

    • getTop

      public int getTop()
    • setTop

      public void setTop(int top)
    • getBottom

      public int getBottom()
    • setBottom

      public void setBottom(int bottom)
    • getLeft

      public int getLeft()
    • setLeft

      public void setLeft(int left)
    • getRight

      public int getRight()
    • setRight

      public void setRight(int right)