TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input.impl
Class InputBase

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
Direct Known Subclasses:
AccessibilityImpl, AxesImpl, AxisDefinitionImpl, CategoricalDataImpl, CategoriesImpl, CategoryImpl, ChartAreaImpl, ChartImpl, ConfigurationImpl, CoordinatesImpl, CustomFormatImpl, DataImpl, DataSetAssociationsImpl, DataSetColorImpl, DataSetImpl, DataSetsImpl, DataValueImpl, DateFormatImpl, EcmascriptImpl, EventHandlerImpl, InternationalizationImpl, LegendImpl, MarkerLineImpl, MarkerRegionImpl, NumberFormatImpl, PalettesImpl, PlotAreaImpl, PreferencesImpl, ScriptsImpl, ShapeImpl, ShapesImpl, SizeImpl, TimestampImpl, TitleBarImpl, TooltipImpl, UnitDefinitionImpl

public abstract class InputBase
extends java.lang.Object


Field Summary
protected  Chart _chart
           
protected  org.w3c.dom.Element _element
           
 
Constructor Summary
InputBase()
           
 
Method Summary
 org.w3c.dom.Element getElement()
           
 void setElement(org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_chart

protected Chart _chart

_element

protected org.w3c.dom.Element _element
Constructor Detail

InputBase

public InputBase()
Method Detail

getElement

public org.w3c.dom.Element getElement()
Returns:

setElement

public void setElement(org.w3c.dom.Element element)
Parameters:
element -

TPTP 4.5.0 Platform Project
Internal API Specification