Example #1
0
 @Override
 public void read(final InputCapsule capsule) throws IOException {
   super.read(capsule);
   _length = capsule.readDouble("length", 1);
   _width = capsule.readDouble("width", .25);
 }