DataMatrixEcc000_140Version

Contents
[ ]

Inheritance: java.lang.Object

public class DataMatrixEcc000_140Version

Fields

Field Description
Columns
Rows

Methods

Method Description
GetCloseVersionToThis(double possRows, double possColumns, double aMaxDimensionDistToFail)
equals(Object arg0)
getClass()
getCloseVersionList(double possRows, double possColumns, double aMaxDimensionDistToFail)
getVersion(int numRows, int numColumns)
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Columns

public int Columns

Rows

public int Rows

GetCloseVersionToThis(double possRows, double possColumns, double aMaxDimensionDistToFail)

public static Tup<DataMatrixEcc000_140Version,Double> GetCloseVersionToThis(double possRows, double possColumns, double aMaxDimensionDistToFail)

Parameters:

Parameter Type Description
possRows double
possColumns double
aMaxDimensionDistToFail double

Returns: Tup

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

getCloseVersionList(double possRows, double possColumns, double aMaxDimensionDistToFail)

public static System.Collections.Generic.List<Tup<DataMatrixEcc000_140Version,Double>> getCloseVersionList(double possRows, double possColumns, double aMaxDimensionDistToFail)

Parameters:

Parameter Type Description
possRows double
possColumns double
aMaxDimensionDistToFail double

Returns: List

getVersion(int numRows, int numColumns)

public static DataMatrixEcc000_140Version getVersion(int numRows, int numColumns)

Parameters:

Parameter Type Description
numRows int
numColumns int

Returns: DataMatrixEcc000_140Version

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