|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.barcode.jr.Resolution
public class Resolution
Resolution of the barcode image.
| Constructor Summary | |
|---|---|
Resolution()
Construct x Resolution with default settings, with x 96 * 96 DpiX and DpiY |
|
Resolution(int dpi)
Constructs x Resolution class with custom settings |
|
Resolution(int dpiX,
int dpiY)
Constructs x Resolution class with custom settings |
|
| Method Summary | |
|---|---|
int |
getDpiX()
Gets the dot per inch of the x axis |
int |
getDpiY()
Gets the dot per inch of the y axis |
void |
setDpi(int dpi)
Sets the dot per inch on both x axis and y axis. |
void |
setDpi(int dpiX,
int dpiY)
Sets the dot per inch on both x axis and y axis. |
void |
setDpiX(int value)
Sets the dot per inch of the y axis |
void |
setDpiY(int value)
Sets the dot per inch of the y axis |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Resolution()
public Resolution(int dpiX,
int dpiY)
dpiX - horizontal dots per inchdpiY - vertical dots per inchpublic Resolution(int dpi)
dpi - horizontal and vertical dots per inch| Method Detail |
|---|
public int getDpiX()
public void setDpiX(int value)
public int getDpiY()
public void setDpiY(int value)
public void setDpi(int dpi)
Sets the dot per inch on both x axis and y axis.
dpi - dot per inch
public void setDpi(int dpiX,
int dpiY)
Sets the dot per inch on both x axis and y axis.
dpiX - dot per inch on the x axisdpiY - dot per inch on the y axis
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||