示例#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());
 }