net.grelf.grip
Class Bounds

java.lang.Object
  extended by net.grelf.grip.Bounds

public class Bounds
extends java.lang.Object

Record holding the extreme x and y coordinates of a shape.


Field Summary
 int xMax
           
 int xMin
           
 int yMax
           
 int yMin
           
 
Constructor Summary
Bounds(int xMin, int xMax, int yMin, int yMax)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xMin

public int xMin

xMax

public int xMax

yMin

public int yMin

yMax

public int yMax
Constructor Detail

Bounds

public Bounds(int xMin,
              int xMax,
              int yMin,
              int yMax)