Difference between revisions of "Line definition"
Jump to navigation
Jump to search
Jan.Gajdosik (talk | contribs) |
Jan.Gajdosik (talk | contribs) |
||
Line 10: | Line 10: | ||
|Line type | |Line type | ||
|<sup>[[Legend of XML elements|[A]]]</sup> <code>Type</code> | |<sup>[[Legend of XML elements|[A]]]</sup> <code>Type</code> | ||
| | |Type of line defined as <code>StandardLine</code> or <code>ElemeLine</code> | ||
|(empty) | |(empty) | ||
| | |} | ||
==== StandardLine ==== | |||
'''Example of Data XML''' | |||
<code><Line Type="ElemLine"></code> | <code><Line Type="ElemLine"></code> |
Revision as of 08:44, 1 June 2022
Used to store line definition.
Data XML definition
Property | XML | Description | Default |
---|---|---|---|
Line type | [A] Type
|
Type of line defined as StandardLine or ElemeLine
|
(empty) |
StandardLine
Example of Data XML
<Line Type="ElemLine">
<Elem Kind="Line" DX="2" DY="0" />
<Elem Kind="Move" DX="-1" DY="1" />
<Elem Kind="Line" DX="0" DY="-2" />
<Elem Kind="Move" DX="7" DY="0" />
</Line>