コード例 #1
0
  /**
   * Set the visible field. Renderer specific impl.
   *
   * @param value The new value.
   */
  protected void setVisible(boolean[] value, int numValid) {
    super.setVisible(value, numValid);

    if (inSetup) return;

    maskChanged = true;

    if (implGroup.isLive()) implGroup.boundsChanged(this);
    else updateNodeBoundsChanges(implGroup);
  }