Uses of Enum Class
neqsim.process.processmodel.diagram.DiagramStyle
Packages that use DiagramStyle
Package
Description
Professional Process Flow Diagram (PFD) generation for NeqSim.
-
Uses of DiagramStyle in neqsim.process.processmodel.diagram
Subclasses with type arguments of type DiagramStyle in neqsim.process.processmodel.diagramModifier and TypeClassDescriptionenumDefines the visual style for process flow diagrams.Fields in neqsim.process.processmodel.diagram declared as DiagramStyleModifier and TypeFieldDescriptionprivate DiagramStyleProcessDiagramExporter.diagramStyleDiagram style (NEQSIM, HYSYS, PROII, ASPEN_PLUS).Methods in neqsim.process.processmodel.diagram that return DiagramStyleModifier and TypeMethodDescriptionProcessDiagramExporter.getDiagramStyle()Gets the current diagram style.static DiagramStyleReturns the enum constant of this class with the specified name.static DiagramStyle[]DiagramStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.processmodel.diagram with parameters of type DiagramStyleModifier and TypeMethodDescriptionProcessDiagramExporter.setDiagramStyle(DiagramStyle style) Sets the diagram style to use for rendering.