IrregularCells

Inheritance: java.lang.Object

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

public class IrregularCells implements ICells

Constructors

Constructor Description
IrregularCells()

Fields

Field Description
Cols Columns of cells
Rows Rows of cells

Methods

Method Description
bitmapPoint(int col, int row)
equals(Object arg0)
getClass()
getDimensionX()
getDimensionY()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

IrregularCells()

public IrregularCells()

Cols

public List<PolyLine> Cols

Columns of cells

Rows

public List<PolyLine> Rows

Rows of cells

bitmapPoint(int col, int row)

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

Parameters:

Parameter Type Description
col int
row int

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

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

Returns: int

getDimensionY()

public int getDimensionY()

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