|
com.aspose.barcode
Class ImageQuality
java.lang.Object
com.aspose.barcode.ImageQuality
public class ImageQuality - extends java.lang.Object
Image quality of the barcode image
|
Field Summary |
static int |
ANTI_ALIAS
anti alias settings |
static int |
DEFAULT
default settings optimized for speed |
|
Constructor Summary |
ImageQuality()
This class serves the purpose of hosting constants, never meant to be initiated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final int DEFAULT
- default settings optimized for speed
- See Also:
- Constant Field Values
ANTI_ALIAS
public static final int ANTI_ALIAS
- anti alias settings
- See Also:
- Constant Field Values
ImageQuality
public ImageQuality()
- This class serves the purpose of hosting constants, never meant to be initiated.
|