333435363738394041
public ImageSource build() { if (this.ref == null) throw new IllegalStateException("ref not set"); final ImageSource source = new ImageSource(this.ref); source.setGenerateMips(this.generateMips); return source; }