예제 #1
0
 SouthHandle(Figure owner) {
   super(owner, RelativeLocator.south());
 }
예제 #2
0
 WestHandle(Figure owner) {
   super(owner, RelativeLocator.west());
 }
예제 #3
0
 NorthEastHandle(Figure owner) {
   super(owner, RelativeLocator.northEast());
 }