if (rotateComponent != null) {
rotateComponent.setSize(newSize);
}
// Set the size on the resize affordance
ResizeAffordanceCellComponent resizeComponent = cell.getComponent(
ResizeAffordanceCellComponent.class);
if (resizeComponent != null) {
resizeComponent.setSize(newSize);
}
}