Uses of Enum Class
lu.kbra.modelizer_next.ui.export.ViewExportFormat
Packages that use ViewExportFormat
Package
Description
Command-line export support used when the application is started in non-interactive export mode.
Export request model and renderer-independent export logic for images and document views.
-
Uses of ViewExportFormat in lu.kbra.modelizer_next.cmdline
Methods in lu.kbra.modelizer_next.cmdline that return ViewExportFormatModifier and TypeMethodDescriptionCommandLineExportOptions.format()Returns the value of theformatrecord component.Constructors in lu.kbra.modelizer_next.cmdline with parameters of type ViewExportFormatModifierConstructorDescriptionCommandLineExportOptions(String inputFile, ViewExportFormat format, ViewExportScope scope, List<PanelType> panelTypes, File outputDirectory, String fileNamePattern, boolean force, boolean multiple, boolean wildcard, int jobCount) Creates an instance of aCommandLineExportOptionsrecord class. -
Uses of ViewExportFormat in lu.kbra.modelizer_next.ui.export
Methods in lu.kbra.modelizer_next.ui.export that return ViewExportFormatModifier and TypeMethodDescriptionViewExportRequest.format()Returns the value of theformatrecord component.static ViewExportFormatReturns the enum constant of this class with the specified name.static ViewExportFormat[]ViewExportFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in lu.kbra.modelizer_next.ui.export with parameters of type ViewExportFormatModifierConstructorDescriptionViewExportRequest(ViewExportFormat format, ViewExportScope scope, List<PanelType> panelTypes, File outputDirectory, String fileNamePattern, boolean multiple, boolean wildcard) Creates an instance of aViewExportRequestrecord class.