|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPdrabik.Region
public class Region
Field Summary | |
---|---|
int |
xNL
|
int |
xSR
|
int |
yNL
|
int |
ySR
|
Constructor Summary | |
---|---|
Region()
|
|
Region(int xNL,
int yNL,
int xSR,
int ySR)
|
|
Region(PointP[] arg)
|
Method Summary | |
---|---|
PointP |
NL()
|
int |
RangeX()
|
int |
RangeY()
|
PointP |
SR()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int xNL
public int yNL
public int xSR
public int ySR
Constructor Detail |
---|
public Region(int xNL, int yNL, int xSR, int ySR)
public Region(PointP[] arg)
public Region()
Method Detail |
---|
public int RangeX()
public int RangeY()
public PointP SR()
public PointP NL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |