<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<Link>
===============================================
  Link - class to represent link
===============================================

<CONSTRUCTOR>
  Link()               - generic constructor, creates a Link with zero coordinates
  Link(Link)           - copy constructor
  Link(index1, index2) - creates a Link between nodes index1 and index2

</CONSTRUCTOR>
	<ATTRIBUTES>
  parent (read-only)     - Link's parent object, <cl>Glyph</cl>
  node1, node2 (integer) - indexes of the nodes that are linked

</ATTRIBUTES>
	<OPERATIONS>
  none
 
</OPERATIONS>
	<METHODS>
  ToHint() - transforms link to <cl>Hint</cl> (and returns it as a result)
             using parent as a source of node coordinates. Parent must exist

</METHODS>
</Link>

