org.infolayer.templates.html
Class TE_chartdata

java.lang.Object
  extended byorg.kxml2.kdom.Element
      extended byorg.infolayer.templates.TemplateElement
          extended byorg.infolayer.templates.html.TE_chartdata

public class TE_chartdata
extends TemplateElement

Do-nothing element. Just for making the Infolayer happy when it encounters the element in a template. The actual work is being done in TE_chart.

Author:
Joerg Pleumann (joerg@pleumann.de)
See Also:
Serialized Form

Constructor Summary
TE_chartdata()
           
 
Methods inherited from class org.infolayer.templates.TemplateElement
apply, applyChildren, assertNoChildren, assertNoChildren, getAttributeValue, getVarDefs, init, readTextContent, setVarDefs, writeAttributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TE_chartdata

public TE_chartdata()