|
TPTP 4.5.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.SVGContainerBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGLinearGradientBase
public abstract class SVGLinearGradientBase
SVGLinearGradientBase is an abstract base class for classes which generate
Scalable Vector Graphics (SVG) "linearGradient" elements.
| Constructor Summary | |
|---|---|
SVGLinearGradientBase()
|
|
| 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 |
getGradientUnits()
Returns the gradientUnits. |
java.lang.String |
getSpreadMethod()
Returns the spreadMethod. |
java.lang.String |
getX1()
Returns the x1. |
java.lang.String |
getX2()
Returns the x2. |
java.lang.String |
getY1()
Returns the y1. |
java.lang.String |
getY2()
Returns the y2. |
void |
setGradientUnits(java.lang.String gradientUnits)
Sets the gradientUnits. |
void |
setSpreadMethod(java.lang.String spreadMethod)
Sets the spreadMethod. |
void |
setX1(java.lang.String x1)
Sets the x1. |
void |
setX2(java.lang.String x2)
Sets the x2. |
void |
setY1(java.lang.String y1)
Sets the y1. |
void |
setY2(java.lang.String y2)
Sets the y2. |
| 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, 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 SVGLinearGradientBase()
| 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 ISVGLinearGradientBasedoImplementation in class SVGContainerBaseDocument - the target SVG Document
null 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 getSpreadMethod()
getSpreadMethod in interface ISVGLinearGradientBasepublic java.lang.String getX1()
getX1 in interface ISVGLinearGradientBasepublic java.lang.String getX2()
getX2 in interface ISVGLinearGradientBasepublic java.lang.String getY1()
getY1 in interface ISVGLinearGradientBasepublic java.lang.String getY2()
getY2 in interface ISVGLinearGradientBasepublic void setSpreadMethod(java.lang.String spreadMethod)
setSpreadMethod in interface ISVGLinearGradientBasespreadMethod - The spreadMethod to setpublic void setX1(java.lang.String x1)
setX1 in interface ISVGLinearGradientBasex1 - The x1 to setpublic void setX2(java.lang.String x2)
setX2 in interface ISVGLinearGradientBasex2 - The x2 to setpublic void setY1(java.lang.String y1)
setY1 in interface ISVGLinearGradientBasey1 - The y1 to setpublic void setY2(java.lang.String y2)
setY2 in interface ISVGLinearGradientBasey2 - The y2 to setpublic java.lang.String getGradientUnits()
getGradientUnits in interface ISVGLinearGradientBasepublic void setGradientUnits(java.lang.String gradientUnits)
setGradientUnits in interface ISVGLinearGradientBasegradientUnits - The gradientUnits to set
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||