public interface P2DRange2DInterface extends FwkInterface
Modifier and Type | Method and Description |
---|---|
P2DRange1DInterface |
getXRange()
Retrieves the x range.
|
P2DRange1DInterface |
getYRange()
Retrieves the y range.
|
void |
setXRange(P2DRange1DInterface x)
Set the x range.
|
void |
setYRange(P2DRange1DInterface y)
Set the y range.
|
getVersion, release
void setXRange(P2DRange1DInterface x)
x
- The Range of the x dimension.P2DRange1DInterface getXRange()
void setYRange(P2DRange1DInterface y)
y
- The Range of the y dimension.P2DRange1DInterface getYRange()