PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)法を使用します: • #color;line.[bold|dashed|dotted];text:color @startuml actor foo foo --> (bar) : normal foo --> (bar1) #line:red;line.bold;text:red : red bold foo --> (bar2) #green;line.dashed;text:green : : green dashed foo --> (bar3) #blue;line.dotted;text:blue : blue dotted @enduml PlantUML 言語リファレンスガイド (1.2021.2) 51 / 398 2.17 要素の色とスタイルを変更する(インラインスタイル) 2 ユースケース図 [Ref. QA-3770 and QA-3816] [配置図、クラス図の同様の機能を参照] #[color|back:color];line:color;line.[bold|dashed|dotted];text:color @startuml actor a actor b #pink;line:red;line.bold;text:red usecase c #palegreen;line:green;line.dashed;text:green usecase d #aliceblue;line:blue;line0 码力 | 399 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.3 言語リファレンスガイド法を使用します: • #color;line.[bold|dashed|dotted];text:color @startuml actor foo foo --> (bar) : normal foo --> (bar1) #line:red;line.bold;text:red : red bold foo --> (bar2) #green;line.dashed;text:green : : green dashed foo --> (bar3) #blue;line.dotted;text:blue : blue dotted @enduml PlantUML 言語リファレンスガイド (1.2021.2) 51 / 411 2.17 要素の色とスタイルを変更する(インラインスタイル) 2 ユースケース図 [Ref. QA-3770 and QA-3816] [配置図、クラス図の同様の機能を参照] #[color|back:color];line:color;line.[bold|dashed|dotted];text:color @startuml actor a actor b #pink;line:red;line.bold;text:red usecase c #palegreen;line:green;line.dashed;text:green usecase d #aliceblue;line:blue;line0 码力 | 412 页 | 4.46 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)法を使用します: • #color;line.[bold|dashed|dotted];text:color @startuml actor foo foo --> (bar) : normal foo --> (bar1) #line:red;line.bold;text:red : red bold foo --> (bar2) #green;line.dashed;text:green : : green dashed foo --> (bar3) #blue;line.dotted;text:blue : blue dotted @enduml [Ref. QA-3770 and QA-3816] [配置図、クラス図の同様の機能を参照] PlantUML 言語リファレンスガイド (1.2023.11) 58 / 544 2.17 要素の色とスタイルを変更する(インラインスタイル) #[color|back:color];line:color;line.[bold|dashed|dotted];text:color @startuml actor a actor b #pink;line:red;line.bold;text:red usecase c #palegreen;line:green;line.dashed;text:green usecase d #aliceblue;line:blue;line0 码力 | 545 页 | 7.75 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)notation: • #color;line.[bold|dashed|dotted];text:color @startuml actor foo foo --> (bar) : normal foo --> (bar1) #line:red;line.bold;text:red : red bold foo --> (bar2) #green;line.dashed;text:green : : green dashed foo --> (bar3) #blue;line.dotted;text:blue : blue dotted @enduml PlantUML 言語リファレンスガイド (1.2021.1) 51 / 392 2.17 Change element color and style (inline style) 2 ユースケース図 [Ref. QA-3770 and #[color|back:color];line:color;line.[bold|dashed|dotted];text:color @startuml actor a actor b #pink;line:red;line.bold;text:red usecase c #palegreen;line:green;line.dashed;text:green usecase d #aliceblue;line:blue;line0 码力 | 393 页 | 4.27 MB | 1 年前3
KiCad 8.0 Schematic Editorselecting Break. Normally the line style of a wire follows the net’s netclass settings (nets are in the Default netclass if no other netclass is specified). However, the line style for the selected wire selected). The wire’s width, color, and line style (solid, dashed, dotted, etc.) can be set. Setting the width to 0 , clearing the color, and using the Default line style uses the default width, color determine how wires of that netclass are displayed in the schematic. Wire and bus thicknesses, color, and line style (solid, dashed, dotted, etc.) can all be adjusted. Setting the color to transparent will use0 码力 | 194 页 | 7.86 MB | 1 年前3
KiCad 8.0 PCB Editorthe properties that will be used for new text and graphic shapes that are placed on the board. 15 Line thickness, text size, and text appearance can be configured for the six different categories of layers all layers. For more details about dimension properties, see the Dimensions section below. Dashed line appearance is controlled in the Formatting section. Dash length controls the length of dashes, while between dashes and dots. The dash and gap lengths are relative to the line width: a gap length of 2 means twice the width of the line. Text replacement variables can be created in the Text Variables section0 码力 | 204 页 | 6.90 MB | 1 年前3
PlantUML 1.2020.23 言語リファレンスガイドAlice : hello Alice -> Bob : ok @enduml 1.36.2 lifelineStrategy solid In order to have solid life line in sequence diagrams, you can use: • skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy @enduml [Adapted from QA-4181] 3.33 関係 (リンク、矢印) の色とスタイルを変更する 関係の色を変更するには、次のように [#color] または #color;line.[bold|dashed|dotted];text:color と書きます。 • 古い書き方 @startuml class foo foo --> bar foo -[#red]-> bar1 class foo foo --> bar : normal foo --> bar1 #line:red;line.bold;text:red : red bold foo --> bar2 #green;line.dashed;text:green : green dashed foo --> bar3 #blue;line.dotted;text:blue : blue dotted @enduml0 码力 | 306 页 | 3.19 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)@enduml [Adapted from QA-4181] 3.32 関係 (リンク、矢印) の色とスタイルを変更する 関係の色を変更するには、次のように [#color] または #color;line.[bold|dashed|dotted];text:color と書きます。 • 古い書き方 @startuml class foo foo --> bar foo -[#red]-> bar1 class foo foo --> bar : normal foo --> bar1 #line:red;line.bold;text:red : red bold foo --> bar2 #green;line.dashed;text:green : green dashed foo --> bar3 #blue;line.dotted;text:blue : blue dotted @enduml (1.2020.22) 93 / 293 5.21 Condition End Style 5 アクティビティ図(ベータ版) @enduml @enduml 5.21.2 Horizontal line (hline) style • With one branch @startuml skinparam ConditionEndStyle hline :A; if (decision) then0 码力 | 294 页 | 3.11 MB | 1 年前3
Krita 5.2 マニュアル
how the grid is displayed. In two point perspective the center of vision is a point on the horizon line, so the assistant displays a small notch to indicate its location. Generally, the center of vision Alt The vanishing point will only move along the horizon line Ctrl The grid will rotate along with the vanishing point on the horizon line. This allows you to easily draw several two-point objects that と 3 既定では Krita は Python 3 でコンパイルされています。 しかし Python 2 でコンパイルすることも可能です。それをするには cmake configuration line に次のものを追加する必要があります。 -DENABLE_PYTHON_2=ON Krita の Python プラグインを作成す る方法 あなたは既に、スクリプター Python ランナーで書いた素敵なスクリプトを0 码力 | 1591 页 | 79.16 MB | 1 年前3
KiCad 8.0 Drawing Sheet Editorメイン画面 メインウィンドウのツールバー 描画エリア(描画パネル)でのコマンド ステータスバー 画面左ウィンドウ(デザインツリー) 画面右ウィンドウ 編集作業 要素の選択 要素の作成 線(Line)/矩形(Rect)/テキスト(Text)の追加 ロゴの追加 ビットマップ(Bitmap)の追加 3 3 3 3 4 4 4 5 6 7 8 8 10 11 12 このタイトルブロックや図形(ロゴなど)をまとめて図枠として定義しており、ここではこれらをまとめて ”ペー ジレイアウト” と呼びます。 基本的なページレイアウトの要素は、次のものとなります: 線(Line) 矩形(Rect) テキスト(Text) (EeschemaやPcbnewの実際の図面で日付やページ番号に自動的に置換えられる書式指定文字 を含む) 重畳された多角形(Poly) (主にロゴや特別な図形を配置するためのもの) れます。 このファイルは、EeschemaやPcbnewで図枠として使用することが出来ます。 4 動作の詳細 基本的な要素の設定 基本的なページレイアウトの要素は、次のものとなります: 線(Line) 矩形(Rect) テキスト(Text) (EeschemaやPcbnewの実際の図面で日付やページ番号に自動的に置換えられる書式指定文字 を含む) 重畳された多角形(Poly) (主にロゴや特別な図形を配置するためのもの)0 码力 | 26 页 | 833.15 KB | 1 年前3
共 21 条
- 1
- 2
- 3













