public class ImageWindow extends Object
| Constructor and Description |
|---|
ImageWindow(FileDirectory fileDirectory)
Constructor, full image size
|
ImageWindow(int x,
int y)
Constructor for a single coordinate
|
ImageWindow(int minX,
int minY,
int maxX,
int maxY)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxX()
Get the max x
|
int |
getMaxY()
Get the max y
|
int |
getMinX()
Get the min x
|
int |
getMinY()
Get the min y
|
void |
setMaxX(int maxX)
Set the max x
|
void |
setMaxY(int maxY)
Set the max y
|
void |
setMinX(int minX)
Set the min x
|
void |
setMinY(int minY)
Set the min y
|
String |
toString() |
public ImageWindow(int minX,
int minY,
int maxX,
int maxY)
minX - min x (inclusive)minY - min y (inclusive)maxX - max x (exclusive)maxY - max y (exclusive)public ImageWindow(int x,
int y)
x - x coordinatey - y coordinatepublic ImageWindow(FileDirectory fileDirectory)
fileDirectory - file directorypublic int getMinX()
public void setMinX(int minX)
minX - min xpublic int getMinY()
public void setMinY(int minY)
minY - min ypublic int getMaxX()
public void setMaxX(int maxX)
maxX - max xpublic int getMaxY()
public void setMaxY(int maxY)
maxY - max yCopyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.