public class GridRegion extends Object implements IGridRegion
IGridRegion.Tool| Constructor and Description |
|---|
GridRegion(IGridRegion g) |
GridRegion(int top,
int left,
int bottom,
int right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getBottom() |
int |
getLeft() |
int |
getRight() |
int |
getTop() |
int |
hashCode() |
void |
setBottom(int bottom) |
void |
setLeft(int left) |
void |
setRight(int right) |
void |
setTop(int top) |
String |
toString() |
public GridRegion(IGridRegion g)
public GridRegion(int top,
int left,
int bottom,
int right)
public int getBottom()
getBottom in interface IGridRegionpublic int getLeft()
getLeft in interface IGridRegionpublic int getRight()
getRight in interface IGridRegionpublic int getTop()
getTop in interface IGridRegionpublic void setBottom(int bottom)
public void setLeft(int left)
public void setRight(int right)
public void setTop(int top)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.