public class DRDesignPadding extends Object implements DRIDesignPadding
DRDesignPadding class.
Constructor and Description |
---|
DRDesignPadding() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getBottom()
getBottom.
|
Integer |
getLeft()
getLeft.
|
Integer |
getRight()
getRight.
|
Integer |
getTop()
getTop.
|
void |
setBottom(Integer bottom)
Setter for the field
bottom . |
void |
setLeft(Integer left)
Setter for the field
left . |
void |
setRight(Integer right)
Setter for the field
right . |
void |
setTop(Integer top)
Setter for the field
top . |
public Integer getTop()
getTop.
getTop
in interface DRIDesignPadding
Integer
object.public void setTop(Integer top)
Setter for the field top
.
top
- a Integer
object.public Integer getLeft()
getLeft.
getLeft
in interface DRIDesignPadding
Integer
object.public void setLeft(Integer left)
Setter for the field left
.
left
- a Integer
object.public Integer getBottom()
getBottom.
getBottom
in interface DRIDesignPadding
Integer
object.public void setBottom(Integer bottom)
Setter for the field bottom
.
bottom
- a Integer
object.public Integer getRight()
getRight.
getRight
in interface DRIDesignPadding
Integer
object.public void setRight(Integer right)
Setter for the field right
.
right
- a Integer
object.Copyright © 2010–2021. All rights reserved.