Ejemplo n.º 1
0
 public Measure(Handler handler, MeasureOptions options) {
   this(MeasureImpl.create(handler.getJSObject(), options.getJSObject()));
 }
Ejemplo n.º 2
0
 public Measure(Handler handler) {
   this(MeasureImpl.create(handler.getJSObject()));
 }