GridCellArea
Contents
[
Hide
]Inheritance: java.lang.Object
public class GridCellArea
Represents an area of cells.
Constructors
Constructor | Description |
---|---|
GridCellArea() | Creat a cell area. |
GridCellArea(int startRow, int startColumn, int endRow, int endColumn) | Creat a cell area. |
Fields
Field | Description |
---|---|
EndColumn | Gets or sets the end column of this area. |
EndRow | Gets or sets the end row of this area. |
StartColumn | Gets or sets the start column of this area. |
StartRow | Gets or sets the start row of this area. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
startRow | int | The start row. |
startColumn | int | The start column. |
endRow | int | The end row. |
endColumn | int | The 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:
Parameter | Type | Description |
---|---|---|
obj | java.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:
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 |