143144145146147148149150151152153
this.offScreenImageSupported = Boolean.FALSE; } catch (IllegalArgumentException ex) { this.offScreenImageSupported = Boolean.FALSE; } finally { if (universe != null) { universe.cleanup(); } } } } return this.offScreenImageSupported;
783784785786787788789790791792793
return Component3DManager.getInstance().getOffScreenImage(view, width, height); } finally { // Restore selection this.home.setSelectedItems(selectedItems); if (offScreenImageUniverse != null) { offScreenImageUniverse.cleanup(); } } } /**