Uses of Enum Class
lu.kbra.modelizer_next.ui.export.ViewExportScope
Packages that use ViewExportScope
Package
Description
Command-line export support used when the application is started in non-interactive export mode.
Canvas behavior split into small mixin-style interfaces.
Export request model and renderer-independent export logic for images and document views.
-
Uses of ViewExportScope in lu.kbra.modelizer_next.cmdline
Methods in lu.kbra.modelizer_next.cmdline that return ViewExportScopeModifier and TypeMethodDescriptionCommandLineExportOptions.scope()Returns the value of thescoperecord component.Constructors in lu.kbra.modelizer_next.cmdline with parameters of type ViewExportScopeModifierConstructorDescriptionCommandLineExportOptions(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 ViewExportScope in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type ViewExportScopeModifier and TypeMethodDescriptiondefault Rectangle2D.DoubleExportManager.computeExportContentBounds(Graphics2D g2, ViewExportScope scope) Computes the export content bounds on the active canvas.default DimensionExportManager.computeExportSize(Graphics2D g2, ViewExportScope scope) Computes the export size on the active canvas.default Rectangle2D.DoubleExportManager.computeExportWorldBounds(Graphics2D g2, ViewExportScope scope) Computes the export world bounds on the active canvas. -
Uses of ViewExportScope in lu.kbra.modelizer_next.ui.export
Methods in lu.kbra.modelizer_next.ui.export that return ViewExportScopeModifier and TypeMethodDescriptionViewExportRequest.scope()Returns the value of thescoperecord component.static ViewExportScopeReturns the enum constant of this class with the specified name.static ViewExportScope[]ViewExportScope.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 ViewExportScopeModifierConstructorDescriptionViewExportRequest(ViewExportFormat format, ViewExportScope scope, List<PanelType> panelTypes, File outputDirectory, String fileNamePattern, boolean multiple, boolean wildcard) Creates an instance of aViewExportRequestrecord class.