CodeResultHelper

Inheritance: java.lang.Object

public class CodeResultHelper

Constructors

Constructor Description
CodeResultHelper()

Methods

Method Description
equals(Object arg0)
getBarcodeAngle(QuadPoints aQuad)
getBarcodeAngle(QuadPoints aQuad, int Rest)
getClass()
hashCode()
notify()
notifyAll()
shiftDecreasedPoint(System.Drawing.Point src, int shiftX, int shiftY, int decreasedSize)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CodeResultHelper()

public CodeResultHelper()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getBarcodeAngle(QuadPoints aQuad)

public static double getBarcodeAngle(QuadPoints aQuad)

Parameters:

Parameter Type Description
aQuad QuadPoints

Returns: double

getBarcodeAngle(QuadPoints aQuad, int Rest)

public static double getBarcodeAngle(QuadPoints aQuad, int Rest)

Parameters:

Parameter Type Description
aQuad QuadPoints
Rest int

Returns: double

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()

shiftDecreasedPoint(System.Drawing.Point src, int shiftX, int shiftY, int decreasedSize)

public static System.Drawing.Point shiftDecreasedPoint(System.Drawing.Point src, int shiftX, int shiftY, int decreasedSize)

Parameters:

Parameter Type Description
src com.aspose.ms.System.Drawing.Point
shiftX int
shiftY int
decreasedSize int

Returns: com.aspose.ms.System.Drawing.Point

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