|
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.SVGGraphicBase
public abstract class SVGGraphicBase
SVGGraphicBase is an abstract base class for classes which implement
Scalable Vector Graphics (SVG) graphics as Document Object Model (DOM) objects.
Applicable to SVG graphic objects which support the common set of SVG attributes
implemented here.
$Revision: 1.1 $
| Constructor Summary | |
|---|---|
SVGGraphicBase()
|
|
| Method Summary | |
|---|---|
protected 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 |
getFill()
Returns the fill color. |
java.lang.String |
getFilter()
Returns the filter. |
java.lang.String |
getStroke()
Returns the stroke color. |
java.lang.String |
getTransformation()
Returns the transformation. |
java.lang.String |
getXCoordinate()
Returns the x-coordinate. |
java.lang.String |
getYCoordinate()
Returns the y-coordinate. |
void |
setFill(java.lang.String fill)
Sets the fill color. |
void |
setFilter(java.lang.String filter)
Sets the filter. |
void |
setStroke(java.lang.String stroke)
Sets the stroke color. |
void |
setTransformation(java.lang.String tTransformation)
Sets the transformation. |
void |
setXCoordinate(java.lang.String xCoordinate)
Sets the xCoordinate. |
void |
setYCoordinate(java.lang.String yCoordinate)
Sets the yCoordinate. |
| 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 SVGGraphicBase()
| Method Detail |
|---|
protected org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
throws org.w3c.dom.DOMException
null attributes.
Overriding classes should return null if any required attributes
for the particular SVG element are missing.
doImplementation in class SVGBaseDocument - the target SVG document.
org.w3c.dom.DOMException - if the tag name contains an illegal character.public java.lang.String getTransformation()
ISVGGraphicBase
getTransformation in interface ISVGGraphicBaseISVGGraphicBase.getTransformation()public java.lang.String getFill()
ISVGGraphicBase
getFill in interface ISVGGraphicBaseISVGGraphicBase.getFill()public java.lang.String getStroke()
ISVGGraphicBase
getStroke in interface ISVGGraphicBaseISVGGraphicBase.getStroke()public java.lang.String getXCoordinate()
ISVGGraphicBase
getXCoordinate in interface ISVGGraphicBaseISVGGraphicBase.getXCoordinate()public java.lang.String getYCoordinate()
ISVGGraphicBase
getYCoordinate in interface ISVGGraphicBaseISVGGraphicBase.getYCoordinate()public void setTransformation(java.lang.String tTransformation)
ISVGGraphicBase
setTransformation in interface ISVGGraphicBaseISVGGraphicBase#setTransformation()public void setFill(java.lang.String fill)
ISVGGraphicBase
setFill in interface ISVGGraphicBasefill - The fill to set.ISVGGraphicBase#setFill()public void setStroke(java.lang.String stroke)
ISVGGraphicBase
setStroke in interface ISVGGraphicBasestroke - The stroke to setISVGGraphicBase#setStroke()public void setXCoordinate(java.lang.String xCoordinate)
ISVGGraphicBase
setXCoordinate in interface ISVGGraphicBasexCoordinate - The xCoordinate to setISVGGraphicBase#setXCoordinate()public void setYCoordinate(java.lang.String yCoordinate)
ISVGGraphicBase
setYCoordinate in interface ISVGGraphicBaseyCoordinate - The yCoordinate to setISVGGraphicBase#setYCoordinate()public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
filter - The filter 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 | ||||||||