MaxiCodeTargetProcessor

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.barcode.barcoderecognition.common.zebraxd.IZebraProcessor

public class MaxiCodeTargetProcessor implements IZebraProcessor

Constructors

Constructor Description
MaxiCodeTargetProcessor()
MaxiCodeTargetProcessor(MaxiCodeTargetProcessor aProcessor)

Methods

Method Description
equals(Object arg0)
getClass()
getProcessorCopy()
getScanComplexity()
getZebraSegmentFromZebrasList(List<ZebraScan.ZebraBar> aZebra)
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MaxiCodeTargetProcessor()

public MaxiCodeTargetProcessor()

MaxiCodeTargetProcessor(MaxiCodeTargetProcessor aProcessor)

public MaxiCodeTargetProcessor(MaxiCodeTargetProcessor aProcessor)

Parameters:

Parameter Type Description
aProcessor MaxiCodeTargetProcessor

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

getProcessorCopy()

public IZebraProcessor getProcessorCopy()

Returns: IZebraProcessor

getScanComplexity()

public double getScanComplexity()

Returns: double

getZebraSegmentFromZebrasList(List<ZebraScan.ZebraBar> aZebra)

public List<ZebraSegment> getZebraSegmentFromZebrasList(List<ZebraScan.ZebraBar> aZebra)

Parameters:

Parameter Type Description
aZebra java.util.List<com.aspose.barcode.barcoderecognition.common.algorithms.ZebraScan.ZebraBar>

Returns: List

hashCode()

public native int hashCode()

Returns: int

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