SouthHandle(Figure owner) {
   super(owner, RelativeLocator.south());
 }
 WestHandle(Figure owner) {
   super(owner, RelativeLocator.west());
 }
 NorthEastHandle(Figure owner) {
   super(owner, RelativeLocator.northEast());
 }