Zebra3DExtendUnion

Inheritance: java.lang.Object

public class Zebra3DExtendUnion

Constructors

Constructor Description
Zebra3DExtendUnion()

Methods

Method Description
equals(Object arg0)
extendZebraUnion3D(ZebraUnion aUnion, ByteBitmap aBitmap, IExtend3DZebraProcessor aProcessor, int aSelection) Extends ZebraUnion with 3D fan
extendZebraUnionList3D(List aUnions, ByteBitmap aBitmap, IExtend3DZebraProcessor aProcessor, int aSelection) Extends ZebraUnion list with 3D fan multithreadly
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Zebra3DExtendUnion()

public Zebra3DExtendUnion()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

extendZebraUnion3D(ZebraUnion aUnion, ByteBitmap aBitmap, IExtend3DZebraProcessor aProcessor, int aSelection)

public static ZebraUnion extendZebraUnion3D(ZebraUnion aUnion, ByteBitmap aBitmap, IExtend3DZebraProcessor aProcessor, int aSelection)

Extends ZebraUnion with 3D fan

Parameters:

Parameter Type Description
aUnion ZebraUnion extended zebraunion
aBitmap ByteBitmap bitmap
aProcessor IExtend3DZebraProcessor 3d processor for extending
aSelection int selecton what to extend Start, End, Both. Both is the most common variant

Returns: ZebraUnion - extended union with 3D fan

extendZebraUnionList3D(List aUnions, ByteBitmap aBitmap, IExtend3DZebraProcessor aProcessor, int aSelection)

public static List<ZebraUnion> extendZebraUnionList3D(List<ZebraUnion> aUnions, ByteBitmap aBitmap, IExtend3DZebraProcessor aProcessor, int aSelection)

Extends ZebraUnion list with 3D fan multithreadly

Parameters:

Parameter Type Description
aUnions java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraUnion> extended zebraunion list
aBitmap ByteBitmap bitmap
aProcessor IExtend3DZebraProcessor 3d processor for extending
aSelection int selecton what to extend Start, End, Both. Both is the most common variant

Returns: List - extended union list with 3D fan

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

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