Uses of Interface
lu.kbra.modelizer_next.ui.export.ViewExportOptions
Packages that use ViewExportOptions
Package
Description
Export request model and renderer-independent export logic for images and document views.
-
Uses of ViewExportOptions in lu.kbra.modelizer_next.ui.export
Classes in lu.kbra.modelizer_next.ui.export that implement ViewExportOptionsModifier and TypeClassDescriptionfinal recordOptions used by image based exporters.final recordOptions used by the PDF exporter.Methods in lu.kbra.modelizer_next.ui.export that return ViewExportOptionsModifier and TypeMethodDescriptionViewExportFormat.createDefaultOptions()Creates the default options for this file format.ViewExportRequest.options()Returns the value of theoptionsrecord component.Constructors in lu.kbra.modelizer_next.ui.export with parameters of type ViewExportOptionsModifierConstructorDescriptionViewExportRequest(ViewExportFormat format, ViewExportScope scope, List<PanelType> panelTypes, File outputDirectory, String fileNamePattern, boolean multiple, boolean wildcard, Color backgroundColor, ViewExportOptions options) Normalizes null values to safe defaults.