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