示例#1
0
 public Builder withRightLeg() {
   drawing.addRightLeg(new HangmanRightLeg());
   return this;
 }