Class ImageViewUtil
java.lang.Object
org.knime.core.webui.node.view.image.ImageViewUtil
- Author:
- Martin Horn, KNIME GmbH, Konstanz, Germany, Marc Bux, KNIME GmbH, Berlin, Germany
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateInitialDataService(Supplier<org.knime.core.data.image.ImageValue> imageValueSupplier, Supplier<String> imageIdSupplier, Supplier<ImageViewViewSettings> settingsSupplier)
-
Field Details
-
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 theImageValueimageIdSupplier- the supplier of the (unique) image IdsettingsSupplier- the supplier of the image view settings to be included with the initial data- Returns:
- a new initial data service
-