| title | SpecificParametersUI |
|---|---|
| second_title | Aspose.BarCode for Android via Java API Reference |
| description | Specific parameters. |
| type | docs |
| weight | 18 |
| url | /androidjava/com.aspose.barcode.component/specificparametersui/ |
Inheritance: java.lang.Object
public class SpecificParametersUI
Specific parameters.
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getAustralianPost() | Gets AustralianPost parameters . |
| getAztec() | Gets Aztec parameters . |
| getClass() | |
| getCodabar() | Gets Codabar parameters . |
| getCodablock() | Gets Codablock parameters . |
| getCode128() | Gets Code128 parameters . |
| getCode16K() | Gets Code16K parameters . |
| getCoupon() | Gets Coupon parameters . |
| getDataBar() | Gets DataBar parameters . |
| getDataMatrix() | Gets DataMatrix parameters Used for DataMatrix. |
| getDotCode() | Gets DotCode parameters "com.aspose.barcode.generation.DotCodeParameters" |
| getHanXin() | Gets HanXin parameters . |
| getITF() | Gets ITF parameters . |
| getMaxiCode() | Gets MaxiCode parameters . |
| getPdf417() | Gets Pdf417 parameters . |
| getPostal() | Gets Postal parameters . |
| getQR() | Gets QR, MicroQR and RectMicroQR parameters com.aspose.barcode.component.QrParametersUI . |
| getSupplement() | Gets Supplement parameters . |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | Returns a human-readable string representation of this . |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
public AustralianPostParameters getAustralianPost()
Gets AustralianPost parameters . Used for AustralianPost.
Returns: AustralianPostParameters
public AztecParametersUI getAztec()
Gets Aztec parameters . Used for Aztec.
Returns: AztecParametersUI
public final native Class<?> getClass()
Returns: java.lang.Class<?>
public CodabarParameters getCodabar()
Gets Codabar parameters . Used for Codabar.
Returns: CodabarParameters
public CodablockParameters getCodablock()
Gets Codablock parameters .
Returns: CodablockParameters - Used for CodablockF.
public Code128Parameters getCode128()
Gets Code128 parameters . Used for Code128.
Returns: Code128Parameters
public Code16KParameters getCode16K()
Gets Code16K parameters . Used for Code16K.
Returns: Code16KParameters
public CouponParameters getCoupon()
Gets Coupon parameters . Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.
Returns: CouponParameters
public DataBarParameters getDataBar()
Gets DataBar parameters .
Returns: DataBarParameters - Used for DataBar symbologies.
public DataMatrixParametersUI getDataMatrix()
Gets DataMatrix parameters Used for DataMatrix.
Returns: DataMatrixParametersUI
public DotCodeParameters getDotCode()
Gets DotCode parameters "com.aspose.barcode.generation.DotCodeParameters"
Returns: DotCodeParameters - Used for DotCode.
public HanXinParametersUI getHanXin()
Gets HanXin parameters .
Returns: HanXinParametersUI -
public ITFParameters getITF()
Gets ITF parameters . Used for ITF6, ITF14.
Returns: ITFParameters
public MaxiCodeParameters getMaxiCode()
Gets MaxiCode parameters . Used for MaxiCode.
Returns: MaxiCodeParameters
public Pdf417ParametersUI getPdf417()
Gets Pdf417 parameters .
Returns: Pdf417ParametersUI - Used for Pdf417.
public PostalParameters getPostal()
Gets Postal parameters . Used for Postnet, Planet.
Returns: PostalParameters
public QrParametersUI getQR()
Gets QR, MicroQR and RectMicroQR parameters com.aspose.barcode.component.QrParametersUI . Used for QR.
Returns: QrParametersUI
public SupplementParameters getSupplement()
Gets Supplement parameters . Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.
Returns: SupplementParameters
public native int hashCode()
Returns: int
public final native void notify()
public final native void notifyAll()
public String toString()
Returns a human-readable string representation of this .
Returns: java.lang.String - A string that represents this .
public final void wait()
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |