|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.gui.view.real.RealRect
public class RealRect
This class saves the positions of the RealView rectangles.
| Field Summary | |
|---|---|
int |
p
pre value. |
int |
x1
position x1. |
int |
x2
position x2. |
int |
y1
position y1. |
int |
y2
position y2. |
| Constructor Summary | |
|---|---|
RealRect(int pp,
int xx1,
int yy1,
int xx2,
int yy2)
constructor, saves rects. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int p
public int x1
public int x2
public int y1
public int y2
| Constructor Detail |
|---|
public RealRect(int pp,
int xx1,
int yy1,
int xx2,
int yy2)
pp - pre valuexx1 - position x1xx2 - position x2yy1 - position y1yy2 - position y2
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||