Home
last modified time | relevance | path

Searched refs:m_caption (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLTable.java48 m_caption = IElement.Factory.create (Tag.CAPTION); in setCaption()
50 m_caption.getAttributes ().set (Attribute.ALIGN, align); in setCaption()
51 m_caption.setText (text, nbsp); in setCaption()
72 if (m_caption != null) in emit()
74 add (0, m_caption); in emit()
129 private IElement m_caption; field in HTMLTable