|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.Margins
public class Margins
Specifies the size of the marginal area of the barcode image
Constructor Summary | |
---|---|
Margins()
Constructs Margins with default settings. |
|
Margins(float left,
float right,
float top,
float bottom)
Constructs Margins with custom settings |
Method Summary | |
---|---|
float |
getBottom()
Gets the bottom area of x barcode image |
float |
getLeft()
Gets the marginal area at the left of the barcode image |
float |
getRight()
Gets the marginal area at the right of the barcode image |
float |
getTop()
Gets the top area of the barcode image |
void |
reset()
Reset the marginal area to be 0 |
void |
setBottom(float value)
Sets the bottom area of x barcode image |
void |
setLeft(float value)
Sets the marginal area at the left of the barcode image |
void |
setRight(float value)
Sets the marginal area at the right of the barcode image |
void |
setTop(float 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(float left, float right, float top, float bottom)
left
- left marginal sizeright
- right marginal sizetop
- top marginal sizebottom
- bottom marginal sizeMethod Detail |
---|
public float getTop()
public void setTop(float value)
public float getBottom()
public void setBottom(float value)
public float getLeft()
public void setLeft(float value)
public float getRight()
public void setRight(float value)
public void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |