ZebraCutOff

Inheritance: java.lang.Object

public class ZebraCutOff

Constructors

Constructor Description
ZebraCutOff()

Methods

Method Description
equals(Object arg0)
filterByLineSize(List aList, float MinLineSize, float MaxLineSize) Filter ZebraSegment list by line difference
filterByLineSize(List aList, float BaseValue, float MinMult, float MaxMult) Filter ZebraSegment list by line difference from BaseValue
getClass()
hashCode()
leaveOnlyWithCurrentReadType(List aSegmentList, SingleDecodeType aReadtype) Filters segments by readtype
leaveOnlyWithCurrentReadTypeAndValue(List aSegmentList, SingleDecodeType aReadtype, int aValue) Filters segments by readtype and value
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ZebraCutOff()

public ZebraCutOff()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

filterByLineSize(List aList, float MinLineSize, float MaxLineSize)

public static List<ZebraSegment> filterByLineSize(List<ZebraSegment> aList, float MinLineSize, float MaxLineSize)

Filter ZebraSegment list by line difference

Parameters:

Parameter Type Description
aList java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment> processing list
MinLineSize float minimal value of the ZebraSegment
MaxLineSize float maximal value of the ZebraSegment

Returns: List - filtered segments

filterByLineSize(List aList, float BaseValue, float MinMult, float MaxMult)

public static List<ZebraSegment> filterByLineSize(List<ZebraSegment> aList, float BaseValue, float MinMult, float MaxMult)

Filter ZebraSegment list by line difference from BaseValue

Parameters:

Parameter Type Description
aList java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment> processing list
BaseValue float base value of the ZebraSegment
MinMult float minimal value of the ZebraSegment defined from BaseValue
MaxMult float maximal value of the ZebraSegment defined from BaseValue

Returns: List - filtered segments

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

leaveOnlyWithCurrentReadType(List aSegmentList, SingleDecodeType aReadtype)

public static List<ZebraSegment> leaveOnlyWithCurrentReadType(List<ZebraSegment> aSegmentList, SingleDecodeType aReadtype)

Filters segments by readtype

Parameters:

Parameter Type Description
aSegmentList java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment> processing list
aReadtype SingleDecodeType readtype to leave

Returns: List - filtered segments

leaveOnlyWithCurrentReadTypeAndValue(List aSegmentList, SingleDecodeType aReadtype, int aValue)

public static List<ZebraSegment> leaveOnlyWithCurrentReadTypeAndValue(List<ZebraSegment> aSegmentList, SingleDecodeType aReadtype, int aValue)

Filters segments by readtype and value

Parameters:

Parameter Type Description
aSegmentList java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment> processing list
aReadtype SingleDecodeType readtype to leave
aValue int value to leave

Returns: List - filtered segments

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