Uses of Class
neqsim.process.processmodel.dexpi.DexpiLayoutConfig
Packages that use DexpiLayoutConfig
Package
Description
DEXPI integration layer for importing and exporting P&ID data.
-
Uses of DexpiLayoutConfig in neqsim.process.processmodel.dexpi
Methods in neqsim.process.processmodel.dexpi that return DexpiLayoutConfigModifier and TypeMethodDescriptionDexpiLayoutConfig.setBatteryLimitPadding(double batteryLimitPadding) Sets the battery limit padding.DexpiLayoutConfig.setBorderMargin(double borderMargin) Sets the drawing border margin.DexpiLayoutConfig.setDefaultScale(double defaultScale) Sets the default scale factor for equipment shapes.DexpiLayoutConfig.setFontName(String fontName) Sets the font name for labels.DexpiLayoutConfig.setInstrumentOffsetY(double instrumentOffsetY) Sets the instrument offset Y.DexpiLayoutConfig.setInstrumentXSpacing(double instrumentXSpacing) Sets the instrument X spacing.DexpiLayoutConfig.setLineColor(String r, String g, String b) Sets the process line colour components.DexpiLayoutConfig.setProcessLineWeight(double processLineWeight) Sets the process line weight.DexpiLayoutConfig.setShowBatteryLimit(boolean showBatteryLimit) Sets whether the battery limit boundary should be shown.DexpiLayoutConfig.setShowEquipmentBars(boolean showEquipmentBars) Sets whether equipment bar labels with simulation data are shown.DexpiLayoutConfig.setShowFailPositionMarkers(boolean showFailPositionMarkers) Sets whether fail position markers are shown on valves.DexpiLayoutConfig.setShowFlowArrows(boolean showFlowArrows) Sets whether flow arrows are shown on connection lines.DexpiLayoutConfig.setShowInsulationMarks(boolean showInsulationMarks) Sets whether insulation marks are shown.DexpiLayoutConfig.setShowOrientationMarkers(boolean showOrientationMarkers) Sets whether orientation markers are shown on equipment.DexpiLayoutConfig.setShowRevisionHistory(boolean showRevisionHistory) Sets whether the revision history should be shown.DexpiLayoutConfig.setShowSilMarkers(boolean showSilMarkers) Sets whether SIL markers are shown on instruments.DexpiLayoutConfig.setShowStreamLabels(boolean showStreamLabels) Sets whether stream labels are shown.DexpiLayoutConfig.setShowStreamTable(boolean showStreamTable) Sets whether the stream table should be shown.DexpiLayoutConfig.setShowSymbolLegend(boolean showSymbolLegend) Sets whether the symbol legend should be shown.DexpiLayoutConfig.setSignalLineWeight(double signalLineWeight) Sets the signal line weight.DexpiLayoutConfig.setTagFontHeight(double tagFontHeight) Sets the tag font height.DexpiLayoutConfig.setXSpacing(double xSpacing) Sets the horizontal spacing between equipment columns.DexpiLayoutConfig.setXStart(double xStart) Sets the starting X coordinate.DexpiLayoutConfig.setYBase(double yBase) Sets the base Y coordinate for the main process line.DexpiLayoutConfig.setYBranchOffset(double yBranchOffset) Sets the vertical branch offset.