Package io.keikai.ui.impl
Class MergedRect
- java.lang.Object
-
- io.keikai.api.AreaRef
-
- io.keikai.ui.impl.MergedRect
-
- All Implemented Interfaces:
Serializable
public class MergedRect extends AreaRef
- Author:
- Dennis.Chen
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.keikai.api.AreaRef
_column, _lastColumn, _lastRow, _row
-
-
Constructor Summary
Constructors Constructor Description MergedRect()
MergedRect(int id, int left, int top, int right, int bottom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreaRef
cloneSelf()
boolean
equals(Object other)
int
getId()
int
hashCode()
void
setId(int id)
String
toString()
-
Methods inherited from class io.keikai.api.AreaRef
asString, contains, getColumn, getLastColumn, getLastRow, getRow, overlap, setArea, setColumn, setLastColumn, setLastRow, setRow
-
-