public class

SinglePreviewClippingGenerationCommand

extends Object
implements EnrichableCommand<T>
java.lang.Object
   ↳ com.priint.comet.renderer.SinglePreviewClippingGenerationCommand

Summary

Public Constructors
SinglePreviewClippingGenerationCommand(int indexOrId, double dpi, double left, double top, double width, double height, Options options, Consumer<byte[]> previewDataHandlingFunction)
Public Methods
SinglePreviewClippingGenerationCommandBuilder boundaries(double left, double top, double width, double height)
SinglePreviewClippingGenerationCommand withAdditionalOptions(Options options)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.priint.comet.renderer.EnrichableCommand

Public Constructors

public SinglePreviewClippingGenerationCommand (int indexOrId, double dpi, double left, double top, double width, double height, Options options, Consumer<byte[]> previewDataHandlingFunction)

Public Methods

public SinglePreviewClippingGenerationCommandBuilder boundaries (double left, double top, double width, double height)

public SinglePreviewClippingGenerationCommand withAdditionalOptions (Options options)