BitsLocation

Inheritance: java.lang.Object

public class BitsLocation

Data of bit’s matrix location for barcode region

Constructors

Constructor Description
BitsLocation() Initializes a new instance of the BitsLocation class.
BitsLocation(BitArrayArray bits, System.Drawing.Point[] endpoints, float angle) Initializes a new instance of the BitsLocation class.
BitsLocation(BitArrayArray bits, RectangleVertexes vertexes, float angle) Initializes a new instance of the BitsLocation class.

Fields

Field Description
Angle Angel of barcode region.
Bits Bits matrix for barcode region.
EndPoints Lacation of barcode region.

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BitsLocation()

public BitsLocation()

Initializes a new instance of the BitsLocation class.

BitsLocation(BitArrayArray bits, System.Drawing.Point[] endpoints, float angle)

public BitsLocation(BitArrayArray bits, System.Drawing.Point[] endpoints, float angle)

Initializes a new instance of the BitsLocation class.

Parameters:

Parameter Type Description
bits BitArrayArray Bits matrix.
endpoints com.aspose.ms.System.Drawing.Point[] Lacation of barcode region.
angle float Angel of barcode region.

BitsLocation(BitArrayArray bits, RectangleVertexes vertexes, float angle)

public BitsLocation(BitArrayArray bits, RectangleVertexes vertexes, float angle)

Initializes a new instance of the BitsLocation class.

Parameters:

Parameter Type Description
bits BitArrayArray Bit matrix
vertexes RectangleVertexes vertexes in the whole bitmap
angle float angle

Angle

public float Angle

Angel of barcode region.

Bits

public BitArrayArray Bits

Bits matrix for barcode region. It is transposed.

EndPoints

public System.Drawing.Point[] EndPoints

Lacation of barcode region.

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

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