private class SPEReader.SpeROI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
endX |
private int |
endY |
private int |
groupX |
private int |
groupY |
private int |
startX |
private int |
startY |
Constructor and Description |
---|
SpeROI(int xStart,
int xEnd,
int xGroup,
int yStart,
int yEnd,
int yGroup)
Constructor for SpeROI objects
|
Modifier and Type | Method and Description |
---|---|
int |
getEndX() |
int |
getEndY() |
int |
getGroupX() |
int |
getGroupY() |
int |
getStartX() |
int |
getStartY() |
private int startX
private int endX
private int groupX
private int startY
private int endY
private int groupY
public SpeROI(int xStart, int xEnd, int xGroup, int yStart, int yEnd, int yGroup)
xStart
- The starting X axis location for the ROI(the top leftmost point)xEnd
- The ending X axis location for the ROI(the top rightmost point)xGroup
- The binning or grouping value used along the X axisyStart
- The starting Y axis location for the ROI(the top leftmost point)yEnd
- The ending Y axis location for the ROI(the bottom leftmost point)yGroup
- The binning or grouping value used along the Y axispublic int getStartX()
public int getEndX()
public int getGroupX()
public int getStartY()
public int getEndY()
public int getGroupY()
Copyright © 2024 Open Microscopy Environment