org.basex.gui.view.real
Class RealRect

java.lang.Object
  extended by org.basex.gui.view.real.RealRect

public class RealRect
extends java.lang.Object

This class saves the positions of the RealView rectangles.

Author:
Wolfgang Miller

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

p

public int p
pre value.


x1

public int x1
position x1.


x2

public int x2
position x2.


y1

public int y1
position y1.


y2

public int y2
position y2.

Constructor Detail

RealRect

public RealRect(int pp,
                int xx1,
                int yy1,
                int xx2,
                int yy2)
constructor, saves rects.

Parameters:
pp - pre value
xx1 - position x1
xx2 - position x2
yy1 - position y1
yy2 - position y2