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, updateadd, 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, translatecontains, getInteractor, getLayer, getParent, getToolTipText, getUserObject, hit, isVisible, repaint, setInteractor, setParent, setToolTipText, setUserObject, setVisiblepublic QualityFigure(java.awt.geom.RectangularShape shape)
public void update2(java.lang.Object value)
protected void _update()
BaseFigureBaseFigure.update() on the AWT event
thread._update in class BaseFigureprotected 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)