Att ArrowProperties

Revision as of 23:23, 28 October 2022 by Lchrisman (talk | contribs)

New to Analytica 6.0

Attribute Att_ArrowProperties

This attribute is used in objects of class ArrowClass to encode special visual properties of an arrow. It is similar to the attribute NodeInfo for nodes in that it consists of a sequence of comma-separated values. When a field is left unspecified, the value in inherited from Att_ArrowProperties.

Fields

The fields are as follows:

  1. curved: 1=Curved, 0=segmented.
  2. tension: (unused)
  3. thickness: Positive number, usually from 1 to 7.
  4. doubleLine: 1=Double line, 0=single line
  5. dashStyle:
    • 0 = solid (default)
    • 1 = dash
    • 2 = dot
    • 3 = dash dot
    • 4 = dash dot dot
  6. tailCap
    • 16=none (default)
    • 17=square
    • 18=round
    • 19=diamond
    • 20=arrow
  7. headCap
    • 16=none
    • 17=square
    • 18=round
    • 19=diamond
    • 20=arrow (default)
  8. Display arrow dash style (new to Analytica 6.3)
    This one is ignored when the Dash style is explicitly set. Used primarily on the ArrowClass object itself for model-wide default when you don't like the default. This style is used when the arrow is just drawn, but does not reflect an underlying dependency.
    • 0 = solid
    • 1 = dash (default)
    • 2 = dot
    • 3 = dash dot
    • 4 = dash dot dot


See Also

Comments


You are not allowed to post comments.