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