pdf文档 PlantUML 1.2019.9 Sprachreferenz

1.93 MB 173 页 0 评论
语言 格式 评分
德语
.pdf
3
摘要
The document provides a comprehensive reference for PlantUML version 1.2019.9, detailing its features and capabilities. It covers the creation of various UML diagrams such as sequence, application scenario, class, activity, component, state, object, distribution, and timing diagrams. Additionally, it supports non-UML diagrams like wireframe interfaces, Archimate diagrams, SDL, Ditaa diagrams, Gantt charts, MindMap diagrams, Work Breakdown Structure diagrams, and mathematical notations using AsciiMath or JLaTeXMath. The document also explains how to use comments, headers, footers, and scaling options for diagrams. It introduces the integration of Creole syntax for text styling and provides examples of skin parameters for customizing diagram appearances. Furthermore, it demonstrates the use of Cloud Insight icons for enhanced visual representation in diagrams.
AI总结
### PlantUML 1.2019.9 功能总结 1. **基本命令** - **注释**:使用单引号 `'` 或 `/*` 和 `*/` 添加注释。 - **页眉和页脚**:通过 `header` 和 `footer` 命令添加图表的页眉或页脚,支持居中、左对齐或右对齐,可嵌入 HTML。 - **缩放**:使用 `scale` 命令调整图表大小,支持比例因子、宽度、高度或两者组合,例如: - `scale 1.5`(比例) - `scale 200*100`(像素) - `scale max 300*200`(最大尺寸) 2. **扩展功能** - **云洞察**:支持通过 `cloudinsight` 图标增强图表的视觉效果,例如: ```plantuml !include rectangle "<$tomcat>\nwebapp" as webapp ``` - **Unicode 支持**:支持多语言字符,如中文、希腊文、西里尔文等,适用于 actor、usecase 等定义。 3. **图表类型** - 支持多种 UML 图类型: - 序列图 - 用例图 - 类图 - 活动图 - 组件图 - 状态图 - 对象图 - 部署图 - 时序图 - 其他图表类型: - Wireframe 图形界面 - Archimate 图 - SDL 图 - Ditaa 图 - Gantt 图 - MindMap 图 - 工作分解结构图 - 数学公式(AsciiMath 或 JLaTeXMath) 4. **文本样式** - 支持 Creole 语法和 HTML 兼容的文本样式,例如: ```plantuml note left * 这是 **粗体** * 这是 //斜体// * 这是 ""等宽"" * 这是 --划线-- end note ``` 5. **皮肤参数** - 提供丰富的皮肤参数自定义图表样式,例如: - 调整间距:`skinparam ParticipantPadding 20` - 设置颜色:`skinparam class { BackgroundColor PaleGreen }` - 可通过 `https://plantuml-documentation.readthedocs.io/en/latest/formatting/all-skin-params.html` 查看所有皮肤参数。 6. **示例** - **云洞察示例**: ```plantuml !include AzureCosmosDb(outputCosmosDb, "Output Database", "1,000 RUs") ``` - **Unicode 示例**: ```plantuml actor 使用者 participant "頭等艙" as A ``` 总结:PlantUML 1.2019.9 提供了丰富的功能,支持多种图表类型、文本样式、Unicode 字符和扩展功能,适用于 UML 和其他类型图表的设计与生成。
P1
P2
P3
P4
P5
P6
P7
P8
P9
P10
P11
P12
下载文档到本地,方便使用
- 可预览页数已用完,剩余 161 页请下载阅读 -
文档评分
请文明评论,理性发言.