AztecHelper

Inheritance: java.lang.Object

public class AztecHelper

Constructors

Constructor Description
AztecHelper()

Fields

Field Description
BORDERSCNTCOMPACT Number of elements in Zebra from center to border of target for Compact.
BORDERSCNTREGULAR Number of elements in Zebra from center to border of target for Regular.
SQUAREMWIDTHCOMPACT Number of elements in Zebra in target for Compact.
SQUAREMWIDTHREGULAR Number of elements in Zebra in target for Regular.

Methods

Method Description
createZebra(System.Drawing.Point start, System.Drawing.Point end, int separatrix, ByteBitmap ByteBitmap)
equals(Object arg0)
getCenterBorder(System.Drawing.Point centerModulePoint, int direction, ByteBitmap byteBitmap, int separatix)
getClass()
getModuleSizePx(System.Drawing.Point centerModulePoint, ByteBitmap byteBitmap, int separatix)
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AztecHelper()

public AztecHelper()

BORDERSCNTCOMPACT

public static final int BORDERSCNTCOMPACT

Number of elements in Zebra from center to border of target for Compact.

BORDERSCNTREGULAR

public static final int BORDERSCNTREGULAR

Number of elements in Zebra from center to border of target for Regular.

SQUAREMWIDTHCOMPACT

public static final int SQUAREMWIDTHCOMPACT

Number of elements in Zebra in target for Compact.

SQUAREMWIDTHREGULAR

public static final int SQUAREMWIDTHREGULAR

Number of elements in Zebra in target for Regular.

createZebra(System.Drawing.Point start, System.Drawing.Point end, int separatrix, ByteBitmap ByteBitmap)

public static Int32List createZebra(System.Drawing.Point start, System.Drawing.Point end, int separatrix, ByteBitmap ByteBitmap)

Parameters:

Parameter Type Description
start com.aspose.ms.System.Drawing.Point
end com.aspose.ms.System.Drawing.Point
separatrix int
ByteBitmap ByteBitmap

Returns: Int32List

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getCenterBorder(System.Drawing.Point centerModulePoint, int direction, ByteBitmap byteBitmap, int separatix)

public static System.Drawing.Point getCenterBorder(System.Drawing.Point centerModulePoint, int direction, ByteBitmap byteBitmap, int separatix)

Parameters:

Parameter Type Description
centerModulePoint com.aspose.ms.System.Drawing.Point
direction int
byteBitmap ByteBitmap
separatix int

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

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getModuleSizePx(System.Drawing.Point centerModulePoint, ByteBitmap byteBitmap, int separatix)

public static float getModuleSizePx(System.Drawing.Point centerModulePoint, ByteBitmap byteBitmap, int separatix)

Parameters:

Parameter Type Description
centerModulePoint com.aspose.ms.System.Drawing.Point
byteBitmap ByteBitmap
separatix int

Returns: float

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