/**
  * Replace the PathStyle of this ClientNodePath using the specified PathCellState.
  *
  * @param state The PathCellState to be used to set the PathStyle.
  */
 private void replacePathStyle(PathCellState state) {
   pathStyle = state.getPathStyle();
 }