MicroPdf417SymbolModel
Contents
[
Hide
]
Inheritance: java.lang.Object
public class MicroPdf417SymbolModel
Constructors
| Constructor | Description |
|---|---|
| MicroPdf417SymbolModel(MicroPdf417Size size, int[] codewords) |
Methods
MicroPdf417SymbolModel(MicroPdf417Size size, int[] codewords)
public MicroPdf417SymbolModel(MicroPdf417Size size, int[] codewords)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| size | MicroPdf417Size | |
| codewords | int[] |
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>
getCodewords()
public int[] getCodewords()
Returns: int[]
getSize()
public MicroPdf417Size getSize()
Returns: MicroPdf417Size
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCodewords(int[] value)
public void setCodewords(int[] value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int[] |
setSize(MicroPdf417Size value)
public void setSize(MicroPdf417Size value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | MicroPdf417Size |
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 |