Ejemplo n.º 1
0
        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 }");
        }
Ejemplo n.º 2
0
 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 }");
 }