Home | Trees | Indices | Help |
|
---|
|
object --+ | Area
This class defines an area on a grid. An Area is defined by the cells of its upper left corner (column1,row1) and lower right corner (column2, row2).
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Construct a new area on a grid.
|
Tests if the given Area overlaps with an another Area.
|
Gets the component connected to the area.
|
Sets the component connected to the area. This function only sets the value in the datastructure and does not send any events or set parents.
|
Deprecated: Use getColumn1() instead. See Also:
|
Gets the column of the top-left corner cell.
|
Deprecated: Use getColumn2() instead. See Also:
|
Gets the column of the bottom-right corner cell.
|
Deprecated: Use getRow1() instead. See Also:
|
Gets the row of the top-left corner cell.
|
Deprecated: Use getRow2() instead. See Also:
|
Gets the row of the bottom-right corner cell.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:56 2013 | http://epydoc.sourceforge.net |