|
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.SVGContainerBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGClipPathBase
public abstract class SVGClipPathBase
SVGClipPathBase is an abstract base class for classes which generate
Scalable Vector Graphics (SVG) "clipPath" elements.
$Revision: 1.1 $
| Constructor Summary | |
|---|---|
SVGClipPathBase()
|
|
| 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 |
getClipPathUnits()
Returns clipPathUnits |
void |
setClipPathUnits(java.lang.String clipPathUnits)
set clipPathUnits |
| 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 SVGClipPathBase()
| Method Detail |
|---|
public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
throws org.w3c.dom.DOMException
SVGContainerBasenull 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 ISVGClipPathBasedoImplementation in class SVGContainerBasenull if the element was not created.
org.w3c.dom.DOMException - if the tag name contains an illegal character.ISVGRectangleBase#doImplementation()public java.lang.String getClipPathUnits()
ISVGClipPathBase
getClipPathUnits in interface ISVGClipPathBasepublic void setClipPathUnits(java.lang.String clipPathUnits)
ISVGClipPathBase
setClipPathUnits in interface ISVGClipPathBase
|
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 | ||||||||