private void Initialize(SyntaxTree tree) { m_children = new List <Connector>(); m_traces = new List <Trace>(); m_decoration = new Decoration(DecorationMode.None, DecorationShape.Rectangle); m_displaytype = NodeDisplayType.Normal; /*m_label = new RichText("",Dummy.TextAndColorToRtf("",m_tree.m_options.labelfont)); * m_lexical = new RichText("", Dummy.TextAndColorToRtf("", m_tree.m_options.lexicalfont));*/ m_label = new RichText("", "{\\rtf }"); m_lexical = new RichText("", "{\\rtf }"); }
private void Initialize(SyntaxTree tree) { m_children = new List<Connector>(); m_traces = new List<Trace>(); m_decoration = new Decoration(DecorationMode.None, DecorationShape.Rectangle); m_displaytype = NodeDisplayType.Normal; /*m_label = new RichText("",Dummy.TextAndColorToRtf("",m_tree.m_options.labelfont)); m_lexical = new RichText("", Dummy.TextAndColorToRtf("", m_tree.m_options.lexicalfont));*/ m_label = new RichText("", "{\\rtf }"); m_lexical = new RichText("", "{\\rtf }"); }
public void SetDisplayType(NodeDisplayType style) { m_displaytype = style; }