GridCellArea

Inheritance: java.lang.Object

public class GridCellArea

Represents an area of cells.

Constructors

ConstructorDescription
GridCellArea()Creat a cell area.
GridCellArea(int startRow, int startColumn, int endRow, int endColumn)Creat a cell area.

Fields

FieldDescription
EndColumnGets or sets the end column of this area.
EndRowGets or sets the end row of this area.
StartColumnGets or sets the start column of this area.
StartRowGets or sets the start row of this area.

Methods

MethodDescription
equals(Object obj)Test if the object equals to another WebCellArea object.
getClass()
hashCode()Get the hashcode.
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GridCellArea()

public GridCellArea()

Creat a cell area.

GridCellArea(int startRow, int startColumn, int endRow, int endColumn)

public GridCellArea(int startRow, int startColumn, int endRow, int endColumn)

Creat a cell area.

Parameters:

ParameterTypeDescription
startRowintThe start row.
startColumnintThe start column.
endRowintThe end row.
endColumnintThe end column.

EndColumn

public int EndColumn

Gets or sets the end column of this area.

EndRow

public int EndRow

Gets or sets the end row of this area.

StartColumn

public int StartColumn

Gets or sets the start column of this area.

StartRow

public int StartRow

Gets or sets the start row of this area.

equals(Object obj)

public boolean equals(Object obj)

Test if the object equals to another WebCellArea object.

Parameters:

ParameterTypeDescription
objjava.lang.Object

Returns: boolean -

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public int hashCode()

Get the 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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int