TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.generator
Class SVGFeComponentTransfer

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase
      extended by org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGContainerBase
          extended by org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGFeComponentTransferBase
              extended by org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGFeComponentTransfer
All Implemented Interfaces:
java.io.Serializable, ISVGBase, ISVGContainerBase, ISVGFeComponentTransfer

public class SVGFeComponentTransfer
extends SVGFeComponentTransferBase

SVGFeComponentTransfer is a implementation class for Scalable Vector Graphics (SVG) "feComponentTransfer" elements.

See Also:
Serialized Form

Constructor Summary
SVGFeComponentTransfer()
          Sole constructor.
 
Method Summary
 org.w3c.dom.Element getImplementation()
          Returns the implementation element.
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGFeComponentTransferBase
doImplementation
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGContainerBase
getChildren, getDesc, getTitle, setChildren, setDesc, setTitle
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase
getIdentifier, getStyle, getStyleClass, getTagName, getVisibility, setIdentifier, setStyle, setStyleClass, setTagName, setVisibility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGFeComponentTransfer

public SVGFeComponentTransfer()
Sole constructor.

Method Detail

getImplementation

public org.w3c.dom.Element getImplementation()
Description copied from interface: ISVGBase
Returns the implementation element.

Specified by:
getImplementation in interface ISVGBase
Specified by:
getImplementation in class SVGBase
Returns:
Element
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.generator.svg.SVGBase#getImplementation()

TPTP 4.5.0 Platform Project
Internal API Specification