Uses of Class
neqsim.process.processmodel.diagram.ProcessDiagramExporter
Packages that use ProcessDiagramExporter
Package
Description
Professional Process Flow Diagram (PFD) generation for NeqSim.
-
Uses of ProcessDiagramExporter in neqsim.process.processmodel
Methods in neqsim.process.processmodel that return ProcessDiagramExporterModifier and TypeMethodDescriptionProcessSystem.createDiagramExporter()Creates a diagram exporter for this process with full configuration options. -
Uses of ProcessDiagramExporter in neqsim.process.processmodel.diagram
Methods in neqsim.process.processmodel.diagram that return ProcessDiagramExporterModifier and TypeMethodDescriptionstatic ProcessDiagramExporterDexpiDiagramBridge.createDetailedExporter(ProcessSystem processSystem) Creates a diagram exporter with full detail for DEXPI-imported processes.static ProcessDiagramExporterDexpiDiagramBridge.createExporter(ProcessSystem processSystem) Creates a diagram exporter optimized for DEXPI-imported processes.static ProcessDiagramExporterDexpiDiagramBridge.importAndCreateExporter(Path dexpiXmlFile) Imports a DEXPI XML file and creates a diagram exporter.static ProcessDiagramExporterDexpiDiagramBridge.importAndCreateExporter(Path dexpiXmlFile, Stream templateStream) Imports a DEXPI XML file with a custom template stream and creates a diagram exporter.ProcessDiagramExporter.setDetailLevel(DiagramDetailLevel detailLevel) Sets the detail level.ProcessDiagramExporter.setDiagramStyle(DiagramStyle style) Sets the diagram style to use for rendering.ProcessDiagramExporter.setHighlightRecycles(boolean highlightRecycles) Sets whether to highlight recycle streams.ProcessDiagramExporter.setShowControlEquipment(boolean showControlEquipment) Sets whether to show control equipment (adjusters, calculators, recycles).ProcessDiagramExporter.setShowDexpiMetadata(boolean showDexpiMetadata) Sets whether to show DEXPI metadata (tag names, line numbers, fluid codes) in labels.ProcessDiagramExporter.setShowLegend(boolean showLegend) Sets whether to show the legend.ProcessDiagramExporter.setShowStreamValues(boolean showStreamValues) Sets whether to show stream values on edges.Sets the diagram title.ProcessDiagramExporter.setUseClusters(boolean useClusters) Sets whether to group equipment into clusters.ProcessDiagramExporter.setUseStreamTables(boolean useStreamTables) Sets whether to use HTML tables for stream values.ProcessDiagramExporter.setVerticalLayout(boolean verticalLayout) Sets whether to use vertical (top-down) layout.