Class ImageViewUtil

java.lang.Object
org.knime.core.webui.node.view.image.ImageViewUtil

public final class ImageViewUtil extends Object
Author:
Martin Horn, KNIME GmbH, Konstanz, Germany, Marc Bux, KNIME GmbH, Berlin, Germany
  • Field Details

    • PAGE

      public static final Page PAGE
      The page representing the image view.
  • Method Details

    • createInitialDataService

      public static InitialDataService<ImageViewInitialData> createInitialDataService(Supplier<org.knime.core.data.image.ImageValue> imageValueSupplier, Supplier<String> imageIdSupplier, Supplier<ImageViewViewSettings> settingsSupplier)
      Parameters:
      imageValueSupplier - the supplier of the ImageValue
      imageIdSupplier - the supplier of the (unique) image Id
      settingsSupplier - the supplier of the image view settings to be included with the initial data
      Returns:
      a new initial data service