(Box head, Box tail)
| 33 | { |
| 34 | |
| 35 | public PadsBox(Box head, Box tail) { |
| 36 | this.properties.put(TopologyBox.head, new BoxRef(head)); |
| 37 | this.properties.put(TopologyBox.tail, new BoxRef(tail)); |
| 38 | |
| 39 | loaded(); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * custom constructor, call init after you are done |