RegularCells

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.barcode.barcoderecognition.recognition.cells2d.ICells

public class RegularCells implements ICells

Block model of sub matrix or whole matrix

Constructors

Constructor Description
RegularCells()

Fields

Field Description
Cols Columns of cells
Rows Rows of cells

Methods

Method Description
bitmapPoint(int col, int row) Point on the proto bitmap
equals(Object arg0)
getClass()
getDimensionX() X dimension
getDimensionY() Y dimension
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

RegularCells()

public RegularCells()

Cols

public Int32List Cols

Columns of cells

Rows

public Int32List Rows

Rows of cells

bitmapPoint(int col, int row)

public System.Drawing.Point bitmapPoint(int col, int row)

Point on the proto bitmap

Parameters:

Parameter Type Description
col int A column
row int A row

Returns: com.aspose.ms.System.Drawing.Point - Point on the bitmap

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

getDimensionX()

public int getDimensionX()

X dimension

Returns: int

getDimensionY()

public int getDimensionY()

Y dimension

Returns: int

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