Esempio n. 1
0
  /**
   * Notification that the rendering of the event model is complete and that rendering is about to
   * begin. Used to update the transformation matrix only once per frame.
   */
  public void allEventsComplete() {
    if (implGroup.isLive()) {
      implGroup.boundsChanged(this);
    } else {
      updateNodeBoundsChanges(implGroup);
    }

    super.allEventsComplete();
  }