IlvDataWindow
Constructor Attributes | Constructor Name and Description |
---|---|
IlvDataWindow(xMin, xMax, yMin, yMax)
|
Method Attributes | Method Name and Description |
---|---|
Adds the specified data window.
|
|
addValues(x, y)
Adds the specified coordinates.
|
|
contains(x, y)
Returns whether the given point is contained in this data window.
|
|
equals(obj)
Returns whether this data window is equal to the specified data
window.
|
|
getXMax()
Returns the maximum bound along the x-axis of this data window.
|
|
getXMin()
Returns the minimum bound along the x-axis of this data window.
|
|
getYMax()
Returns the maximum bound along the y-axis of this data window.
|
|
getYMin()
Returns the minimum bound along the y-axis of this data window.
|
|
intersection(xRange, yRange)
Computes the intersection between the specified intervals along the
x- and y-axis with this data window and modifies this data window
accordingly.
|
|
intersects(w)
Returns whether the specified data window intersects
this data window.
|
|
isEmpty()
Returns whether this data window is empty.
|
|
toString()
Returns a string representation of this data window.
|