|
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.SVGDocumentFragmentBase
org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGSvg
public class SVGSvg
SVGSvg is an implementation class for Scalable Vector Graphics (SVG)
"svg" elements.
$Revision: 1.2 $
| Constructor Summary | |
|---|---|
SVGSvg()
Sole constructor. |
|
| Method Summary | |
|---|---|
void |
addDefinition(org.w3c.dom.Element newDefinition)
Add a new definition |
void |
addDefinition(SVGBase newDefinition)
Add a new definition |
void |
addStyle(SVGBase newDefinition)
Add a new Style |
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. |
org.w3c.dom.Element |
doImplementation(org.w3c.dom.Document svgDocument,
java.lang.String width,
java.lang.String height)
Creates the Document Object Model (DOM) implementation of the SVG "svg" element |
org.w3c.dom.Element |
doImplementation(org.w3c.dom.Document svgDocument,
java.lang.String width,
java.lang.String height,
java.lang.String viewbox,
java.lang.String preserveAspectRatio)
Creates the Document Object Model (DOM) implementation of the SVG "svg" element |
org.w3c.dom.Element |
doImplementation(org.w3c.dom.Document svgDocument,
java.lang.String width,
java.lang.String height,
java.lang.String viewbox,
java.lang.String preserveAspectRatio,
java.lang.String x,
java.lang.String y)
Creates the Document Object Model (DOM) implementation of the SVG "svg" element |
org.w3c.dom.Element |
getImplementation()
Returns the implementation element. |
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.generator.SVGDocumentFragmentBase |
|---|
getHeight, getPreserveAspectRatio, getViewbox, getWidth, getXCoordinate, getYCoordinate, setHeight, setPreserveAspectRatio, setViewbox, setWidth, setXCoordinate, setYCoordinate |
| 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, 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 SVGSvg()
| Method Detail |
|---|
public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
throws java.lang.NullPointerException
SVGDocumentFragmentBasenull base attributes.
doImplementation in class SVGDocumentFragmentBasenull if the element was not created.
java.lang.NullPointerException - if any specified contained elements are null.
public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument,
java.lang.String width,
java.lang.String height)
throws java.lang.NullPointerException
Document - the target SVG DocumentString - the viewport widthString - the viewport height
java.lang.NullPointerException
public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument,
java.lang.String width,
java.lang.String height,
java.lang.String viewbox,
java.lang.String preserveAspectRatio)
throws java.lang.NullPointerException
Document - the target SVG DocumentString - the viewport widthString - the viewport heightString - the user coordinate spaceString - the aspectRatio to preserve
java.lang.NullPointerException
public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument,
java.lang.String width,
java.lang.String height,
java.lang.String viewbox,
java.lang.String preserveAspectRatio,
java.lang.String x,
java.lang.String y)
throws java.lang.NullPointerException
Document - the target SVG DocumentString - the viewport widthString - the viewport heightString - the user coordinate spaceString - the aspectRatio to preserveString - the x-coordinateString - the y-coordinate
java.lang.NullPointerExceptionpublic org.w3c.dom.Element getImplementation()
ISVGBase
getImplementation in interface ISVGBasegetImplementation in class SVGBaseorg.eclipse.tptp.platform.report.chart.svg.internal.generator.svg.SVGBase#getImplementation()public void addDefinition(SVGBase newDefinition)
newDefinition - public void addDefinition(org.w3c.dom.Element newDefinition)
newDefinition - public void addStyle(SVGBase newDefinition)
newStyle -
|
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 | ||||||||