Modifier and Type | Method and Description |
---|---|
int |
getColor()
Returns the color representation of this ROI as an index in the list of specified Mango ROI colors.
|
String |
getLabel(boolean canUseDefault)
Returns the label of this ROI.
|
ImageBounds |
getROIBounds(boolean useSeries)
Returns the bounds of this ROI.
|
Analysis |
getStats()
Returns the stats of this ROI
|
Analysis |
getStats(int seriesPoint)
Returns the stats at a specified series point.
|
void |
setHighlighted(boolean highlight)
Sets the highlight state of this ROI.
|
String |
toString()
Returns a string representation of this ROI.
|
int getColor()
String getLabel(boolean canUseDefault)
canUseDefault
- true to return a default label if none is stored, false otherwiseImageBounds getROIBounds(boolean useSeries)
useSeries
- true to include the whole series, false otherwiseAnalysis getStats()
Analysis getStats(int seriesPoint)
seriesPoint
- the series pointvoid setHighlighted(boolean highlight)
highlight
- true to turn on highlighting of this ROI, false otherwise