AztecSymbolData

Inheritance: java.lang.Object

public class AztecSymbolData

Constructors

Constructor Description
AztecSymbolData(int layers, int symbolSize, int codewordCount, int codewordSize, boolean isFullRange)

Methods

Method Description
equals(Object arg0)
getClass()
getCodewordCount()
getCodewordSize()
getLayers()
getSymbolBitCapacity()
getSymbolSize()
hashCode()
isFullRange()
notify()
notifyAll()
setCodewordCount(int value)
setCodewordSize(int value)
setFullRange(boolean value)
setLayers(int value)
setSymbolSize(int value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AztecSymbolData(int layers, int symbolSize, int codewordCount, int codewordSize, boolean isFullRange)

public AztecSymbolData(int layers, int symbolSize, int codewordCount, int codewordSize, boolean isFullRange)

Parameters:

Parameter Type Description
layers int
symbolSize int
codewordCount int
codewordSize int
isFullRange boolean

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCodewordCount()

public int getCodewordCount()

Returns: int

getCodewordSize()

public int getCodewordSize()

Returns: int

getLayers()

public int getLayers()

Returns: int

getSymbolBitCapacity()

public int getSymbolBitCapacity()

Returns: int

getSymbolSize()

public int getSymbolSize()

Returns: int

hashCode()

public native int hashCode()

Returns: int

isFullRange()

public boolean isFullRange()

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCodewordCount(int value)

public void setCodewordCount(int value)

Parameters:

Parameter Type Description
value int

setCodewordSize(int value)

public void setCodewordSize(int value)

Parameters:

Parameter Type Description
value int

setFullRange(boolean value)

public void setFullRange(boolean value)

Parameters:

Parameter Type Description
value boolean

setLayers(int value)

public void setLayers(int value)

Parameters:

Parameter Type Description
value int

setSymbolSize(int value)

public void setSymbolSize(int value)

Parameters:

Parameter Type Description
value int

toString()

public String toString()

Returns: java.lang.String

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