weka.classifiers.misc.chirp
Class Rect
java.lang.Object
weka.classifiers.misc.chirp.Rect
- All Implemented Interfaces:
- java.io.Serializable
public class Rect
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Rect(double x,
double y,
double w,
double h)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public double x
y
public double y
width
public double width
height
public double height
Rect
public Rect(double x,
double y,
double w,
double h)
getX
public double getX()
getY
public double getY()
getWidth
public double getWidth()
getHeight
public double getHeight()
getCenterX
public double getCenterX()
getCenterY
public double getCenterY()
getMinX
public double getMinX()
getMinY
public double getMinY()
getMaxX
public double getMaxX()
getMaxY
public double getMaxY()
contains
public boolean contains(double x,
double y)