com.vladium.emma.report.html.doc
Class ISimpleElement.Factory.SimpleElementImpl
java.lang.Object
com.vladium.emma.report.html.doc.ISimpleElement.Factory.SimpleElementImpl
- All Implemented Interfaces:
- IContent, ISimpleElement
- Direct Known Subclasses:
- IElement.Factory.ElementImpl
- Enclosing class:
- ISimpleElement.Factory
static class ISimpleElement.Factory.SimpleElementImpl
- extends java.lang.Object
- implements ISimpleElement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_tag
protected final Tag m_tag
m_attrs
protected final AttributeSet m_attrs
ISimpleElement.Factory.SimpleElementImpl
ISimpleElement.Factory.SimpleElementImpl(Tag tag,
AttributeSet attrs)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getTag
public Tag getTag()
- Specified by:
getTag
in interface ISimpleElement
setClass
public ISimpleElement setClass(java.lang.String classID)
- Specified by:
setClass
in interface ISimpleElement
getAttributes
public AttributeSet getAttributes()
- Specified by:
getAttributes
in interface ISimpleElement
emit
public void emit(HTMLWriter out)
- Specified by:
emit
in interface IContent