Example #1
0
 /**
  * Records feedback about how the specified WWIcon has been processed.
  *
  * @param dc the current DrawContext.
  * @param icon the icon which the feedback information refers to.
  * @param modelPoint the icon's reference point in model coordinates.
  * @param screenRect the icon's bounding rectangle in screen coordinates.
  */
 @SuppressWarnings({"UnusedDeclaration"})
 protected void doRecordFeedback(
     DrawContext dc, WWIcon icon, Vec4 modelPoint, Rectangle screenRect) {
   icon.setValue(AVKey.FEEDBACK_REFERENCE_POINT, modelPoint);
   icon.setValue(AVKey.FEEDBACK_SCREEN_BOUNDS, screenRect);
 }