Class ReportingResourceWorkspace.SnapshotUpdater

java.lang.Object
javax.swing.SwingWorker<Optional<BufferedImage>,Void>
com.inductiveautomation.reporting.designer.workspace.ReportingResourceWorkspace.SnapshotUpdater
All Implemented Interfaces:
Runnable, Future<Optional<BufferedImage>>, RunnableFuture<Optional<BufferedImage>>
Enclosing class:
ReportingResourceWorkspace

public static class ReportingResourceWorkspace.SnapshotUpdater extends SwingWorker<Optional<BufferedImage>,Void>
Background worker that resizes a byte[] to 250x300 for display in thumbnails/preview panels. Provide a callback to actually handle the results.