AztecParametersUI

Inheritance: java.lang.Object

public class AztecParametersUI

UI wrapper for com.aspose.barcode.generation.AztecParameters class.

Methods

MethodDescription
equals(Object arg0)
getAspectRatio()Height/Width ratio of 2D BarCode module.
getAztecErrorLevel()Level of error correction of Aztec types of barcode.
getAztecSymbolMode()Gets a Aztec Symbol mode.
getClass()
getCodeTextEncoding()Gets the encoding of codetext.
hashCode()
notify()
notifyAll()
setAspectRatio(float value)Height/Width ratio of 2D BarCode module.
setAztecErrorLevel(int value)Level of error correction of Aztec types of barcode.
setAztecSymbolMode(AztecSymbolMode value)Sets a Aztec Symbol mode.
setCodeTextEncoding(Charset value)Sets the encoding of codetext.
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:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAspectRatio()

public float getAspectRatio()

Height/Width ratio of 2D BarCode module.

Returns: float

getAztecErrorLevel()

public int getAztecErrorLevel()

Level of error correction of Aztec types of barcode. Value should between 10 to 95.

Returns: int

getAztecSymbolMode()

public AztecSymbolMode getAztecSymbolMode()

Gets a Aztec Symbol mode.

Returns: AztecSymbolMode

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCodeTextEncoding()

public Charset getCodeTextEncoding()

Gets the encoding of codetext.

Returns: java.nio.charset.Charset

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAspectRatio(float value)

public void setAspectRatio(float value)

Height/Width ratio of 2D BarCode module.

Parameters:

ParameterTypeDescription
valuefloat

setAztecErrorLevel(int value)

public void setAztecErrorLevel(int value)

Level of error correction of Aztec types of barcode. Value should between 10 to 95.

Parameters:

ParameterTypeDescription
valueint

setAztecSymbolMode(AztecSymbolMode value)

public void setAztecSymbolMode(AztecSymbolMode value)

Sets a Aztec Symbol mode.

Parameters:

ParameterTypeDescription
valueAztecSymbolMode

setCodeTextEncoding(Charset value)

public void setCodeTextEncoding(Charset value)

Sets the encoding of codetext.

Parameters:

ParameterTypeDescription
valuejava.nio.charset.Charset

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int