Interface ColorModel<T extends PrintSettings>

Type Parameters:
T - the concrete print settings type
All Known Subinterfaces:
SystemPrinter.HtmlSettings, SystemPrinter.PdfSettings, SystemPrinter.Settings<T>

public interface ColorModel<T extends PrintSettings>
Allows configuring the color model for printing.

Implemented by concrete PrintSettings implementations that support changing the color model.

Since:
7.13
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the color model used by the printer.
    colorModel(ColorModel colorModel)
    Configures the colorModel for printing.