From b9984262c96bb76dfc371ed4ec0829f1cc164f4b Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Fri, 14 Mar 2008 21:00:04 +0000 Subject: Add w3c svg-dom and smil-dom java interfaces (bzr r5089) --- src/bind/java/org/w3c/dom/svg/GetSVGDocument.java | 9 +++ src/bind/java/org/w3c/dom/svg/SVGAElement.java | 16 +++++ .../org/w3c/dom/svg/SVGAltGlyphDefElement.java | 6 ++ .../java/org/w3c/dom/svg/SVGAltGlyphElement.java | 15 +++++ .../org/w3c/dom/svg/SVGAltGlyphItemElement.java | 6 ++ src/bind/java/org/w3c/dom/svg/SVGAngle.java | 26 ++++++++ .../org/w3c/dom/svg/SVGAnimateColorElement.java | 6 ++ .../java/org/w3c/dom/svg/SVGAnimateElement.java | 6 ++ .../org/w3c/dom/svg/SVGAnimateMotionElement.java | 6 ++ .../w3c/dom/svg/SVGAnimateTransformElement.java | 6 ++ .../java/org/w3c/dom/svg/SVGAnimatedAngle.java | 7 ++ .../java/org/w3c/dom/svg/SVGAnimatedBoolean.java | 10 +++ .../org/w3c/dom/svg/SVGAnimatedEnumeration.java | 10 +++ .../java/org/w3c/dom/svg/SVGAnimatedInteger.java | 10 +++ .../java/org/w3c/dom/svg/SVGAnimatedLength.java | 7 ++ .../org/w3c/dom/svg/SVGAnimatedLengthList.java | 7 ++ .../java/org/w3c/dom/svg/SVGAnimatedNumber.java | 10 +++ .../org/w3c/dom/svg/SVGAnimatedNumberList.java | 7 ++ .../java/org/w3c/dom/svg/SVGAnimatedPathData.java | 9 +++ .../java/org/w3c/dom/svg/SVGAnimatedPoints.java | 7 ++ .../dom/svg/SVGAnimatedPreserveAspectRatio.java | 7 ++ src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java | 7 ++ .../java/org/w3c/dom/svg/SVGAnimatedString.java | 10 +++ .../org/w3c/dom/svg/SVGAnimatedTransformList.java | 7 ++ .../java/org/w3c/dom/svg/SVGAnimationElement.java | 20 ++++++ src/bind/java/org/w3c/dom/svg/SVGCSSRule.java | 10 +++ .../java/org/w3c/dom/svg/SVGCircleElement.java | 17 +++++ .../java/org/w3c/dom/svg/SVGClipPathElement.java | 13 ++++ src/bind/java/org/w3c/dom/svg/SVGColor.java | 25 ++++++++ .../org/w3c/dom/svg/SVGColorProfileElement.java | 19 ++++++ .../java/org/w3c/dom/svg/SVGColorProfileRule.java | 18 ++++++ .../svg/SVGComponentTransferFunctionElement.java | 21 ++++++ .../java/org/w3c/dom/svg/SVGCursorElement.java | 11 ++++ .../org/w3c/dom/svg/SVGDefinitionSrcElement.java | 6 ++ src/bind/java/org/w3c/dom/svg/SVGDefsElement.java | 14 ++++ src/bind/java/org/w3c/dom/svg/SVGDescElement.java | 8 +++ src/bind/java/org/w3c/dom/svg/SVGDocument.java | 15 +++++ src/bind/java/org/w3c/dom/svg/SVGElement.java | 17 +++++ .../java/org/w3c/dom/svg/SVGElementInstance.java | 16 +++++ .../org/w3c/dom/svg/SVGElementInstanceList.java | 8 +++ .../java/org/w3c/dom/svg/SVGEllipseElement.java | 18 ++++++ src/bind/java/org/w3c/dom/svg/SVGEvent.java | 8 +++ src/bind/java/org/w3c/dom/svg/SVGException.java | 13 ++++ .../w3c/dom/svg/SVGExternalResourcesRequired.java | 6 ++ .../java/org/w3c/dom/svg/SVGFEBlendElement.java | 18 ++++++ .../org/w3c/dom/svg/SVGFEColorMatrixElement.java | 17 +++++ .../w3c/dom/svg/SVGFEComponentTransferElement.java | 8 +++ .../org/w3c/dom/svg/SVGFECompositeElement.java | 23 +++++++ .../w3c/dom/svg/SVGFEConvolveMatrixElement.java | 24 +++++++ .../w3c/dom/svg/SVGFEDiffuseLightingElement.java | 12 ++++ .../w3c/dom/svg/SVGFEDisplacementMapElement.java | 19 ++++++ .../org/w3c/dom/svg/SVGFEDistantLightElement.java | 8 +++ .../java/org/w3c/dom/svg/SVGFEFloodElement.java | 8 +++ .../java/org/w3c/dom/svg/SVGFEFuncAElement.java | 6 ++ .../java/org/w3c/dom/svg/SVGFEFuncBElement.java | 6 ++ .../java/org/w3c/dom/svg/SVGFEFuncGElement.java | 6 ++ .../java/org/w3c/dom/svg/SVGFEFuncRElement.java | 6 ++ .../org/w3c/dom/svg/SVGFEGaussianBlurElement.java | 12 ++++ .../java/org/w3c/dom/svg/SVGFEImageElement.java | 13 ++++ .../java/org/w3c/dom/svg/SVGFEMergeElement.java | 7 ++ .../org/w3c/dom/svg/SVGFEMergeNodeElement.java | 7 ++ .../org/w3c/dom/svg/SVGFEMorphologyElement.java | 16 +++++ .../java/org/w3c/dom/svg/SVGFEOffsetElement.java | 10 +++ .../org/w3c/dom/svg/SVGFEPointLightElement.java | 9 +++ .../w3c/dom/svg/SVGFESpecularLightingElement.java | 11 ++++ .../org/w3c/dom/svg/SVGFESpotLightElement.java | 14 ++++ .../java/org/w3c/dom/svg/SVGFETileElement.java | 8 +++ .../org/w3c/dom/svg/SVGFETurbulenceElement.java | 22 +++++++ .../java/org/w3c/dom/svg/SVGFilterElement.java | 21 ++++++ .../svg/SVGFilterPrimitiveStandardAttributes.java | 11 ++++ src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java | 7 ++ src/bind/java/org/w3c/dom/svg/SVGFontElement.java | 8 +++ .../java/org/w3c/dom/svg/SVGFontFaceElement.java | 6 ++ .../org/w3c/dom/svg/SVGFontFaceFormatElement.java | 6 ++ .../org/w3c/dom/svg/SVGFontFaceNameElement.java | 6 ++ .../org/w3c/dom/svg/SVGFontFaceSrcElement.java | 6 ++ .../org/w3c/dom/svg/SVGFontFaceUriElement.java | 6 ++ .../org/w3c/dom/svg/SVGForeignObjectElement.java | 18 ++++++ src/bind/java/org/w3c/dom/svg/SVGGElement.java | 14 ++++ src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java | 7 ++ .../java/org/w3c/dom/svg/SVGGlyphRefElement.java | 28 ++++++++ .../java/org/w3c/dom/svg/SVGGradientElement.java | 19 ++++++ src/bind/java/org/w3c/dom/svg/SVGHKernElement.java | 6 ++ src/bind/java/org/w3c/dom/svg/SVGICCColor.java | 10 +++ src/bind/java/org/w3c/dom/svg/SVGImageElement.java | 20 ++++++ src/bind/java/org/w3c/dom/svg/SVGLangSpace.java | 13 ++++ src/bind/java/org/w3c/dom/svg/SVGLength.java | 32 ++++++++++ src/bind/java/org/w3c/dom/svg/SVGLengthList.java | 23 +++++++ src/bind/java/org/w3c/dom/svg/SVGLineElement.java | 18 ++++++ .../org/w3c/dom/svg/SVGLinearGradientElement.java | 10 +++ src/bind/java/org/w3c/dom/svg/SVGLocatable.java | 13 ++++ src/bind/java/org/w3c/dom/svg/SVGMPathElement.java | 8 +++ .../java/org/w3c/dom/svg/SVGMarkerElement.java | 29 +++++++++ src/bind/java/org/w3c/dom/svg/SVGMaskElement.java | 17 +++++ src/bind/java/org/w3c/dom/svg/SVGMatrix.java | 39 ++++++++++++ .../java/org/w3c/dom/svg/SVGMetadataElement.java | 6 ++ .../org/w3c/dom/svg/SVGMissingGlyphElement.java | 7 ++ src/bind/java/org/w3c/dom/svg/SVGNumber.java | 10 +++ src/bind/java/org/w3c/dom/svg/SVGNumberList.java | 23 +++++++ src/bind/java/org/w3c/dom/svg/SVGPaint.java | 26 ++++++++ src/bind/java/org/w3c/dom/svg/SVGPathElement.java | 39 ++++++++++++ src/bind/java/org/w3c/dom/svg/SVGPathSeg.java | 29 +++++++++ .../java/org/w3c/dom/svg/SVGPathSegArcAbs.java | 29 +++++++++ .../java/org/w3c/dom/svg/SVGPathSegArcRel.java | 29 +++++++++ .../java/org/w3c/dom/svg/SVGPathSegClosePath.java | 6 ++ .../org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java | 26 ++++++++ .../org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java | 26 ++++++++ .../dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java | 20 ++++++ .../dom/svg/SVGPathSegCurvetoCubicSmoothRel.java | 20 ++++++ .../w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java | 20 ++++++ .../w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java | 20 ++++++ .../svg/SVGPathSegCurvetoQuadraticSmoothAbs.java | 14 ++++ .../svg/SVGPathSegCurvetoQuadraticSmoothRel.java | 14 ++++ .../java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java | 14 ++++ .../w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java | 11 ++++ .../w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java | 11 ++++ .../java/org/w3c/dom/svg/SVGPathSegLinetoRel.java | 14 ++++ .../w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java | 11 ++++ .../w3c/dom/svg/SVGPathSegLinetoVerticalRel.java | 11 ++++ src/bind/java/org/w3c/dom/svg/SVGPathSegList.java | 23 +++++++ .../java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java | 14 ++++ .../java/org/w3c/dom/svg/SVGPathSegMovetoRel.java | 14 ++++ .../java/org/w3c/dom/svg/SVGPatternElement.java | 20 ++++++ src/bind/java/org/w3c/dom/svg/SVGPoint.java | 15 +++++ src/bind/java/org/w3c/dom/svg/SVGPointList.java | 23 +++++++ .../java/org/w3c/dom/svg/SVGPolygonElement.java | 15 +++++ .../java/org/w3c/dom/svg/SVGPolylineElement.java | 15 +++++ .../org/w3c/dom/svg/SVGPreserveAspectRatio.java | 30 +++++++++ .../org/w3c/dom/svg/SVGRadialGradientElement.java | 11 ++++ src/bind/java/org/w3c/dom/svg/SVGRect.java | 19 ++++++ src/bind/java/org/w3c/dom/svg/SVGRectElement.java | 20 ++++++ .../java/org/w3c/dom/svg/SVGRenderingIntent.java | 12 ++++ src/bind/java/org/w3c/dom/svg/SVGSVGElement.java | 74 ++++++++++++++++++++++ .../java/org/w3c/dom/svg/SVGScriptElement.java | 13 ++++ src/bind/java/org/w3c/dom/svg/SVGSetElement.java | 6 ++ src/bind/java/org/w3c/dom/svg/SVGStopElement.java | 8 +++ src/bind/java/org/w3c/dom/svg/SVGStringList.java | 23 +++++++ src/bind/java/org/w3c/dom/svg/SVGStylable.java | 12 ++++ src/bind/java/org/w3c/dom/svg/SVGStyleElement.java | 20 ++++++ .../java/org/w3c/dom/svg/SVGSwitchElement.java | 14 ++++ .../java/org/w3c/dom/svg/SVGSymbolElement.java | 13 ++++ src/bind/java/org/w3c/dom/svg/SVGTRefElement.java | 7 ++ src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java | 6 ++ src/bind/java/org/w3c/dom/svg/SVGTests.java | 10 +++ .../org/w3c/dom/svg/SVGTextContentElement.java | 37 +++++++++++ src/bind/java/org/w3c/dom/svg/SVGTextElement.java | 7 ++ .../java/org/w3c/dom/svg/SVGTextPathElement.java | 19 ++++++ .../org/w3c/dom/svg/SVGTextPositioningElement.java | 11 ++++ src/bind/java/org/w3c/dom/svg/SVGTitleElement.java | 8 +++ src/bind/java/org/w3c/dom/svg/SVGTransform.java | 24 +++++++ .../java/org/w3c/dom/svg/SVGTransformList.java | 25 ++++++++ .../java/org/w3c/dom/svg/SVGTransformable.java | 7 ++ src/bind/java/org/w3c/dom/svg/SVGURIReference.java | 6 ++ src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java | 9 +++ src/bind/java/org/w3c/dom/svg/SVGUseElement.java | 21 ++++++ src/bind/java/org/w3c/dom/svg/SVGVKernElement.java | 6 ++ src/bind/java/org/w3c/dom/svg/SVGViewElement.java | 10 +++ src/bind/java/org/w3c/dom/svg/SVGViewSpec.java | 13 ++++ src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java | 15 +++++ src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java | 13 ++++ 160 files changed, 2295 insertions(+) create mode 100644 src/bind/java/org/w3c/dom/svg/GetSVGDocument.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAngle.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGCSSRule.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGCircleElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGColor.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGCursorElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGDefsElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGDescElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGDocument.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGElementInstance.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGEvent.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGException.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFETileElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFilterElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFontElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGGElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGGradientElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGHKernElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGICCColor.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGImageElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGLangSpace.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGLength.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGLengthList.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGLineElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGLocatable.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGMPathElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGMaskElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGMatrix.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGNumber.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGNumberList.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPaint.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSeg.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegList.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPatternElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPoint.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPointList.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGRect.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGRectElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGSVGElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGScriptElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGSetElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGStopElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGStringList.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGStylable.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGStyleElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTRefElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTests.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTextElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTitleElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTransform.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTransformList.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGTransformable.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGURIReference.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGUseElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGVKernElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGViewElement.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGViewSpec.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java create mode 100644 src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java (limited to 'src/bind/java/org/w3c/dom/svg') diff --git a/src/bind/java/org/w3c/dom/svg/GetSVGDocument.java b/src/bind/java/org/w3c/dom/svg/GetSVGDocument.java new file mode 100644 index 000000000..29b5f82d9 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/GetSVGDocument.java @@ -0,0 +1,9 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface GetSVGDocument { + public SVGDocument getSVGDocument ( ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAElement.java b/src/bind/java/org/w3c/dom/svg/SVGAElement.java new file mode 100644 index 000000000..9a143c398 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAElement.java @@ -0,0 +1,16 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGAElement extends + SVGElement, + SVGURIReference, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { + public SVGAnimatedString getTarget( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java new file mode 100644 index 000000000..84a22b5bd --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGAltGlyphDefElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java new file mode 100644 index 000000000..21f28dd0b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java @@ -0,0 +1,15 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGAltGlyphElement extends + SVGTextPositioningElement, + SVGURIReference { + public String getGlyphRef( ); + public void setGlyphRef( String glyphRef ) + throws DOMException; + public String getFormat( ); + public void setFormat( String format ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java new file mode 100644 index 000000000..07ea0859f --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGAltGlyphItemElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAngle.java b/src/bind/java/org/w3c/dom/svg/SVGAngle.java new file mode 100644 index 000000000..e785d3728 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAngle.java @@ -0,0 +1,26 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; +public interface SVGAngle { + // Angle Unit Types + public static final short SVG_ANGLETYPE_UNKNOWN = 0; + public static final short SVG_ANGLETYPE_UNSPECIFIED = 1; + public static final short SVG_ANGLETYPE_DEG = 2; + public static final short SVG_ANGLETYPE_RAD = 3; + public static final short SVG_ANGLETYPE_GRAD = 4; + + public short getUnitType( ); + public float getValue( ); + public void setValue( float value ) + throws DOMException; + public float getValueInSpecifiedUnits( ); + public void setValueInSpecifiedUnits( float valueInSpecifiedUnits ) + throws DOMException; + public String getValueAsString( ); + public void setValueAsString( String valueAsString ) + throws DOMException; + + public void newValueSpecifiedUnits ( short unitType, float valueInSpecifiedUnits ); + public void convertToSpecifiedUnits ( short unitType ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java new file mode 100644 index 000000000..14aca5119 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimateColorElement extends + SVGAnimationElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java new file mode 100644 index 000000000..02d2e4cc6 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimateElement extends + SVGAnimationElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java new file mode 100644 index 000000000..eaf71ab7e --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimateMotionElement extends + SVGAnimationElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java new file mode 100644 index 000000000..38e6f4169 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimateTransformElement extends + SVGAnimationElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java new file mode 100644 index 000000000..0948e268f --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimatedAngle { + public SVGAngle getBaseVal( ); + public SVGAngle getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java new file mode 100644 index 000000000..5c0ad3b17 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; +public interface SVGAnimatedBoolean { + public boolean getBaseVal( ); + public void setBaseVal( boolean baseVal ) + throws DOMException; + public boolean getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java new file mode 100644 index 000000000..11cc85124 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; +public interface SVGAnimatedEnumeration { + public short getBaseVal( ); + public void setBaseVal( short baseVal ) + throws DOMException; + public short getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java new file mode 100644 index 000000000..b64ab55a1 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; +public interface SVGAnimatedInteger { + public int getBaseVal( ); + public void setBaseVal( int baseVal ) + throws DOMException; + public int getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java new file mode 100644 index 000000000..128784764 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimatedLength { + public SVGLength getBaseVal( ); + public SVGLength getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java new file mode 100644 index 000000000..15ab02292 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimatedLengthList { + public SVGLengthList getBaseVal( ); + public SVGLengthList getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java new file mode 100644 index 000000000..dd555a0e1 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; +public interface SVGAnimatedNumber { + public float getBaseVal( ); + public void setBaseVal( float baseVal ) + throws DOMException; + public float getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java new file mode 100644 index 000000000..00f6961c8 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimatedNumberList { + public SVGNumberList getBaseVal( ); + public SVGNumberList getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java new file mode 100644 index 000000000..e6c77599b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java @@ -0,0 +1,9 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimatedPathData { + public SVGPathSegList getPathSegList( ); + public SVGPathSegList getNormalizedPathSegList( ); + public SVGPathSegList getAnimatedPathSegList( ); + public SVGPathSegList getAnimatedNormalizedPathSegList( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java new file mode 100644 index 000000000..0fed4d95b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimatedPoints { + public SVGPointList getPoints( ); + public SVGPointList getAnimatedPoints( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java new file mode 100644 index 000000000..6708a3524 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimatedPreserveAspectRatio { + public SVGPreserveAspectRatio getBaseVal( ); + public SVGPreserveAspectRatio getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java new file mode 100644 index 000000000..f2f1259c4 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimatedRect { + public SVGRect getBaseVal( ); + public SVGRect getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java new file mode 100644 index 000000000..4c0c8bb88 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; +public interface SVGAnimatedString { + public String getBaseVal( ); + public void setBaseVal( String baseVal ) + throws DOMException; + public String getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java new file mode 100644 index 000000000..dc45214a1 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGAnimatedTransformList { + public SVGTransformList getBaseVal( ); + public SVGTransformList getAnimVal( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java new file mode 100644 index 000000000..e9c58b500 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java @@ -0,0 +1,20 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; +import org.w3c.dom.events.EventTarget; +import org.w3c.dom.smil.ElementTimeControl; + +public interface SVGAnimationElement extends + SVGElement, + SVGTests, + SVGExternalResourcesRequired, + ElementTimeControl, + EventTarget { + public SVGElement getTargetElement( ); + + public float getStartTime ( ); + public float getCurrentTime ( ); + public float getSimpleDuration ( ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGCSSRule.java b/src/bind/java/org/w3c/dom/svg/SVGCSSRule.java new file mode 100644 index 000000000..1d339d1db --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGCSSRule.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.css.CSSRule; + +public interface SVGCSSRule extends + CSSRule { + // Additional CSS RuleType to support ICC color specifications + public static final short COLOR_PROFILE_RULE = 7; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGCircleElement.java b/src/bind/java/org/w3c/dom/svg/SVGCircleElement.java new file mode 100644 index 000000000..835c23c0a --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGCircleElement.java @@ -0,0 +1,17 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGCircleElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { + public SVGAnimatedLength getCx( ); + public SVGAnimatedLength getCy( ); + public SVGAnimatedLength getR( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java new file mode 100644 index 000000000..001285dcd --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java @@ -0,0 +1,13 @@ + +package org.w3c.dom.svg; + +public interface SVGClipPathElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + SVGUnitTypes { + public SVGAnimatedEnumeration getClipPathUnits( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGColor.java b/src/bind/java/org/w3c/dom/svg/SVGColor.java new file mode 100644 index 000000000..1f2b7a5de --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGColor.java @@ -0,0 +1,25 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.css.RGBColor; +import org.w3c.dom.css.CSSValue; + +public interface SVGColor extends + CSSValue { + // Color Types + public static final short SVG_COLORTYPE_UNKNOWN = 0; + public static final short SVG_COLORTYPE_RGBCOLOR = 1; + public static final short SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; + public static final short SVG_COLORTYPE_CURRENTCOLOR = 3; + + public short getColorType( ); + public RGBColor getRGBColor( ); + public SVGICCColor getICCColor( ); + + public void setRGBColor ( String rgbColor ) + throws SVGException; + public void setRGBColorICCColor ( String rgbColor, String iccColor ) + throws SVGException; + public void setColor ( short colorType, String rgbColor, String iccColor ) + throws SVGException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java b/src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java new file mode 100644 index 000000000..19633313d --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java @@ -0,0 +1,19 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGColorProfileElement extends + SVGElement, + SVGURIReference, + SVGRenderingIntent { + public String getLocal( ); + public void setLocal( String local ) + throws DOMException; + public String getName( ); + public void setName( String name ) + throws DOMException; + public short getRenderingIntent( ); + public void setRenderingIntent( short renderingIntent ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java b/src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java new file mode 100644 index 000000000..fd87ce384 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java @@ -0,0 +1,18 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGColorProfileRule extends + SVGCSSRule, + SVGRenderingIntent { + public String getSrc( ); + public void setSrc( String src ) + throws DOMException; + public String getName( ); + public void setName( String name ) + throws DOMException; + public short getRenderingIntent( ); + public void setRenderingIntent( short renderingIntent ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java b/src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java new file mode 100644 index 000000000..91fa64b95 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java @@ -0,0 +1,21 @@ + +package org.w3c.dom.svg; + +public interface SVGComponentTransferFunctionElement extends + SVGElement { + // Component Transfer Types + public static final short SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; + public static final short SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; + public static final short SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; + public static final short SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; + public static final short SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; + public static final short SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; + + public SVGAnimatedEnumeration getType( ); + public SVGAnimatedNumberList getTableValues( ); + public SVGAnimatedNumber getSlope( ); + public SVGAnimatedNumber getIntercept( ); + public SVGAnimatedNumber getAmplitude( ); + public SVGAnimatedNumber getExponent( ); + public SVGAnimatedNumber getOffset( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGCursorElement.java b/src/bind/java/org/w3c/dom/svg/SVGCursorElement.java new file mode 100644 index 000000000..f93e81dea --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGCursorElement.java @@ -0,0 +1,11 @@ + +package org.w3c.dom.svg; + +public interface SVGCursorElement extends + SVGElement, + SVGURIReference, + SVGTests, + SVGExternalResourcesRequired { + public SVGAnimatedLength getX( ); + public SVGAnimatedLength getY( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java b/src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java new file mode 100644 index 000000000..457745c25 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGDefinitionSrcElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGDefsElement.java b/src/bind/java/org/w3c/dom/svg/SVGDefsElement.java new file mode 100644 index 000000000..27b9fe79f --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGDefsElement.java @@ -0,0 +1,14 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGDefsElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGDescElement.java b/src/bind/java/org/w3c/dom/svg/SVGDescElement.java new file mode 100644 index 000000000..809d10021 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGDescElement.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +public interface SVGDescElement extends + SVGElement, + SVGLangSpace, + SVGStylable { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGDocument.java b/src/bind/java/org/w3c/dom/svg/SVGDocument.java new file mode 100644 index 000000000..327d6cf8d --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGDocument.java @@ -0,0 +1,15 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.Document; +import org.w3c.dom.events.DocumentEvent; + +public interface SVGDocument extends + Document, + DocumentEvent { + public String getTitle( ); + public String getReferrer( ); + public String getDomain( ); + public String getURL( ); + public SVGSVGElement getRootElement( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGElement.java b/src/bind/java/org/w3c/dom/svg/SVGElement.java new file mode 100644 index 000000000..787b5a8a5 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGElement.java @@ -0,0 +1,17 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; +import org.w3c.dom.Element; + +public interface SVGElement extends + Element { + public String getId( ); + public void setId( String id ) + throws DOMException; + public String getXMLbase( ); + public void setXMLbase( String xmlbase ) + throws DOMException; + public SVGSVGElement getOwnerSVGElement( ); + public SVGElement getViewportElement( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGElementInstance.java b/src/bind/java/org/w3c/dom/svg/SVGElementInstance.java new file mode 100644 index 000000000..bd77eea03 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGElementInstance.java @@ -0,0 +1,16 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGElementInstance extends + EventTarget { + public SVGElement getCorrespondingElement( ); + public SVGUseElement getCorrespondingUseElement( ); + public SVGElementInstance getParentNode( ); + public SVGElementInstanceList getChildNodes( ); + public SVGElementInstance getFirstChild( ); + public SVGElementInstance getLastChild( ); + public SVGElementInstance getPreviousSibling( ); + public SVGElementInstance getNextSibling( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java b/src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java new file mode 100644 index 000000000..13a90d5df --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +public interface SVGElementInstanceList { + public int getLength( ); + + public SVGElementInstance item ( int index ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java b/src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java new file mode 100644 index 000000000..54fced5de --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java @@ -0,0 +1,18 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGEllipseElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { + public SVGAnimatedLength getCx( ); + public SVGAnimatedLength getCy( ); + public SVGAnimatedLength getRx( ); + public SVGAnimatedLength getRy( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGEvent.java b/src/bind/java/org/w3c/dom/svg/SVGEvent.java new file mode 100644 index 000000000..709807923 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGEvent.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.Event; + +public interface SVGEvent extends + Event { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGException.java b/src/bind/java/org/w3c/dom/svg/SVGException.java new file mode 100644 index 000000000..2d200de84 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGException.java @@ -0,0 +1,13 @@ +package org.w3c.dom.svg; + +public class SVGException extends RuntimeException { + public SVGException(short code, String message) { + super(message); + this.code = code; + } + public short code; + // ExceptionCode + public static final short SVG_WRONG_TYPE_ERR = 0; + public static final short SVG_INVALID_VALUE_ERR = 1; + public static final short SVG_MATRIX_NOT_INVERTABLE = 2; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java b/src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java new file mode 100644 index 000000000..a6a01299a --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGExternalResourcesRequired { + public SVGAnimatedBoolean getExternalResourcesRequired( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java new file mode 100644 index 000000000..e80bc2188 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java @@ -0,0 +1,18 @@ + +package org.w3c.dom.svg; + +public interface SVGFEBlendElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + // Blend Mode Types + public static final short SVG_FEBLEND_MODE_UNKNOWN = 0; + public static final short SVG_FEBLEND_MODE_NORMAL = 1; + public static final short SVG_FEBLEND_MODE_MULTIPLY = 2; + public static final short SVG_FEBLEND_MODE_SCREEN = 3; + public static final short SVG_FEBLEND_MODE_DARKEN = 4; + public static final short SVG_FEBLEND_MODE_LIGHTEN = 5; + + public SVGAnimatedString getIn1( ); + public SVGAnimatedString getIn2( ); + public SVGAnimatedEnumeration getMode( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java new file mode 100644 index 000000000..e69384a9f --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java @@ -0,0 +1,17 @@ + +package org.w3c.dom.svg; + +public interface SVGFEColorMatrixElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + // Color Matrix Types + public static final short SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; + public static final short SVG_FECOLORMATRIX_TYPE_MATRIX = 1; + public static final short SVG_FECOLORMATRIX_TYPE_SATURATE = 2; + public static final short SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; + public static final short SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; + + public SVGAnimatedString getIn1( ); + public SVGAnimatedEnumeration getType( ); + public SVGAnimatedNumberList getValues( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java new file mode 100644 index 000000000..51a0f84a0 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +public interface SVGFEComponentTransferElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + public SVGAnimatedString getIn1( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java b/src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java new file mode 100644 index 000000000..f4b4c22cb --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java @@ -0,0 +1,23 @@ + +package org.w3c.dom.svg; + +public interface SVGFECompositeElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + // Composite Operators + public static final short SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; + public static final short SVG_FECOMPOSITE_OPERATOR_OVER = 1; + public static final short SVG_FECOMPOSITE_OPERATOR_IN = 2; + public static final short SVG_FECOMPOSITE_OPERATOR_OUT = 3; + public static final short SVG_FECOMPOSITE_OPERATOR_ATOP = 4; + public static final short SVG_FECOMPOSITE_OPERATOR_XOR = 5; + public static final short SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; + + public SVGAnimatedString getIn1( ); + public SVGAnimatedString getIn2( ); + public SVGAnimatedEnumeration getOperator( ); + public SVGAnimatedNumber getK1( ); + public SVGAnimatedNumber getK2( ); + public SVGAnimatedNumber getK3( ); + public SVGAnimatedNumber getK4( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java new file mode 100644 index 000000000..0553c85f4 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java @@ -0,0 +1,24 @@ + +package org.w3c.dom.svg; + +public interface SVGFEConvolveMatrixElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + // Edge Mode Values + public static final short SVG_EDGEMODE_UNKNOWN = 0; + public static final short SVG_EDGEMODE_DUPLICATE = 1; + public static final short SVG_EDGEMODE_WRAP = 2; + public static final short SVG_EDGEMODE_NONE = 3; + + public SVGAnimatedInteger getOrderX( ); + public SVGAnimatedInteger getOrderY( ); + public SVGAnimatedNumberList getKernelMatrix( ); + public SVGAnimatedNumber getDivisor( ); + public SVGAnimatedNumber getBias( ); + public SVGAnimatedInteger getTargetX( ); + public SVGAnimatedInteger getTargetY( ); + public SVGAnimatedEnumeration getEdgeMode( ); + public SVGAnimatedNumber getKernelUnitLengthX( ); + public SVGAnimatedNumber getKernelUnitLengthY( ); + public SVGAnimatedBoolean getPreserveAlpha( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java new file mode 100644 index 000000000..eb10a1672 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java @@ -0,0 +1,12 @@ + +package org.w3c.dom.svg; + +public interface SVGFEDiffuseLightingElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + public SVGAnimatedString getIn1( ); + public SVGAnimatedNumber getSurfaceScale( ); + public SVGAnimatedNumber getDiffuseConstant( ); + public SVGAnimatedNumber getKernelUnitLengthX( ); + public SVGAnimatedNumber getKernelUnitLengthY( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java new file mode 100644 index 000000000..d2270e219 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java @@ -0,0 +1,19 @@ + +package org.w3c.dom.svg; + +public interface SVGFEDisplacementMapElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + // Channel Selectors + public static final short SVG_CHANNEL_UNKNOWN = 0; + public static final short SVG_CHANNEL_R = 1; + public static final short SVG_CHANNEL_G = 2; + public static final short SVG_CHANNEL_B = 3; + public static final short SVG_CHANNEL_A = 4; + + public SVGAnimatedString getIn1( ); + public SVGAnimatedString getIn2( ); + public SVGAnimatedNumber getScale( ); + public SVGAnimatedEnumeration getXChannelSelector( ); + public SVGAnimatedEnumeration getYChannelSelector( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java new file mode 100644 index 000000000..576f01b62 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +public interface SVGFEDistantLightElement extends + SVGElement { + public SVGAnimatedNumber getAzimuth( ); + public SVGAnimatedNumber getElevation( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java new file mode 100644 index 000000000..8960d4d6b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +public interface SVGFEFloodElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + public SVGAnimatedString getIn1( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java new file mode 100644 index 000000000..739982b9b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGFEFuncAElement extends + SVGComponentTransferFunctionElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java new file mode 100644 index 000000000..7afbb516c --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGFEFuncBElement extends + SVGComponentTransferFunctionElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java new file mode 100644 index 000000000..04a43b79a --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGFEFuncGElement extends + SVGComponentTransferFunctionElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java new file mode 100644 index 000000000..b68ca7543 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGFEFuncRElement extends + SVGComponentTransferFunctionElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java new file mode 100644 index 000000000..af1c659c8 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java @@ -0,0 +1,12 @@ + +package org.w3c.dom.svg; + +public interface SVGFEGaussianBlurElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + public SVGAnimatedString getIn1( ); + public SVGAnimatedNumber getStdDeviationX( ); + public SVGAnimatedNumber getStdDeviationY( ); + + public void setStdDeviation ( float stdDeviationX, float stdDeviationY ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java new file mode 100644 index 000000000..2e4dff428 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java @@ -0,0 +1,13 @@ + +package org.w3c.dom.svg; + +public interface SVGFEImageElement extends + SVGElement, + SVGURIReference, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGFilterPrimitiveStandardAttributes { + + public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( ); + +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java new file mode 100644 index 000000000..4224e0245 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGFEMergeElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java new file mode 100644 index 000000000..6cba4e271 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGFEMergeNodeElement extends + SVGElement { + public SVGAnimatedString getIn1( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java new file mode 100644 index 000000000..829ed62fc --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java @@ -0,0 +1,16 @@ + +package org.w3c.dom.svg; + +public interface SVGFEMorphologyElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + // Morphology Operators + public static final short SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; + public static final short SVG_MORPHOLOGY_OPERATOR_ERODE = 1; + public static final short SVG_MORPHOLOGY_OPERATOR_DILATE = 2; + + public SVGAnimatedString getIn1( ); + public SVGAnimatedEnumeration getOperator( ); + public SVGAnimatedNumber getRadiusX( ); + public SVGAnimatedNumber getRadiusY( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java new file mode 100644 index 000000000..2b57b9c00 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +public interface SVGFEOffsetElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + public SVGAnimatedString getIn1( ); + public SVGAnimatedNumber getDx( ); + public SVGAnimatedNumber getDy( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java new file mode 100644 index 000000000..f1231ae7c --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java @@ -0,0 +1,9 @@ + +package org.w3c.dom.svg; + +public interface SVGFEPointLightElement extends + SVGElement { + public SVGAnimatedNumber getX( ); + public SVGAnimatedNumber getY( ); + public SVGAnimatedNumber getZ( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java b/src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java new file mode 100644 index 000000000..0c30c1904 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java @@ -0,0 +1,11 @@ + +package org.w3c.dom.svg; + +public interface SVGFESpecularLightingElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + public SVGAnimatedString getIn1( ); + public SVGAnimatedNumber getSurfaceScale( ); + public SVGAnimatedNumber getSpecularConstant( ); + public SVGAnimatedNumber getSpecularExponent( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java b/src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java new file mode 100644 index 000000000..5214cb824 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java @@ -0,0 +1,14 @@ + +package org.w3c.dom.svg; + +public interface SVGFESpotLightElement extends + SVGElement { + public SVGAnimatedNumber getX( ); + public SVGAnimatedNumber getY( ); + public SVGAnimatedNumber getZ( ); + public SVGAnimatedNumber getPointsAtX( ); + public SVGAnimatedNumber getPointsAtY( ); + public SVGAnimatedNumber getPointsAtZ( ); + public SVGAnimatedNumber getSpecularExponent( ); + public SVGAnimatedNumber getLimitingConeAngle( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFETileElement.java b/src/bind/java/org/w3c/dom/svg/SVGFETileElement.java new file mode 100644 index 000000000..0eb73ecd4 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFETileElement.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +public interface SVGFETileElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + public SVGAnimatedString getIn1( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java b/src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java new file mode 100644 index 000000000..4fad7ecd4 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java @@ -0,0 +1,22 @@ + +package org.w3c.dom.svg; + +public interface SVGFETurbulenceElement extends + SVGElement, + SVGFilterPrimitiveStandardAttributes { + // Turbulence Types + public static final short SVG_TURBULENCE_TYPE_UNKNOWN = 0; + public static final short SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; + public static final short SVG_TURBULENCE_TYPE_TURBULENCE = 2; + // Stitch Options + public static final short SVG_STITCHTYPE_UNKNOWN = 0; + public static final short SVG_STITCHTYPE_STITCH = 1; + public static final short SVG_STITCHTYPE_NOSTITCH = 2; + + public SVGAnimatedNumber getBaseFrequencyX( ); + public SVGAnimatedNumber getBaseFrequencyY( ); + public SVGAnimatedInteger getNumOctaves( ); + public SVGAnimatedNumber getSeed( ); + public SVGAnimatedEnumeration getStitchTiles( ); + public SVGAnimatedEnumeration getType( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFilterElement.java b/src/bind/java/org/w3c/dom/svg/SVGFilterElement.java new file mode 100644 index 000000000..2e9d936d2 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFilterElement.java @@ -0,0 +1,21 @@ + +package org.w3c.dom.svg; + +public interface SVGFilterElement extends + SVGElement, + SVGURIReference, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGUnitTypes { + public SVGAnimatedEnumeration getFilterUnits( ); + public SVGAnimatedEnumeration getPrimitiveUnits( ); + public SVGAnimatedLength getX( ); + public SVGAnimatedLength getY( ); + public SVGAnimatedLength getWidth( ); + public SVGAnimatedLength getHeight( ); + public SVGAnimatedInteger getFilterResX( ); + public SVGAnimatedInteger getFilterResY( ); + + public void setFilterRes ( int filterResX, int filterResY ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java b/src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java new file mode 100644 index 000000000..44af2e3cd --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java @@ -0,0 +1,11 @@ + +package org.w3c.dom.svg; + +public interface SVGFilterPrimitiveStandardAttributes extends + SVGStylable { + public SVGAnimatedLength getX( ); + public SVGAnimatedLength getY( ); + public SVGAnimatedLength getWidth( ); + public SVGAnimatedLength getHeight( ); + public SVGAnimatedString getResult( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java b/src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java new file mode 100644 index 000000000..bbc87448b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGFitToViewBox { + public SVGAnimatedRect getViewBox( ); + public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontElement.java new file mode 100644 index 000000000..351c70db2 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFontElement.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +public interface SVGFontElement extends + SVGElement, + SVGExternalResourcesRequired, + SVGStylable { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java new file mode 100644 index 000000000..a46620173 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGFontFaceElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java new file mode 100644 index 000000000..cc9f3a45d --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGFontFaceFormatElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java new file mode 100644 index 000000000..3f2d85d85 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGFontFaceNameElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java new file mode 100644 index 000000000..cf0325a71 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGFontFaceSrcElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java new file mode 100644 index 000000000..2edb490e5 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGFontFaceUriElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java b/src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java new file mode 100644 index 000000000..794e7a8e8 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java @@ -0,0 +1,18 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGForeignObjectElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { + public SVGAnimatedLength getX( ); + public SVGAnimatedLength getY( ); + public SVGAnimatedLength getWidth( ); + public SVGAnimatedLength getHeight( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGGElement.java b/src/bind/java/org/w3c/dom/svg/SVGGElement.java new file mode 100644 index 000000000..51c0a92ea --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGGElement.java @@ -0,0 +1,14 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGGElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java b/src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java new file mode 100644 index 000000000..f219b31c3 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGGlyphElement extends + SVGElement, + SVGStylable { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java b/src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java new file mode 100644 index 000000000..35bddc155 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java @@ -0,0 +1,28 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGGlyphRefElement extends + SVGElement, + SVGURIReference, + SVGStylable { + public String getGlyphRef( ); + public void setGlyphRef( String glyphRef ) + throws DOMException; + public String getFormat( ); + public void setFormat( String format ) + throws DOMException; + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + public float getDx( ); + public void setDx( float dx ) + throws DOMException; + public float getDy( ); + public void setDy( float dy ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGGradientElement.java b/src/bind/java/org/w3c/dom/svg/SVGGradientElement.java new file mode 100644 index 000000000..87c7c0c93 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGGradientElement.java @@ -0,0 +1,19 @@ + +package org.w3c.dom.svg; + +public interface SVGGradientElement extends + SVGElement, + SVGURIReference, + SVGExternalResourcesRequired, + SVGStylable, + SVGUnitTypes { + // Spread Method Types + public static final short SVG_SPREADMETHOD_UNKNOWN = 0; + public static final short SVG_SPREADMETHOD_PAD = 1; + public static final short SVG_SPREADMETHOD_REFLECT = 2; + public static final short SVG_SPREADMETHOD_REPEAT = 3; + + public SVGAnimatedEnumeration getGradientUnits( ); + public SVGAnimatedTransformList getGradientTransform( ); + public SVGAnimatedEnumeration getSpreadMethod( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGHKernElement.java b/src/bind/java/org/w3c/dom/svg/SVGHKernElement.java new file mode 100644 index 000000000..27443208c --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGHKernElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGHKernElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGICCColor.java b/src/bind/java/org/w3c/dom/svg/SVGICCColor.java new file mode 100644 index 000000000..79382131c --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGICCColor.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; +public interface SVGICCColor { + public String getColorProfile( ); + public void setColorProfile( String colorProfile ) + throws DOMException; + public SVGNumberList getColors( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGImageElement.java b/src/bind/java/org/w3c/dom/svg/SVGImageElement.java new file mode 100644 index 000000000..4a5f240da --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGImageElement.java @@ -0,0 +1,20 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGImageElement extends + SVGElement, + SVGURIReference, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { + public SVGAnimatedLength getX( ); + public SVGAnimatedLength getY( ); + public SVGAnimatedLength getWidth( ); + public SVGAnimatedLength getHeight( ); + public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGLangSpace.java b/src/bind/java/org/w3c/dom/svg/SVGLangSpace.java new file mode 100644 index 000000000..c2eff9bea --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGLangSpace.java @@ -0,0 +1,13 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGLangSpace { + public String getXMLlang( ); + public void setXMLlang( String xmllang ) + throws DOMException; + public String getXMLspace( ); + public void setXMLspace( String xmlspace ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGLength.java b/src/bind/java/org/w3c/dom/svg/SVGLength.java new file mode 100644 index 000000000..a3f9f6e01 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGLength.java @@ -0,0 +1,32 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; +public interface SVGLength { + // Length Unit Types + public static final short SVG_LENGTHTYPE_UNKNOWN = 0; + public static final short SVG_LENGTHTYPE_NUMBER = 1; + public static final short SVG_LENGTHTYPE_PERCENTAGE = 2; + public static final short SVG_LENGTHTYPE_EMS = 3; + public static final short SVG_LENGTHTYPE_EXS = 4; + public static final short SVG_LENGTHTYPE_PX = 5; + public static final short SVG_LENGTHTYPE_CM = 6; + public static final short SVG_LENGTHTYPE_MM = 7; + public static final short SVG_LENGTHTYPE_IN = 8; + public static final short SVG_LENGTHTYPE_PT = 9; + public static final short SVG_LENGTHTYPE_PC = 10; + + public short getUnitType( ); + public float getValue( ); + public void setValue( float value ) + throws DOMException; + public float getValueInSpecifiedUnits( ); + public void setValueInSpecifiedUnits( float valueInSpecifiedUnits ) + throws DOMException; + public String getValueAsString( ); + public void setValueAsString( String valueAsString ) + throws DOMException; + + public void newValueSpecifiedUnits ( short unitType, float valueInSpecifiedUnits ); + public void convertToSpecifiedUnits ( short unitType ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGLengthList.java b/src/bind/java/org/w3c/dom/svg/SVGLengthList.java new file mode 100644 index 000000000..ac75627be --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGLengthList.java @@ -0,0 +1,23 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGLengthList { + public int getNumberOfItems( ); + + public void clear ( ) + throws DOMException; + public SVGLength initialize ( SVGLength newItem ) + throws DOMException, SVGException; + public SVGLength getItem ( int index ) + throws DOMException; + public SVGLength insertItemBefore ( SVGLength newItem, int index ) + throws DOMException, SVGException; + public SVGLength replaceItem ( SVGLength newItem, int index ) + throws DOMException, SVGException; + public SVGLength removeItem ( int index ) + throws DOMException; + public SVGLength appendItem ( SVGLength newItem ) + throws DOMException, SVGException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGLineElement.java b/src/bind/java/org/w3c/dom/svg/SVGLineElement.java new file mode 100644 index 000000000..faa49e30b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGLineElement.java @@ -0,0 +1,18 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGLineElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { + public SVGAnimatedLength getX1( ); + public SVGAnimatedLength getY1( ); + public SVGAnimatedLength getX2( ); + public SVGAnimatedLength getY2( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java b/src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java new file mode 100644 index 000000000..a0d1f960a --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +public interface SVGLinearGradientElement extends + SVGGradientElement { + public SVGAnimatedLength getX1( ); + public SVGAnimatedLength getY1( ); + public SVGAnimatedLength getX2( ); + public SVGAnimatedLength getY2( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGLocatable.java b/src/bind/java/org/w3c/dom/svg/SVGLocatable.java new file mode 100644 index 000000000..4b5862183 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGLocatable.java @@ -0,0 +1,13 @@ + +package org.w3c.dom.svg; + +public interface SVGLocatable { + public SVGElement getNearestViewportElement( ); + public SVGElement getFarthestViewportElement( ); + + public SVGRect getBBox ( ); + public SVGMatrix getCTM ( ); + public SVGMatrix getScreenCTM ( ); + public SVGMatrix getTransformToElement ( SVGElement element ) + throws SVGException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGMPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGMPathElement.java new file mode 100644 index 000000000..4ba719875 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGMPathElement.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +public interface SVGMPathElement extends + SVGElement, + SVGURIReference, + SVGExternalResourcesRequired { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java b/src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java new file mode 100644 index 000000000..efd5b5f82 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java @@ -0,0 +1,29 @@ + +package org.w3c.dom.svg; + +public interface SVGMarkerElement extends + SVGElement, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGFitToViewBox { + // Marker Unit Types + public static final short SVG_MARKERUNITS_UNKNOWN = 0; + public static final short SVG_MARKERUNITS_USERSPACEONUSE = 1; + public static final short SVG_MARKERUNITS_STROKEWIDTH = 2; + // Marker Orientation Types + public static final short SVG_MARKER_ORIENT_UNKNOWN = 0; + public static final short SVG_MARKER_ORIENT_AUTO = 1; + public static final short SVG_MARKER_ORIENT_ANGLE = 2; + + public SVGAnimatedLength getRefX( ); + public SVGAnimatedLength getRefY( ); + public SVGAnimatedEnumeration getMarkerUnits( ); + public SVGAnimatedLength getMarkerWidth( ); + public SVGAnimatedLength getMarkerHeight( ); + public SVGAnimatedEnumeration getOrientType( ); + public SVGAnimatedAngle getOrientAngle( ); + + public void setOrientToAuto ( ); + public void setOrientToAngle ( SVGAngle angle ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGMaskElement.java b/src/bind/java/org/w3c/dom/svg/SVGMaskElement.java new file mode 100644 index 000000000..f8038d6a3 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGMaskElement.java @@ -0,0 +1,17 @@ + +package org.w3c.dom.svg; + +public interface SVGMaskElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGUnitTypes { + public SVGAnimatedEnumeration getMaskUnits( ); + public SVGAnimatedEnumeration getMaskContentUnits( ); + public SVGAnimatedLength getX( ); + public SVGAnimatedLength getY( ); + public SVGAnimatedLength getWidth( ); + public SVGAnimatedLength getHeight( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGMatrix.java b/src/bind/java/org/w3c/dom/svg/SVGMatrix.java new file mode 100644 index 000000000..caff00dcc --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGMatrix.java @@ -0,0 +1,39 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGMatrix { + public float getA( ); + public void setA( float a ) + throws DOMException; + public float getB( ); + public void setB( float b ) + throws DOMException; + public float getC( ); + public void setC( float c ) + throws DOMException; + public float getD( ); + public void setD( float d ) + throws DOMException; + public float getE( ); + public void setE( float e ) + throws DOMException; + public float getF( ); + public void setF( float f ) + throws DOMException; + + public SVGMatrix multiply ( SVGMatrix secondMatrix ); + public SVGMatrix inverse ( ) + throws SVGException; + public SVGMatrix translate ( float x, float y ); + public SVGMatrix scale ( float scaleFactor ); + public SVGMatrix scaleNonUniform ( float scaleFactorX, float scaleFactorY ); + public SVGMatrix rotate ( float angle ); + public SVGMatrix rotateFromVector ( float x, float y ) + throws SVGException; + public SVGMatrix flipX ( ); + public SVGMatrix flipY ( ); + public SVGMatrix skewX ( float angle ); + public SVGMatrix skewY ( float angle ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java b/src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java new file mode 100644 index 000000000..cd1c007e7 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGMetadataElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java b/src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java new file mode 100644 index 000000000..ce426fffd --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGMissingGlyphElement extends + SVGElement, + SVGStylable { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGNumber.java b/src/bind/java/org/w3c/dom/svg/SVGNumber.java new file mode 100644 index 000000000..f4ee8014b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGNumber.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGNumber { + public float getValue( ); + public void setValue( float value ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGNumberList.java b/src/bind/java/org/w3c/dom/svg/SVGNumberList.java new file mode 100644 index 000000000..e443caac7 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGNumberList.java @@ -0,0 +1,23 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGNumberList { + public int getNumberOfItems( ); + + public void clear ( ) + throws DOMException; + public SVGNumber initialize ( SVGNumber newItem ) + throws DOMException, SVGException; + public SVGNumber getItem ( int index ) + throws DOMException; + public SVGNumber insertItemBefore ( SVGNumber newItem, int index ) + throws DOMException, SVGException; + public SVGNumber replaceItem ( SVGNumber newItem, int index ) + throws DOMException, SVGException; + public SVGNumber removeItem ( int index ) + throws DOMException; + public SVGNumber appendItem ( SVGNumber newItem ) + throws DOMException, SVGException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPaint.java b/src/bind/java/org/w3c/dom/svg/SVGPaint.java new file mode 100644 index 000000000..6a6451c12 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPaint.java @@ -0,0 +1,26 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.css.RGBColor; + +public interface SVGPaint extends + SVGColor { + // Paint Types + public static final short SVG_PAINTTYPE_UNKNOWN = 0; + public static final short SVG_PAINTTYPE_RGBCOLOR = 1; + public static final short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2; + public static final short SVG_PAINTTYPE_NONE = 101; + public static final short SVG_PAINTTYPE_CURRENTCOLOR = 102; + public static final short SVG_PAINTTYPE_URI_NONE = 103; + public static final short SVG_PAINTTYPE_URI_CURRENTCOLOR = 104; + public static final short SVG_PAINTTYPE_URI_RGBCOLOR = 105; + public static final short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106; + public static final short SVG_PAINTTYPE_URI = 107; + + public short getPaintType( ); + public String getUri( ); + + public void setUri ( String uri ); + public void setPaint ( short paintType, String uri, String rgbColor, String iccColor ) + throws SVGException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGPathElement.java new file mode 100644 index 000000000..b5522ca6d --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathElement.java @@ -0,0 +1,39 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGPathElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget, + SVGAnimatedPathData { + public SVGAnimatedNumber getPathLength( ); + + public float getTotalLength ( ); + public SVGPoint getPointAtLength ( float distance ); + public int getPathSegAtLength ( float distance ); + public SVGPathSegClosePath createSVGPathSegClosePath ( ); + public SVGPathSegMovetoAbs createSVGPathSegMovetoAbs ( float x, float y ); + public SVGPathSegMovetoRel createSVGPathSegMovetoRel ( float x, float y ); + public SVGPathSegLinetoAbs createSVGPathSegLinetoAbs ( float x, float y ); + public SVGPathSegLinetoRel createSVGPathSegLinetoRel ( float x, float y ); + public SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs ( float x, float y, float x1, float y1, float x2, float y2 ); + public SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel ( float x, float y, float x1, float y1, float x2, float y2 ); + public SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs ( float x, float y, float x1, float y1 ); + public SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel ( float x, float y, float x1, float y1 ); + public SVGPathSegArcAbs createSVGPathSegArcAbs ( float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag ); + public SVGPathSegArcRel createSVGPathSegArcRel ( float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag ); + public SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs ( float x ); + public SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel ( float x ); + public SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs ( float y ); + public SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel ( float y ); + public SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs ( float x, float y, float x2, float y2 ); + public SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel ( float x, float y, float x2, float y2 ); + public SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs ( float x, float y ); + public SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel ( float x, float y ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSeg.java b/src/bind/java/org/w3c/dom/svg/SVGPathSeg.java new file mode 100644 index 000000000..698239a98 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSeg.java @@ -0,0 +1,29 @@ + +package org.w3c.dom.svg; + +public interface SVGPathSeg { + // Path Segment Types + public static final short PATHSEG_UNKNOWN = 0; + public static final short PATHSEG_CLOSEPATH = 1; + public static final short PATHSEG_MOVETO_ABS = 2; + public static final short PATHSEG_MOVETO_REL = 3; + public static final short PATHSEG_LINETO_ABS = 4; + public static final short PATHSEG_LINETO_REL = 5; + public static final short PATHSEG_CURVETO_CUBIC_ABS = 6; + public static final short PATHSEG_CURVETO_CUBIC_REL = 7; + public static final short PATHSEG_CURVETO_QUADRATIC_ABS = 8; + public static final short PATHSEG_CURVETO_QUADRATIC_REL = 9; + public static final short PATHSEG_ARC_ABS = 10; + public static final short PATHSEG_ARC_REL = 11; + public static final short PATHSEG_LINETO_HORIZONTAL_ABS = 12; + public static final short PATHSEG_LINETO_HORIZONTAL_REL = 13; + public static final short PATHSEG_LINETO_VERTICAL_ABS = 14; + public static final short PATHSEG_LINETO_VERTICAL_REL = 15; + public static final short PATHSEG_CURVETO_CUBIC_SMOOTH_ABS = 16; + public static final short PATHSEG_CURVETO_CUBIC_SMOOTH_REL = 17; + public static final short PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS = 18; + public static final short PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL = 19; + + public short getPathSegType( ); + public String getPathSegTypeAsLetter( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java new file mode 100644 index 000000000..150340c38 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java @@ -0,0 +1,29 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegArcAbs extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + public float getR1( ); + public void setR1( float r1 ) + throws DOMException; + public float getR2( ); + public void setR2( float r2 ) + throws DOMException; + public float getAngle( ); + public void setAngle( float angle ) + throws DOMException; + public boolean getLargeArcFlag( ); + public void setLargeArcFlag( boolean largeArcFlag ) + throws DOMException; + public boolean getSweepFlag( ); + public void setSweepFlag( boolean sweepFlag ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java new file mode 100644 index 000000000..01107ecb2 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java @@ -0,0 +1,29 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegArcRel extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + public float getR1( ); + public void setR1( float r1 ) + throws DOMException; + public float getR2( ); + public void setR2( float r2 ) + throws DOMException; + public float getAngle( ); + public void setAngle( float angle ) + throws DOMException; + public boolean getLargeArcFlag( ); + public void setLargeArcFlag( boolean largeArcFlag ) + throws DOMException; + public boolean getSweepFlag( ); + public void setSweepFlag( boolean sweepFlag ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java new file mode 100644 index 000000000..9cf1c4369 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGPathSegClosePath extends + SVGPathSeg { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java new file mode 100644 index 000000000..7286492c8 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java @@ -0,0 +1,26 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegCurvetoCubicAbs extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + public float getX1( ); + public void setX1( float x1 ) + throws DOMException; + public float getY1( ); + public void setY1( float y1 ) + throws DOMException; + public float getX2( ); + public void setX2( float x2 ) + throws DOMException; + public float getY2( ); + public void setY2( float y2 ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java new file mode 100644 index 000000000..4883ea143 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java @@ -0,0 +1,26 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegCurvetoCubicRel extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + public float getX1( ); + public void setX1( float x1 ) + throws DOMException; + public float getY1( ); + public void setY1( float y1 ) + throws DOMException; + public float getX2( ); + public void setX2( float x2 ) + throws DOMException; + public float getY2( ); + public void setY2( float y2 ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java new file mode 100644 index 000000000..db806d7e8 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java @@ -0,0 +1,20 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegCurvetoCubicSmoothAbs extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + public float getX2( ); + public void setX2( float x2 ) + throws DOMException; + public float getY2( ); + public void setY2( float y2 ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java new file mode 100644 index 000000000..696bb6c9b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java @@ -0,0 +1,20 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegCurvetoCubicSmoothRel extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + public float getX2( ); + public void setX2( float x2 ) + throws DOMException; + public float getY2( ); + public void setY2( float y2 ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java new file mode 100644 index 000000000..db03df20e --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java @@ -0,0 +1,20 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegCurvetoQuadraticAbs extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + public float getX1( ); + public void setX1( float x1 ) + throws DOMException; + public float getY1( ); + public void setY1( float y1 ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java new file mode 100644 index 000000000..68f239428 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java @@ -0,0 +1,20 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegCurvetoQuadraticRel extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + public float getX1( ); + public void setX1( float x1 ) + throws DOMException; + public float getY1( ); + public void setY1( float y1 ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java new file mode 100644 index 000000000..307ab5182 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java @@ -0,0 +1,14 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegCurvetoQuadraticSmoothAbs extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java new file mode 100644 index 000000000..7fcfc3998 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java @@ -0,0 +1,14 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegCurvetoQuadraticSmoothRel extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java new file mode 100644 index 000000000..a4f55b9fa --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java @@ -0,0 +1,14 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegLinetoAbs extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java new file mode 100644 index 000000000..f045467c1 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java @@ -0,0 +1,11 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegLinetoHorizontalAbs extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java new file mode 100644 index 000000000..19f320d2d --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java @@ -0,0 +1,11 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegLinetoHorizontalRel extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java new file mode 100644 index 000000000..f5abb2e30 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java @@ -0,0 +1,14 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegLinetoRel extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java new file mode 100644 index 000000000..b9bc9136f --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java @@ -0,0 +1,11 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegLinetoVerticalAbs extends + SVGPathSeg { + public float getY( ); + public void setY( float y ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java new file mode 100644 index 000000000..5a69a836b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java @@ -0,0 +1,11 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegLinetoVerticalRel extends + SVGPathSeg { + public float getY( ); + public void setY( float y ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegList.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegList.java new file mode 100644 index 000000000..7d688f39e --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegList.java @@ -0,0 +1,23 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegList { + public int getNumberOfItems( ); + + public void clear ( ) + throws DOMException; + public SVGPathSeg initialize ( SVGPathSeg newItem ) + throws DOMException, SVGException; + public SVGPathSeg getItem ( int index ) + throws DOMException; + public SVGPathSeg insertItemBefore ( SVGPathSeg newItem, int index ) + throws DOMException, SVGException; + public SVGPathSeg replaceItem ( SVGPathSeg newItem, int index ) + throws DOMException, SVGException; + public SVGPathSeg removeItem ( int index ) + throws DOMException; + public SVGPathSeg appendItem ( SVGPathSeg newItem ) + throws DOMException, SVGException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java new file mode 100644 index 000000000..20bd8250e --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java @@ -0,0 +1,14 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegMovetoAbs extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java new file mode 100644 index 000000000..95ec75fd8 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java @@ -0,0 +1,14 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPathSegMovetoRel extends + SVGPathSeg { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPatternElement.java b/src/bind/java/org/w3c/dom/svg/SVGPatternElement.java new file mode 100644 index 000000000..a6ce5ca27 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPatternElement.java @@ -0,0 +1,20 @@ + +package org.w3c.dom.svg; + +public interface SVGPatternElement extends + SVGElement, + SVGURIReference, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGFitToViewBox, + SVGUnitTypes { + public SVGAnimatedEnumeration getPatternUnits( ); + public SVGAnimatedEnumeration getPatternContentUnits( ); + public SVGAnimatedTransformList getPatternTransform( ); + public SVGAnimatedLength getX( ); + public SVGAnimatedLength getY( ); + public SVGAnimatedLength getWidth( ); + public SVGAnimatedLength getHeight( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPoint.java b/src/bind/java/org/w3c/dom/svg/SVGPoint.java new file mode 100644 index 000000000..441b65c14 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPoint.java @@ -0,0 +1,15 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPoint { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + + public SVGPoint matrixTransform ( SVGMatrix matrix ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPointList.java b/src/bind/java/org/w3c/dom/svg/SVGPointList.java new file mode 100644 index 000000000..b3e41c654 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPointList.java @@ -0,0 +1,23 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPointList { + public int getNumberOfItems( ); + + public void clear ( ) + throws DOMException; + public SVGPoint initialize ( SVGPoint newItem ) + throws DOMException, SVGException; + public SVGPoint getItem ( int index ) + throws DOMException; + public SVGPoint insertItemBefore ( SVGPoint newItem, int index ) + throws DOMException, SVGException; + public SVGPoint replaceItem ( SVGPoint newItem, int index ) + throws DOMException, SVGException; + public SVGPoint removeItem ( int index ) + throws DOMException; + public SVGPoint appendItem ( SVGPoint newItem ) + throws DOMException, SVGException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java b/src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java new file mode 100644 index 000000000..62b905ecd --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java @@ -0,0 +1,15 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGPolygonElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget, + SVGAnimatedPoints { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java b/src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java new file mode 100644 index 000000000..402b68c5f --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java @@ -0,0 +1,15 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGPolylineElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget, + SVGAnimatedPoints { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java b/src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java new file mode 100644 index 000000000..b276f4320 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java @@ -0,0 +1,30 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGPreserveAspectRatio { + // Alignment Types + public static final short SVG_PRESERVEASPECTRATIO_UNKNOWN = 0; + public static final short SVG_PRESERVEASPECTRATIO_NONE = 1; + public static final short SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; + public static final short SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3; + public static final short SVG_PRESERVEASPECTRATIO_XMAXYMIN = 4; + public static final short SVG_PRESERVEASPECTRATIO_XMINYMID = 5; + public static final short SVG_PRESERVEASPECTRATIO_XMIDYMID = 6; + public static final short SVG_PRESERVEASPECTRATIO_XMAXYMID = 7; + public static final short SVG_PRESERVEASPECTRATIO_XMINYMAX = 8; + public static final short SVG_PRESERVEASPECTRATIO_XMIDYMAX = 9; + public static final short SVG_PRESERVEASPECTRATIO_XMAXYMAX = 10; + // Meet-or-slice Types + public static final short SVG_MEETORSLICE_UNKNOWN = 0; + public static final short SVG_MEETORSLICE_MEET = 1; + public static final short SVG_MEETORSLICE_SLICE = 2; + + public short getAlign( ); + public void setAlign( short align ) + throws DOMException; + public short getMeetOrSlice( ); + public void setMeetOrSlice( short meetOrSlice ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java b/src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java new file mode 100644 index 000000000..530735074 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java @@ -0,0 +1,11 @@ + +package org.w3c.dom.svg; + +public interface SVGRadialGradientElement extends + SVGGradientElement { + public SVGAnimatedLength getCx( ); + public SVGAnimatedLength getCy( ); + public SVGAnimatedLength getR( ); + public SVGAnimatedLength getFx( ); + public SVGAnimatedLength getFy( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGRect.java b/src/bind/java/org/w3c/dom/svg/SVGRect.java new file mode 100644 index 000000000..c55453ce3 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGRect.java @@ -0,0 +1,19 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGRect { + public float getX( ); + public void setX( float x ) + throws DOMException; + public float getY( ); + public void setY( float y ) + throws DOMException; + public float getWidth( ); + public void setWidth( float width ) + throws DOMException; + public float getHeight( ); + public void setHeight( float height ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGRectElement.java b/src/bind/java/org/w3c/dom/svg/SVGRectElement.java new file mode 100644 index 000000000..aec04b0c1 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGRectElement.java @@ -0,0 +1,20 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGRectElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { + public SVGAnimatedLength getX( ); + public SVGAnimatedLength getY( ); + public SVGAnimatedLength getWidth( ); + public SVGAnimatedLength getHeight( ); + public SVGAnimatedLength getRx( ); + public SVGAnimatedLength getRy( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java b/src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java new file mode 100644 index 000000000..81b61c50d --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java @@ -0,0 +1,12 @@ + +package org.w3c.dom.svg; + +public interface SVGRenderingIntent { + // Rendering Intent Types + public static final short RENDERING_INTENT_UNKNOWN = 0; + public static final short RENDERING_INTENT_AUTO = 1; + public static final short RENDERING_INTENT_PERCEPTUAL = 2; + public static final short RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; + public static final short RENDERING_INTENT_SATURATION = 4; + public static final short RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGSVGElement.java b/src/bind/java/org/w3c/dom/svg/SVGSVGElement.java new file mode 100644 index 000000000..2fefaaaca --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGSVGElement.java @@ -0,0 +1,74 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.DocumentEvent; +import org.w3c.dom.events.EventTarget; +import org.w3c.dom.DOMException; +import org.w3c.dom.NodeList; +import org.w3c.dom.Element; +import org.w3c.dom.css.ViewCSS; +import org.w3c.dom.css.DocumentCSS; +import org.w3c.dom.css.RGBColor; + +public interface SVGSVGElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGLocatable, + SVGFitToViewBox, + SVGZoomAndPan, + EventTarget, + DocumentEvent, + ViewCSS, + DocumentCSS { + public SVGAnimatedLength getX( ); + public SVGAnimatedLength getY( ); + public SVGAnimatedLength getWidth( ); + public SVGAnimatedLength getHeight( ); + public String getContentScriptType( ); + public void setContentScriptType( String contentScriptType ) + throws DOMException; + public String getContentStyleType( ); + public void setContentStyleType( String contentStyleType ) + throws DOMException; + public SVGRect getViewport( ); + public float getPixelUnitToMillimeterX( ); + public float getPixelUnitToMillimeterY( ); + public float getScreenPixelToMillimeterX( ); + public float getScreenPixelToMillimeterY( ); + public boolean getUseCurrentView( ); + public void setUseCurrentView( boolean useCurrentView ) + throws DOMException; + public SVGViewSpec getCurrentView( ); + public float getCurrentScale( ); + public void setCurrentScale( float currentScale ) + throws DOMException; + public SVGPoint getCurrentTranslate( ); + + public int suspendRedraw ( int max_wait_milliseconds ); + public void unsuspendRedraw ( int suspend_handle_id ) + throws DOMException; + public void unsuspendRedrawAll ( ); + public void forceRedraw ( ); + public void pauseAnimations ( ); + public void unpauseAnimations ( ); + public boolean animationsPaused ( ); + public float getCurrentTime ( ); + public void setCurrentTime ( float seconds ); + public NodeList getIntersectionList ( SVGRect rect, SVGElement referenceElement ); + public NodeList getEnclosureList ( SVGRect rect, SVGElement referenceElement ); + public boolean checkIntersection ( SVGElement element, SVGRect rect ); + public boolean checkEnclosure ( SVGElement element, SVGRect rect ); + public void deselectAll ( ); + public SVGNumber createSVGNumber ( ); + public SVGLength createSVGLength ( ); + public SVGAngle createSVGAngle ( ); + public SVGPoint createSVGPoint ( ); + public SVGMatrix createSVGMatrix ( ); + public SVGRect createSVGRect ( ); + public SVGTransform createSVGTransform ( ); + public SVGTransform createSVGTransformFromMatrix ( SVGMatrix matrix ); + public Element getElementById ( String elementId ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGScriptElement.java b/src/bind/java/org/w3c/dom/svg/SVGScriptElement.java new file mode 100644 index 000000000..7dd0a6075 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGScriptElement.java @@ -0,0 +1,13 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGScriptElement extends + SVGElement, + SVGURIReference, + SVGExternalResourcesRequired { + public String getType( ); + public void setType( String type ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGSetElement.java b/src/bind/java/org/w3c/dom/svg/SVGSetElement.java new file mode 100644 index 000000000..568e90e0c --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGSetElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGSetElement extends + SVGAnimationElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGStopElement.java b/src/bind/java/org/w3c/dom/svg/SVGStopElement.java new file mode 100644 index 000000000..250c5e0fa --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGStopElement.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +public interface SVGStopElement extends + SVGElement, + SVGStylable { + public SVGAnimatedNumber getOffset( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGStringList.java b/src/bind/java/org/w3c/dom/svg/SVGStringList.java new file mode 100644 index 000000000..05f860cc9 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGStringList.java @@ -0,0 +1,23 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGStringList { + public int getNumberOfItems( ); + + public void clear ( ) + throws DOMException; + public String initialize ( String newItem ) + throws DOMException, SVGException; + public String getItem ( int index ) + throws DOMException; + public String insertItemBefore ( String newItem, int index ) + throws DOMException, SVGException; + public String replaceItem ( String newItem, int index ) + throws DOMException, SVGException; + public String removeItem ( int index ) + throws DOMException; + public String appendItem ( String newItem ) + throws DOMException, SVGException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGStylable.java b/src/bind/java/org/w3c/dom/svg/SVGStylable.java new file mode 100644 index 000000000..0d547c666 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGStylable.java @@ -0,0 +1,12 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.css.CSSStyleDeclaration; +import org.w3c.dom.css.CSSValue; + +public interface SVGStylable { + public SVGAnimatedString getClassName( ); + public CSSStyleDeclaration getStyle( ); + + public CSSValue getPresentationAttribute ( String name ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGStyleElement.java b/src/bind/java/org/w3c/dom/svg/SVGStyleElement.java new file mode 100644 index 000000000..b8e110ef4 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGStyleElement.java @@ -0,0 +1,20 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGStyleElement extends + SVGElement { + public String getXMLspace( ); + public void setXMLspace( String xmlspace ) + throws DOMException; + public String getType( ); + public void setType( String type ) + throws DOMException; + public String getMedia( ); + public void setMedia( String media ) + throws DOMException; + public String getTitle( ); + public void setTitle( String title ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java b/src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java new file mode 100644 index 000000000..0db51f1a0 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java @@ -0,0 +1,14 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGSwitchElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java b/src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java new file mode 100644 index 000000000..c2bb0e2e9 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java @@ -0,0 +1,13 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGSymbolElement extends + SVGElement, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGFitToViewBox, + EventTarget { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTRefElement.java b/src/bind/java/org/w3c/dom/svg/SVGTRefElement.java new file mode 100644 index 000000000..493c88362 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTRefElement.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGTRefElement extends + SVGTextPositioningElement, + SVGURIReference { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java b/src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java new file mode 100644 index 000000000..0c450ca80 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGTSpanElement extends + SVGTextPositioningElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTests.java b/src/bind/java/org/w3c/dom/svg/SVGTests.java new file mode 100644 index 000000000..4e0d6a4e2 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTests.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +public interface SVGTests { + public SVGStringList getRequiredFeatures( ); + public SVGStringList getRequiredExtensions( ); + public SVGStringList getSystemLanguage( ); + + public boolean hasExtension ( String extension ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java new file mode 100644 index 000000000..7f27be2f6 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java @@ -0,0 +1,37 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; +import org.w3c.dom.DOMException; + +public interface SVGTextContentElement extends + SVGElement, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + EventTarget { + // lengthAdjust Types + public static final short LENGTHADJUST_UNKNOWN = 0; + public static final short LENGTHADJUST_SPACING = 1; + public static final short LENGTHADJUST_SPACINGANDGLYPHS = 2; + + public SVGAnimatedLength getTextLength( ); + public SVGAnimatedEnumeration getLengthAdjust( ); + + public int getNumberOfChars ( ); + public float getComputedTextLength ( ); + public float getSubStringLength ( int charnum, int nchars ) + throws DOMException; + public SVGPoint getStartPositionOfChar ( int charnum ) + throws DOMException; + public SVGPoint getEndPositionOfChar ( int charnum ) + throws DOMException; + public SVGRect getExtentOfChar ( int charnum ) + throws DOMException; + public float getRotationOfChar ( int charnum ) + throws DOMException; + public int getCharNumAtPosition ( SVGPoint point ); + public void selectSubString ( int charnum, int nchars ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTextElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextElement.java new file mode 100644 index 000000000..a77c88c09 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTextElement.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGTextElement extends + SVGTextPositioningElement, + SVGTransformable { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java new file mode 100644 index 000000000..bbd56a4a9 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java @@ -0,0 +1,19 @@ + +package org.w3c.dom.svg; + +public interface SVGTextPathElement extends + SVGTextContentElement, + SVGURIReference { + // textPath Method Types + public static final short TEXTPATH_METHODTYPE_UNKNOWN = 0; + public static final short TEXTPATH_METHODTYPE_ALIGN = 1; + public static final short TEXTPATH_METHODTYPE_STRETCH = 2; + // textPath Spacing Types + public static final short TEXTPATH_SPACINGTYPE_UNKNOWN = 0; + public static final short TEXTPATH_SPACINGTYPE_AUTO = 1; + public static final short TEXTPATH_SPACINGTYPE_EXACT = 2; + + public SVGAnimatedLength getStartOffset( ); + public SVGAnimatedEnumeration getMethod( ); + public SVGAnimatedEnumeration getSpacing( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java new file mode 100644 index 000000000..93b9b60f5 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java @@ -0,0 +1,11 @@ + +package org.w3c.dom.svg; + +public interface SVGTextPositioningElement extends + SVGTextContentElement { + public SVGAnimatedLengthList getX( ); + public SVGAnimatedLengthList getY( ); + public SVGAnimatedLengthList getDx( ); + public SVGAnimatedLengthList getDy( ); + public SVGAnimatedNumberList getRotate( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTitleElement.java b/src/bind/java/org/w3c/dom/svg/SVGTitleElement.java new file mode 100644 index 000000000..1252a15e2 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTitleElement.java @@ -0,0 +1,8 @@ + +package org.w3c.dom.svg; + +public interface SVGTitleElement extends + SVGElement, + SVGLangSpace, + SVGStylable { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTransform.java b/src/bind/java/org/w3c/dom/svg/SVGTransform.java new file mode 100644 index 000000000..2778d7a44 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTransform.java @@ -0,0 +1,24 @@ + +package org.w3c.dom.svg; + +public interface SVGTransform { + // Transform Types + public static final short SVG_TRANSFORM_UNKNOWN = 0; + public static final short SVG_TRANSFORM_MATRIX = 1; + public static final short SVG_TRANSFORM_TRANSLATE = 2; + public static final short SVG_TRANSFORM_SCALE = 3; + public static final short SVG_TRANSFORM_ROTATE = 4; + public static final short SVG_TRANSFORM_SKEWX = 5; + public static final short SVG_TRANSFORM_SKEWY = 6; + + public short getType( ); + public SVGMatrix getMatrix( ); + public float getAngle( ); + + public void setMatrix ( SVGMatrix matrix ); + public void setTranslate ( float tx, float ty ); + public void setScale ( float sx, float sy ); + public void setRotate ( float angle, float cx, float cy ); + public void setSkewX ( float angle ); + public void setSkewY ( float angle ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTransformList.java b/src/bind/java/org/w3c/dom/svg/SVGTransformList.java new file mode 100644 index 000000000..238d2a75c --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTransformList.java @@ -0,0 +1,25 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGTransformList { + public int getNumberOfItems( ); + + public void clear ( ) + throws DOMException; + public SVGTransform initialize ( SVGTransform newItem ) + throws DOMException, SVGException; + public SVGTransform getItem ( int index ) + throws DOMException; + public SVGTransform insertItemBefore ( SVGTransform newItem, int index ) + throws DOMException, SVGException; + public SVGTransform replaceItem ( SVGTransform newItem, int index ) + throws DOMException, SVGException; + public SVGTransform removeItem ( int index ) + throws DOMException; + public SVGTransform appendItem ( SVGTransform newItem ) + throws DOMException, SVGException; + public SVGTransform createSVGTransformFromMatrix ( SVGMatrix matrix ); + public SVGTransform consolidate ( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGTransformable.java b/src/bind/java/org/w3c/dom/svg/SVGTransformable.java new file mode 100644 index 000000000..d3db6e6e3 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGTransformable.java @@ -0,0 +1,7 @@ + +package org.w3c.dom.svg; + +public interface SVGTransformable extends + SVGLocatable { + public SVGAnimatedTransformList getTransform( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGURIReference.java b/src/bind/java/org/w3c/dom/svg/SVGURIReference.java new file mode 100644 index 000000000..c876e119b --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGURIReference.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGURIReference { + public SVGAnimatedString getHref( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java b/src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java new file mode 100644 index 000000000..b883e557a --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java @@ -0,0 +1,9 @@ + +package org.w3c.dom.svg; + +public interface SVGUnitTypes { + // Unit Types + public static final short SVG_UNIT_TYPE_UNKNOWN = 0; + public static final short SVG_UNIT_TYPE_USERSPACEONUSE = 1; + public static final short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGUseElement.java b/src/bind/java/org/w3c/dom/svg/SVGUseElement.java new file mode 100644 index 000000000..cfbb8f384 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGUseElement.java @@ -0,0 +1,21 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.EventTarget; + +public interface SVGUseElement extends + SVGElement, + SVGURIReference, + SVGTests, + SVGLangSpace, + SVGExternalResourcesRequired, + SVGStylable, + SVGTransformable, + EventTarget { + public SVGAnimatedLength getX( ); + public SVGAnimatedLength getY( ); + public SVGAnimatedLength getWidth( ); + public SVGAnimatedLength getHeight( ); + public SVGElementInstance getInstanceRoot( ); + public SVGElementInstance getAnimatedInstanceRoot( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGVKernElement.java b/src/bind/java/org/w3c/dom/svg/SVGVKernElement.java new file mode 100644 index 000000000..9236d7033 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGVKernElement.java @@ -0,0 +1,6 @@ + +package org.w3c.dom.svg; + +public interface SVGVKernElement extends + SVGElement { +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGViewElement.java b/src/bind/java/org/w3c/dom/svg/SVGViewElement.java new file mode 100644 index 000000000..e18d8bb2c --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGViewElement.java @@ -0,0 +1,10 @@ + +package org.w3c.dom.svg; + +public interface SVGViewElement extends + SVGElement, + SVGExternalResourcesRequired, + SVGFitToViewBox, + SVGZoomAndPan { + public SVGStringList getViewTarget( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGViewSpec.java b/src/bind/java/org/w3c/dom/svg/SVGViewSpec.java new file mode 100644 index 000000000..a0200f041 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGViewSpec.java @@ -0,0 +1,13 @@ + +package org.w3c.dom.svg; + +public interface SVGViewSpec extends + SVGZoomAndPan, + SVGFitToViewBox { + public SVGTransformList getTransform( ); + public SVGElement getViewTarget( ); + public String getViewBoxString( ); + public String getPreserveAspectRatioString( ); + public String getTransformString( ); + public String getViewTargetString( ); +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java b/src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java new file mode 100644 index 000000000..6d35ac552 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java @@ -0,0 +1,15 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.DOMException; + +public interface SVGZoomAndPan { + // Zoom and Pan Types + public static final short SVG_ZOOMANDPAN_UNKNOWN = 0; + public static final short SVG_ZOOMANDPAN_DISABLE = 1; + public static final short SVG_ZOOMANDPAN_MAGNIFY = 2; + + public short getZoomAndPan( ); + public void setZoomAndPan( short zoomAndPan ) + throws DOMException; +} diff --git a/src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java b/src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java new file mode 100644 index 000000000..742b3ce47 --- /dev/null +++ b/src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java @@ -0,0 +1,13 @@ + +package org.w3c.dom.svg; + +import org.w3c.dom.events.UIEvent; + +public interface SVGZoomEvent extends + UIEvent { + public SVGRect getZoomRectScreen( ); + public float getPreviousScale( ); + public SVGPoint getPreviousTranslate( ); + public float getNewScale( ); + public SVGPoint getNewTranslate( ); +} -- cgit v1.2.3