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