public class QualityFigure extends BaseFigure
BaseFigure.Orientation
_lastUpdate, _orientation, _shape, isDebugging, log
Constructor and Description |
---|
QualityFigure(java.awt.geom.RectangularShape shape) |
Modifier and Type | Method and Description |
---|---|
protected void |
_update()
A subclass implements this method to do the actual update of the this
figure.
|
protected void |
_update2(java.lang.Object value)
Update color of rectangle based on quality thresholds and score
|
void |
setHighQualityThreshold(java.lang.Object high_quality_token)
Set the high quality threshold for entity being monitored
|
void |
setLowQualityThreshold(java.lang.Object low_quality_token)
Set the low quality threshold for entity being monitored
|
void |
setQualityValue(java.lang.Object quality_score_token)
Set the quality score for entity being monitored
|
void |
update2(java.lang.Object value)
Updates the quality score value
|
getOrientation, setOrientation, update
add, add, contains, figures, figuresFromBack, figuresFromFront, get, getBackgroundFigure, getBounds, getChildren, getFigureCount, getOrigin, getShape, getTransformContext, indexOf, intersects, invalidateCachedBounds, paint, paint, pick, pick, remove, remove, repaint, replaceChild, setBackgroundFigure, setIndex, toString, transform, translate
contains, getInteractor, getLayer, getParent, getToolTipText, getUserObject, hit, isVisible, repaint, setInteractor, setParent, setToolTipText, setUserObject, setVisible
public QualityFigure(java.awt.geom.RectangularShape shape)
public void update2(java.lang.Object value)
protected void _update()
BaseFigure
BaseFigure.update()
on the AWT event
thread._update
in class BaseFigure
protected void _update2(java.lang.Object value)
public void setHighQualityThreshold(java.lang.Object high_quality_token)
public void setLowQualityThreshold(java.lang.Object low_quality_token)
public void setQualityValue(java.lang.Object quality_score_token)