Class XYMargin
java.lang.Object
org.eclnt.ccaddons.pbc.xyeditor.logic.XYMargin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XYMargin
public XYMargin() -
XYMargin
public XYMargin(int left, int right, int top, int bottom) -
XYMargin
-
-
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)
-