Package org.openl.rules.table
Class GridRegion
- java.lang.Object
-
- org.openl.rules.table.GridRegion
-
- All Implemented Interfaces:
IGridRegion
public class GridRegion extends Object implements IGridRegion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openl.rules.table.IGridRegion
IGridRegion.Tool
-
-
Field Summary
-
Fields inherited from interface org.openl.rules.table.IGridRegion
EMPTY_REGION
-
-
Constructor Summary
Constructors Constructor Description GridRegion(int top, int left, int bottom, int right)GridRegion(IGridRegion g)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetBottom()intgetLeft()intgetRight()intgetTop()inthashCode()voidsetBottom(int bottom)voidsetLeft(int left)voidsetRight(int right)voidsetTop(int top)StringtoString()
-
-
-
Constructor Detail
-
GridRegion
public GridRegion(IGridRegion g)
-
GridRegion
public GridRegion(int top, int left, int bottom, int right)
-
-
Method Detail
-
getBottom
public int getBottom()
- Specified by:
getBottomin interfaceIGridRegion
-
getLeft
public int getLeft()
- Specified by:
getLeftin interfaceIGridRegion
-
getRight
public int getRight()
- Specified by:
getRightin interfaceIGridRegion
-
getTop
public int getTop()
- Specified by:
getTopin interfaceIGridRegion
-
setBottom
public void setBottom(int bottom)
-
setLeft
public void setLeft(int left)
-
setRight
public void setRight(int right)
-
setTop
public void setTop(int top)
-
-