|
TPTP 4.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGGraphicBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGFeGaussianBlurBase
SVGFeGaussianBlurBase is an abstract base class for classes which generate
Scalable Vector Graphics (SVG) "feGaussianBlur" elements.
$Revision: 1.1 $
| Constructor Summary | |
|---|---|
SVGFeGaussianBlurBase()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Element |
doImplementation(org.w3c.dom.Document svgDocument)
Calls the superclass to create the SVG container element and then sets any non- null base
attributes. |
java.lang.String |
getIn()
Returns the in. |
java.lang.String |
getResult()
Returns the result. |
java.lang.String |
getStdDeviation()
Returns the Standard Deviation. |
void |
setIn(java.lang.String in)
Sets the in. |
void |
setResult(java.lang.String result)
Sets the result. |
void |
setStdDeviation(java.lang.String stdDeviation)
Sets the Standard Deviation. |
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGGraphicBase |
|---|
getFill, getFilter, getStroke, getTransformation, getXCoordinate, getYCoordinate, setFill, setFilter, setStroke, setTransformation, setXCoordinate, setYCoordinate |
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGBase |
|---|
getIdentifier, getImplementation, 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 |
public SVGFeGaussianBlurBase()
| Method Detail |
public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
null base
attributes. Calls the doImplementation(Document) method on all children - any
children returning null will not have elements added to the container.
doImplementation in interface ISVGFeGaussianBlurdoImplementation in class SVGGraphicBasenull if the element was not created.
DOMException - if the tag name contains an illegal character.
java.lang.NullPointerException - if any child elements are null.public java.lang.String getStdDeviation()
getStdDeviation in interface ISVGFeGaussianBlurpublic void setStdDeviation(java.lang.String stdDeviation)
setStdDeviation in interface ISVGFeGaussianBlurstdDeviation - The Standard Deviation to setpublic java.lang.String getIn()
getIn in interface ISVGFeGaussianBlurpublic java.lang.String getResult()
getResult in interface ISVGFeGaussianBlurpublic void setIn(java.lang.String in)
setIn in interface ISVGFeGaussianBlurin - The in to setpublic void setResult(java.lang.String result)
setResult in interface ISVGFeGaussianBlurresult - The result to set
|
TPTP 4.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||