TPTP 4.6.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
SVGSet, SVGSetBase

public interface ISVGSetBase

ISVGSetBase interface defines accessors for attributes which are common to Scalable Vector Graphics (SVG) "set" elements. Also provides for generating the implementation element. $Revision: 1.1 $


Method Summary
 org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
          Generates and returns the implementation of the SVG element.
 java.lang.String getAttributeName()
          Returns the attributeName.
 java.lang.String getAttributeType()
          Returns the attributeType.
 java.lang.String getBegain()
          Returns the begain.
 java.lang.String getDur()
          Returns the dur.
 java.lang.String getEnd()
          Returns the end.
 java.lang.String getFill()
          Returns the fill.
 java.lang.String getFrom()
          Returns the from.
 java.lang.String getTo()
          Returns the to.
 void setAttributeName(java.lang.String attributeName)
          Sets the attributeName.
 void setAttributeType(java.lang.String attributeType)
          Sets the attributeType.
 void setBegain(java.lang.String begain)
          Sets the begain.
 void setDur(java.lang.String dur)
          Sets the dur.
 void setEnd(java.lang.String end)
          Sets the end.
 void setFill(java.lang.String fill)
          Sets the fill.
 void setFrom(java.lang.String from)
          Sets the from.
 void setTo(java.lang.String to)
          Sets the to.
 

Method Detail

doImplementation

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

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

getAttributeName

java.lang.String getAttributeName()
Returns the attributeName.

Returns:
String

getAttributeType

java.lang.String getAttributeType()
Returns the attributeType.

Returns:
String

getBegain

java.lang.String getBegain()
Returns the begain.

Returns:
String

getDur

java.lang.String getDur()
Returns the dur.

Returns:
String

getEnd

java.lang.String getEnd()
Returns the end.

Returns:
String

getFill

java.lang.String getFill()
Returns the fill.

Returns:
String

getFrom

java.lang.String getFrom()
Returns the from.

Returns:
String

getTo

java.lang.String getTo()
Returns the to.

Returns:
String

setAttributeName

void setAttributeName(java.lang.String attributeName)
Sets the attributeName.

Parameters:
attributeName - The attributeName to set

setAttributeType

void setAttributeType(java.lang.String attributeType)
Sets the attributeType.

Parameters:
attributeType - The attributeType to set

setBegain

void setBegain(java.lang.String begain)
Sets the begain.

Parameters:
begain - The begain to set

setDur

void setDur(java.lang.String dur)
Sets the dur.

Parameters:
dur - The dur to set

setEnd

void setEnd(java.lang.String end)
Sets the end.

Parameters:
end - The end to set

setFill

void setFill(java.lang.String fill)
Sets the fill.

Parameters:
fill - The fill to set

setFrom

void setFrom(java.lang.String from)
Sets the from.

Parameters:
from - The from to set

setTo

void setTo(java.lang.String to)
Sets the to.

Parameters:
to - The to to set

TPTP 4.6.0 Platform Project
Internal API Specification