att.linerend

Attributes that record the visual rendition of lines.
Module MEI.shared
Members
att.extender (no elements directly inheriting from this class)
f (via att.f.vis)
Attributes
@lendsym(optional)Symbol rendered at end of line. Value conforms to data.LINESTARTENDSYMBOL. att.linerend
@lendsymsize(optional)Holds the relative size of the line-end symbol. Value conforms to data.LINESTARTENDSYMBOLSIZE. att.linerend
@lform(optional)Describes the line style of a line. Value conforms to data.LINEFORM. att.linerend.base
@lstartsym(optional)Symbol rendered at start of line. Value conforms to data.LINESTARTENDSYMBOL. att.linerend
@lstartsymsize(optional)Holds the relative size of the line-start symbol. Value conforms to data.LINESTARTENDSYMBOLSIZE. att.linerend
@lwidth(optional)Width of a line. Value conforms to data.LINEWIDTH. att.linerend.base
Declaration
<classes>
<memberOf key="att.linerend.base"/>
</classes>
<attDef ident="lendsym" usage="opt">
<desc>Symbol rendered at end of line.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINESTARTENDSYMBOL" />
</datatype>
</attDef>
<attDef ident="lendsymsize" usage="opt">
<desc>Holds the relative size of the line-end symbol.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINESTARTENDSYMBOLSIZE" />
</datatype>
</attDef>
<attDef ident="lstartsym" usage="opt">
<desc>Symbol rendered at start of line.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINESTARTENDSYMBOL" />
</datatype>
</attDef>
<attDef ident="lstartsymsize" usage="opt">
<desc>Holds the relative size of the line-start symbol.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINESTARTENDSYMBOLSIZE" />
</datatype>
</attDef>