Returns the slice position of this ROI, or zero if this ROI is not associated with a particular slice.
()
| 2301 | * if this ROI is not associated with a particular slice. |
| 2302 | */ |
| 2303 | public final int getZPosition() { |
| 2304 | return slice==0&&!hasHyperStackPosition() ? getPosition() : slice; |
| 2305 | } |
| 2306 | |
| 2307 | /** Returns the frame position of this ROI, or zero |
| 2308 | * if this ROI is not associated with a particular frame. |
no test coverage detected