|
TPTP 4.6.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.SVGRectangleBase
public abstract class SVGRectangleBase
SVGRectangleBase is an abstract base class for classes which generate
Scalable Vector Graphics (SVG) "rectangle" elements.
$Revision: 1.1 $
| Constructor Summary | |
|---|---|
SVGRectangleBase()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Element |
doImplementation(org.w3c.dom.Document svgDocument)
Calls the superclass to create the element then sets any non- null attributes. |
java.lang.String |
getHeight()
Returns the height. |
java.lang.String |
getWidth()
Returns the width. |
void |
setHeight(java.lang.String height)
Sets the height. |
void |
setWidth(java.lang.String width)
Sets the width. |
| 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 SVGRectangleBase()
| Method Detail |
|---|
public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
throws org.w3c.dom.DOMException
SVGGraphicBasenull attributes.
Overriding classes should return null if any required attributes
for the particular SVG element are missing.
doImplementation in interface ISVGRectangleBasedoImplementation in class SVGGraphicBaseorg.w3c.dom.DOMException - if the tag name contains an illegal character.ISVGRectangleBase#doImplementation()public java.lang.String getHeight()
ISVGRectangleBase
getHeight in interface ISVGRectangleBaseISVGRectangleBase.getHeight()public java.lang.String getWidth()
ISVGRectangleBase
getWidth in interface ISVGRectangleBaseISVGRectangleBase.getWidth()public void setHeight(java.lang.String height)
ISVGRectangleBase
setHeight in interface ISVGRectangleBaseheight - The height to setISVGRectangleBase#setHeight()public void setWidth(java.lang.String width)
ISVGRectangleBase
setWidth in interface ISVGRectangleBasewidth - The width to setISVGRectangleBase#setWidth()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||