|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.j2me.barcode.generation.Margins
Specifies the size of the marginal area of the barcode image
Constructor Summary | |
Margins()
Constructs Margins with default settings. |
|
Margins(int left,
int right,
int top,
int bottom)
Constructs Margins with custom settings |
Method Summary | |
int |
getBottom()
Gets the bottom area of x barcode image |
int |
getLeft()
Gets the marginal area at the left of the barcode image |
int |
getRight()
Gets the marginal area at the right of the barcode image |
int |
getTop()
Gets the top area of the barcode image |
void |
reset()
Reset the marginal area to be 0 |
void |
setBottom(int value)
Sets the bottom area of x barcode image |
void |
setLeft(int value)
Sets the marginal area at the left of the barcode image |
void |
setRight(int value)
Sets the marginal area at the right of the barcode image |
void |
setTop(int value)
Sets the top area of the barcode image |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Margins()
public Margins(int left, int right, int top, int bottom)
left
- left marginal sizeright
- right marginal sizetop
- top marginal sizebottom
- bottom marginal sizeMethod Detail |
public int getTop()
public void setTop(int value)
public int getBottom()
public void setBottom(int value)
public int getLeft()
public void setLeft(int value)
public int getRight()
public void setRight(int value)
public void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |