TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.generator
Interface ISVGFilterBase

All Known Implementing Classes:
SVGFilterBase

public interface ISVGFilterBase


Method Summary
 org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
          Generates and returns the implementation of the SVG element.
 java.lang.String getHeight()
          Returns the height.
 java.lang.String getWidth()
          Returns the width.
 java.lang.String getX()
          Returns the x.
 java.lang.String getY()
          Returns the y.
 void setHeight(java.lang.String height)
          Sets the height.
 void setWidth(java.lang.String width)
          Sets the width.
 void setX(java.lang.String x)
          Sets the x.
 void setY(java.lang.String y)
          Sets the y.
 

Method Detail

doImplementation

public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
                                     throws org.w3c.dom.DOMException
Generates and returns the implementation of the SVG element.

Returns:
Element the implementation element
Throws:
org.w3c.dom.DOMException - if the tag name contains an illegal character.

getHeight

public java.lang.String getHeight()
Returns the height.

Returns:
String

getWidth

public java.lang.String getWidth()
Returns the width.

Returns:
String

getX

public java.lang.String getX()
Returns the x.

Returns:
String

getY

public java.lang.String getY()
Returns the y.

Returns:
String

setHeight

public void setHeight(java.lang.String height)
Sets the height.

Parameters:
height - The height to set

setWidth

public void setWidth(java.lang.String width)
Sets the width.

Parameters:
width - The width to set

setX

public void setX(java.lang.String x)
Sets the x.

Parameters:
x - The x to set

setY

public void setY(java.lang.String y)
Sets the y.

Parameters:
y - The y to set

TPTP 4.2.0 Platform Project
Internal API Specification