OffsetIterator

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.barcode.barcoderecognition.recognition.datamatrix.oldalgorithm.treealgorithm.ICorrector

public class OffsetIterator implements ICorrector

Class for modifying an offset of a context in a cycle

Constructors

Constructor Description
OffsetIterator(int maxOffset) Initializes a new instance of the OffsetIterator class with specified maximum offset

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
modifies(ModelHolder modelHolder) Modifies an offset from a DataMatrix context
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

OffsetIterator(int maxOffset)

public OffsetIterator(int maxOffset)

Initializes a new instance of the OffsetIterator class with specified maximum offset

Parameters:

Parameter Type Description
maxOffset int A maximum offset

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

hashCode()

public native int hashCode()

Returns: int

modifies(ModelHolder modelHolder)

public final boolean modifies(ModelHolder modelHolder)

Modifies an offset from a DataMatrix context

Parameters:

Parameter Type Description
modelHolder ModelHolder Model holder

Returns: boolean - If modified, return true, else false

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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