From 2e4be0cb0267ca728b4a8cefa9a80d7e916ea07f Mon Sep 17 00:00:00 2001 From: kitfox Date: Sat, 21 Apr 2007 15:10:11 +0000 Subject: Restructuring content. git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@30 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b --- src/main/java/org/w3c/dom/smil/COPYRIGHT.html | 100 ------------- .../dom/smil/ElementExclusiveTimeContainer.java | 41 ------ src/main/java/org/w3c/dom/smil/ElementLayout.java | 55 -------- .../w3c/dom/smil/ElementParallelTimeContainer.java | 40 ------ .../dom/smil/ElementSequentialTimeContainer.java | 21 --- .../java/org/w3c/dom/smil/ElementSyncBehavior.java | 49 ------- .../org/w3c/dom/smil/ElementTargetAttributes.java | 38 ----- src/main/java/org/w3c/dom/smil/ElementTest.java | 83 ----------- src/main/java/org/w3c/dom/smil/ElementTime.java | 150 -------------------- .../org/w3c/dom/smil/ElementTimeContainer.java | 39 ----- .../java/org/w3c/dom/smil/ElementTimeControl.java | 103 -------------- .../org/w3c/dom/smil/ElementTimeManipulation.java | 75 ---------- .../org/w3c/dom/smil/SMILAnimateColorElement.java | 20 --- .../java/org/w3c/dom/smil/SMILAnimateElement.java | 20 --- .../org/w3c/dom/smil/SMILAnimateMotionElement.java | 41 ------ src/main/java/org/w3c/dom/smil/SMILAnimation.java | 124 ---------------- src/main/java/org/w3c/dom/smil/SMILDocument.java | 28 ---- src/main/java/org/w3c/dom/smil/SMILElement.java | 40 ------ .../java/org/w3c/dom/smil/SMILLayoutElement.java | 33 ----- .../java/org/w3c/dom/smil/SMILMediaElement.java | 157 --------------------- src/main/java/org/w3c/dom/smil/SMILRefElement.java | 20 --- .../java/org/w3c/dom/smil/SMILRegionElement.java | 47 ------ .../java/org/w3c/dom/smil/SMILRegionInterface.java | 26 ---- .../org/w3c/dom/smil/SMILRootLayoutElement.java | 21 --- src/main/java/org/w3c/dom/smil/SMILSetElement.java | 27 ---- .../java/org/w3c/dom/smil/SMILSwitchElement.java | 30 ---- .../org/w3c/dom/smil/SMILTopLayoutElement.java | 21 --- src/main/java/org/w3c/dom/smil/Time.java | 119 ---------------- src/main/java/org/w3c/dom/smil/TimeEvent.java | 53 ------- src/main/java/org/w3c/dom/smil/TimeList.java | 41 ------ src/main/java/org/w3c/dom/svg/GetSVGDocument.java | 9 -- src/main/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/main/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/main/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/main/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/main/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/main/java/org/w3c/dom/svg/SVGDefsElement.java | 14 -- src/main/java/org/w3c/dom/svg/SVGDescElement.java | 8 -- src/main/java/org/w3c/dom/svg/SVGDocument.java | 15 -- src/main/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/main/java/org/w3c/dom/svg/SVGEvent.java | 8 -- src/main/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/main/java/org/w3c/dom/svg/SVGFitToViewBox.java | 7 - src/main/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/main/java/org/w3c/dom/svg/SVGGElement.java | 14 -- src/main/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/main/java/org/w3c/dom/svg/SVGHKernElement.java | 6 - src/main/java/org/w3c/dom/svg/SVGICCColor.java | 10 -- src/main/java/org/w3c/dom/svg/SVGImageElement.java | 20 --- src/main/java/org/w3c/dom/svg/SVGLangSpace.java | 13 -- src/main/java/org/w3c/dom/svg/SVGLength.java | 32 ----- src/main/java/org/w3c/dom/svg/SVGLengthList.java | 23 --- src/main/java/org/w3c/dom/svg/SVGLineElement.java | 18 --- .../org/w3c/dom/svg/SVGLinearGradientElement.java | 10 -- src/main/java/org/w3c/dom/svg/SVGLocatable.java | 13 -- src/main/java/org/w3c/dom/svg/SVGMPathElement.java | 8 -- .../java/org/w3c/dom/svg/SVGMarkerElement.java | 29 ---- src/main/java/org/w3c/dom/svg/SVGMaskElement.java | 17 --- src/main/java/org/w3c/dom/svg/SVGMatrix.java | 39 ----- .../java/org/w3c/dom/svg/SVGMetadataElement.java | 6 - .../org/w3c/dom/svg/SVGMissingGlyphElement.java | 7 - src/main/java/org/w3c/dom/svg/SVGNumber.java | 10 -- src/main/java/org/w3c/dom/svg/SVGNumberList.java | 23 --- src/main/java/org/w3c/dom/svg/SVGPaint.java | 26 ---- src/main/java/org/w3c/dom/svg/SVGPathElement.java | 39 ----- src/main/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/main/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/main/java/org/w3c/dom/svg/SVGPoint.java | 15 -- src/main/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/main/java/org/w3c/dom/svg/SVGRect.java | 19 --- src/main/java/org/w3c/dom/svg/SVGRectElement.java | 20 --- .../java/org/w3c/dom/svg/SVGRenderingIntent.java | 12 -- src/main/java/org/w3c/dom/svg/SVGSVGElement.java | 74 ---------- .../java/org/w3c/dom/svg/SVGScriptElement.java | 13 -- src/main/java/org/w3c/dom/svg/SVGSetElement.java | 6 - src/main/java/org/w3c/dom/svg/SVGStopElement.java | 8 -- src/main/java/org/w3c/dom/svg/SVGStringList.java | 23 --- src/main/java/org/w3c/dom/svg/SVGStylable.java | 12 -- src/main/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/main/java/org/w3c/dom/svg/SVGTRefElement.java | 7 - src/main/java/org/w3c/dom/svg/SVGTSpanElement.java | 6 - src/main/java/org/w3c/dom/svg/SVGTests.java | 10 -- .../org/w3c/dom/svg/SVGTextContentElement.java | 37 ----- src/main/java/org/w3c/dom/svg/SVGTextElement.java | 7 - .../java/org/w3c/dom/svg/SVGTextPathElement.java | 19 --- .../org/w3c/dom/svg/SVGTextPositioningElement.java | 11 -- src/main/java/org/w3c/dom/svg/SVGTitleElement.java | 8 -- src/main/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/main/java/org/w3c/dom/svg/SVGURIReference.java | 6 - src/main/java/org/w3c/dom/svg/SVGUnitTypes.java | 9 -- src/main/java/org/w3c/dom/svg/SVGUseElement.java | 21 --- src/main/java/org/w3c/dom/svg/SVGVKernElement.java | 6 - src/main/java/org/w3c/dom/svg/SVGViewElement.java | 10 -- src/main/java/org/w3c/dom/svg/SVGViewSpec.java | 13 -- src/main/java/org/w3c/dom/svg/SVGZoomAndPan.java | 15 -- src/main/java/org/w3c/dom/svg/SVGZoomEvent.java | 13 -- 190 files changed, 3957 deletions(-) delete mode 100644 src/main/java/org/w3c/dom/smil/COPYRIGHT.html delete mode 100644 src/main/java/org/w3c/dom/smil/ElementExclusiveTimeContainer.java delete mode 100644 src/main/java/org/w3c/dom/smil/ElementLayout.java delete mode 100644 src/main/java/org/w3c/dom/smil/ElementParallelTimeContainer.java delete mode 100644 src/main/java/org/w3c/dom/smil/ElementSequentialTimeContainer.java delete mode 100644 src/main/java/org/w3c/dom/smil/ElementSyncBehavior.java delete mode 100644 src/main/java/org/w3c/dom/smil/ElementTargetAttributes.java delete mode 100644 src/main/java/org/w3c/dom/smil/ElementTest.java delete mode 100644 src/main/java/org/w3c/dom/smil/ElementTime.java delete mode 100644 src/main/java/org/w3c/dom/smil/ElementTimeContainer.java delete mode 100644 src/main/java/org/w3c/dom/smil/ElementTimeControl.java delete mode 100644 src/main/java/org/w3c/dom/smil/ElementTimeManipulation.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILAnimateColorElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILAnimateElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILAnimateMotionElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILAnimation.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILDocument.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILLayoutElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILMediaElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILRefElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILRegionElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILRegionInterface.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILRootLayoutElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILSetElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILSwitchElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/SMILTopLayoutElement.java delete mode 100644 src/main/java/org/w3c/dom/smil/Time.java delete mode 100644 src/main/java/org/w3c/dom/smil/TimeEvent.java delete mode 100644 src/main/java/org/w3c/dom/smil/TimeList.java delete mode 100644 src/main/java/org/w3c/dom/svg/GetSVGDocument.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAltGlyphElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAngle.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimateColorElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimateElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimateMotionElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimateTransformElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedAngle.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedBoolean.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedInteger.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedLength.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedLengthList.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedNumber.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedNumberList.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedPathData.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedPoints.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedRect.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedString.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimatedTransformList.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGAnimationElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGCSSRule.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGCircleElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGClipPathElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGColor.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGColorProfileElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGColorProfileRule.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGCursorElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGDefsElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGDescElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGDocument.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGElementInstance.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGElementInstanceList.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGEllipseElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGEvent.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGException.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEBlendElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFECompositeElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEDistantLightElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEFloodElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEFuncAElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEFuncBElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEFuncGElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEFuncRElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEImageElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEMergeElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEMorphologyElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEOffsetElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFEPointLightElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFESpotLightElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFETileElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFETurbulenceElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFilterElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFitToViewBox.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFontElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFontFaceElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFontFaceNameElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGFontFaceUriElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGForeignObjectElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGGElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGGlyphElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGGlyphRefElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGGradientElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGHKernElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGICCColor.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGImageElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGLangSpace.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGLength.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGLengthList.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGLineElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGLinearGradientElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGLocatable.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGMPathElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGMarkerElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGMaskElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGMatrix.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGMetadataElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGMissingGlyphElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGNumber.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGNumberList.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPaint.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSeg.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegArcAbs.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegArcRel.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegClosePath.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegList.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPatternElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPoint.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPointList.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPolygonElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPolylineElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGRadialGradientElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGRect.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGRectElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGRenderingIntent.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGSVGElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGScriptElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGSetElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGStopElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGStringList.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGStylable.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGStyleElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGSwitchElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGSymbolElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTRefElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTSpanElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTests.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTextContentElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTextElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTextPathElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTextPositioningElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTitleElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTransform.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTransformList.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGTransformable.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGURIReference.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGUnitTypes.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGUseElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGVKernElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGViewElement.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGViewSpec.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGZoomAndPan.java delete mode 100644 src/main/java/org/w3c/dom/svg/SVGZoomEvent.java diff --git a/src/main/java/org/w3c/dom/smil/COPYRIGHT.html b/src/main/java/org/w3c/dom/smil/COPYRIGHT.html deleted file mode 100644 index 26049b7..0000000 --- a/src/main/java/org/w3c/dom/smil/COPYRIGHT.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - W3C IPR SOFTWARE NOTICE - - -

- W3C IPR SOFTWARE NOTICE -

-

- Copyright © 2000 World Wide Web - Consortium, (Massachusetts - Institute of Technology, Institut - National de Recherche en Informatique et en Automatique, Keio University). All Rights - Reserved. -

-

- The DOM bindings are published under the W3C Software Copyright Notice - and License. The software license requires "Notice of any changes or - modifications to the W3C files, including the date changes were made." - Consequently, modified versions of the DOM bindings must document that - they do not conform to the W3C standard; in the case of the IDL binding, - the pragma prefix can no longer be 'w3c.org'; in the case of the Java - binding, the package names can no longer be in the 'org.w3c' package. -

-

- Note: The original version of the W3C Software Copyright Notice - and License could be found at http://www.w3.org/Consortium/Legal/copyright-software-19980720 -

-

- Copyright © 1994-2000 World Wide Web - Consortium, (Massachusetts - Institute of Technology, Institut - National de Recherche en Informatique et en Automatique, Keio University). All Rights - Reserved. http://www.w3.org/Consortium/Legal/ -

-

- This W3C work (including software, documents, or other related items) is - being provided by the copyright holders under the following license. By - obtaining, using and/or copying this work, you (the licensee) agree that - you have read, understood, and will comply with the following terms and - conditions: -

-

- Permission to use, copy, and modify this software and its documentation, - with or without modification,  for any purpose and without fee or - royalty is hereby granted, provided that you include the following on ALL - copies of the software and documentation or portions thereof, including - modifications, that you make: -

-
    -
  1. - The full text of this NOTICE in a location viewable to users of the - redistributed or derivative work. -
  2. -
  3. - Any pre-existing intellectual property disclaimers, notices, or terms - and conditions. If none exist, a short notice of the following form - (hypertext is preferred, text is permitted) should be used within the - body of any redistributed or derivative code: "Copyright © - [$date-of-software] World Wide Web - Consortium, (Massachusetts - Institute of Technology, Institut - National de Recherche en Informatique et en Automatique, Keio University). All Rights - Reserved. http://www.w3.org/Consortium/Legal/" -
  4. -
  5. - Notice of any changes or modifications to the W3C files, including the - date changes were made. (We recommend you provide URIs to the location - from which the code is derived.) -
  6. -
-

- THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT - HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, - INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS - FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR - DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, - TRADEMARKS OR OTHER RIGHTS. -

-

- COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR - CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR - DOCUMENTATION. -

-

- The name and trademarks of copyright holders may NOT be used in - advertising or publicity pertaining to the software without specific, - written prior permission. Title to copyright in this software and any - associated documentation will at all times remain with copyright - holders. -

- - diff --git a/src/main/java/org/w3c/dom/smil/ElementExclusiveTimeContainer.java b/src/main/java/org/w3c/dom/smil/ElementExclusiveTimeContainer.java deleted file mode 100644 index 84c7a14..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementExclusiveTimeContainer.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; -import org.w3c.dom.NodeList; - -/** - * This interface defines a time container with semantics based upon par, but - * with the additional constraint that only one child element may play at a - * time. - */ -public interface ElementExclusiveTimeContainer extends ElementTimeContainer { - /** - * Controls the end of the container. Need to address thr id-ref value. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getEndSync(); - public void setEndSync(String endSync) - throws DOMException; - - /** - * This should support another method to get the ordered collection of - * paused elements (the paused stack) at a given point in time. - * @return All paused elements at the current time. - */ - public NodeList getPausedElements(); - -} - diff --git a/src/main/java/org/w3c/dom/smil/ElementLayout.java b/src/main/java/org/w3c/dom/smil/ElementLayout.java deleted file mode 100644 index 7f3128f..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementLayout.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; - -/** - * This interface is used by SMIL elements root-layout, top-layout and region. - * - */ -public interface ElementLayout { - /** - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getTitle(); - public void setTitle(String title) - throws DOMException; - - /** - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getBackgroundColor(); - public void setBackgroundColor(String backgroundColor) - throws DOMException; - - /** - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public int getHeight(); - public void setHeight(int height) - throws DOMException; - - /** - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public int getWidth(); - public void setWidth(int width) - throws DOMException; - -} - diff --git a/src/main/java/org/w3c/dom/smil/ElementParallelTimeContainer.java b/src/main/java/org/w3c/dom/smil/ElementParallelTimeContainer.java deleted file mode 100644 index a796bc7..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementParallelTimeContainer.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; - -/** - * A parallel container defines a simple parallel time grouping - * in which multiple elements can play back at the same time. It may have to - * specify a repeat iteration. (?) - */ -public interface ElementParallelTimeContainer extends ElementTimeContainer { - /** - * Controls the end of the container. Need to address thr id-ref value. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getEndSync(); - public void setEndSync(String endSync) - throws DOMException; - - /** - * This method returns the implicit duration in seconds. - * @return The implicit duration in seconds or -1 if the implicit is - * unknown (indefinite?). - */ - public float getImplicitDuration(); - -} - diff --git a/src/main/java/org/w3c/dom/smil/ElementSequentialTimeContainer.java b/src/main/java/org/w3c/dom/smil/ElementSequentialTimeContainer.java deleted file mode 100644 index bca5841..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementSequentialTimeContainer.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * A seq container defines a sequence of elements in which - * elements play one after the other. - */ -public interface ElementSequentialTimeContainer extends ElementTimeContainer { -} - diff --git a/src/main/java/org/w3c/dom/smil/ElementSyncBehavior.java b/src/main/java/org/w3c/dom/smil/ElementSyncBehavior.java deleted file mode 100644 index e75fecc..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementSyncBehavior.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * The synchronization behavior extension. - */ -public interface ElementSyncBehavior { - /** - * The runtime synchronization behavior for an element. - */ - public String getSyncBehavior(); - - /** - * The sync tolerance for the associated element. It has an effect only if - * the element has syncBehavior="locked" . - */ - public float getSyncTolerance(); - - /** - * Defines the default value for the runtime synchronization behavior for - * an element, and all descendents. - */ - public String getDefaultSyncBehavior(); - - /** - * Defines the default value for the sync tolerance for an element, and - * all descendents. - */ - public float getDefaultSyncTolerance(); - - /** - * If set to true, forces the time container playback to sync to this - * element. - */ - public boolean getSyncMaster(); - -} - diff --git a/src/main/java/org/w3c/dom/smil/ElementTargetAttributes.java b/src/main/java/org/w3c/dom/smil/ElementTargetAttributes.java deleted file mode 100644 index 23a37b6..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementTargetAttributes.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * This interface define the set of animation target extensions. - */ -public interface ElementTargetAttributes { - /** - * The name of the target attribute. - */ - public String getAttributeName(); - public void setAttributeName(String attributeName); - - // attributeTypes - public static final short ATTRIBUTE_TYPE_AUTO = 0; - public static final short ATTRIBUTE_TYPE_CSS = 1; - public static final short ATTRIBUTE_TYPE_XML = 2; - - /** - * A code representing the value of the attributeType attribute, as - * defined above. Default value is ATTRIBUTE_TYPE_CODE . - */ - public short getAttributeType(); - public void setAttributeType(short attributeType); - -} - diff --git a/src/main/java/org/w3c/dom/smil/ElementTest.java b/src/main/java/org/w3c/dom/smil/ElementTest.java deleted file mode 100644 index 78fe497..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementTest.java +++ /dev/null @@ -1,83 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; - -/** - * Defines the test attributes interface. See the Test attributes definition - * . - */ -public interface ElementTest { - /** - * The systemBitrate value. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public int getSystemBitrate(); - public void setSystemBitrate(int systemBitrate) - throws DOMException; - - /** - * The systemCaptions value. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public boolean getSystemCaptions(); - public void setSystemCaptions(boolean systemCaptions) - throws DOMException; - - /** - * The systemLanguage value. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getSystemLanguage(); - public void setSystemLanguage(String systemLanguage) - throws DOMException; - - /** - * The result of the evaluation of the systemRequired attribute. - */ - public boolean getSystemRequired(); - - /** - * The result of the evaluation of the systemScreenSize attribute. - */ - public boolean getSystemScreenSize(); - - /** - * The result of the evaluation of the systemScreenDepth attribute. - */ - public boolean getSystemScreenDepth(); - - /** - * The value of the systemOverdubOrSubtitle attribute. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getSystemOverdubOrSubtitle(); - public void setSystemOverdubOrSubtitle(String systemOverdubOrSubtitle) - throws DOMException; - - /** - * The value of the systemAudioDesc attribute. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public boolean getSystemAudioDesc(); - public void setSystemAudioDesc(boolean systemAudioDesc) - throws DOMException; - -} - diff --git a/src/main/java/org/w3c/dom/smil/ElementTime.java b/src/main/java/org/w3c/dom/smil/ElementTime.java deleted file mode 100644 index 715d46a..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementTime.java +++ /dev/null @@ -1,150 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; - -/** - * This interface defines the set of timing attributes that are common to all - * timed elements. - */ -public interface ElementTime { - /** - * The desired value (as a list of times) of the begin instant of this - * node. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public TimeList getBegin(); - public void setBegin(TimeList begin) - throws DOMException; - - /** - * The list of active ends for this node. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public TimeList getEnd(); - public void setEnd(TimeList end) - throws DOMException; - - /** - * The desired simple duration value of this node in seconds. Negative - * value means "indefinite". - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public float getDur(); - public void setDur(float dur) - throws DOMException; - - // restartTypes - public static final short RESTART_ALWAYS = 0; - public static final short RESTART_NEVER = 1; - public static final short RESTART_WHEN_NOT_ACTIVE = 2; - - /** - * A code representing the value of the restart attribute, as defined - * above. Default value is RESTART_ALWAYS . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public short getRestart(); - public void setRestart(short restart) - throws DOMException; - - // fillTypes - public static final short FILL_REMOVE = 0; - public static final short FILL_FREEZE = 1; - - /** - * A code representing the value of the fill attribute, as defined - * above. Default value is FILL_REMOVE . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public short getFill(); - public void setFill(short fill) - throws DOMException; - - /** - * The repeatCount attribute causes the element to play repeatedly - * (loop) for the specified number of times. A negative value repeat the - * element indefinitely. Default value is 0 (unspecified). - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public float getRepeatCount(); - public void setRepeatCount(float repeatCount) - throws DOMException; - - /** - * The repeatDur causes the element to play repeatedly (loop) for the - * specified duration in milliseconds. Negative means "indefinite". - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public float getRepeatDur(); - public void setRepeatDur(float repeatDur) - throws DOMException; - - /** - * Causes this element to begin the local timeline (subject to sync - * constraints). - * @return true if the method call was successful and the - * element was begun. false if the method call failed. - * Possible reasons for failure include: The element doesn't support - * the beginElement method. (the beginEvent - * attribute is not set to "undefinite" ) The element is - * already active and can't be restart when it is active. (the - * restart attribute is set to "whenNotActive" - * ) The element is active or has been active and can't be restart. - * (the restart attribute is set to "never" ). - * - */ - public boolean beginElement(); - - /** - * Causes this element to end the local timeline (subject to sync - * constraints). - * @return true if the method call was successful and the - * element was endeed. false if method call failed. - * Possible reasons for failure include: The element doesn't support - * the endElement method. (the endEvent - * attribute is not set to "undefinite" ) The element is - * not active. - */ - public boolean endElement(); - - /** - * Causes this element to pause the local timeline (subject to sync - * constraints). - */ - public void pauseElement(); - - /** - * Causes this element to resume a paused local timeline. - */ - public void resumeElement(); - - /** - * Seeks this element to the specified point on the local timeline - * (subject to sync constraints). If this is a timeline, this must seek - * the entire timeline (i.e. propagate to all timeChildren). - * @param seekTo The desired position on the local timeline in - * milliseconds. - */ - public void seekElement(float seekTo); - -} - diff --git a/src/main/java/org/w3c/dom/smil/ElementTimeContainer.java b/src/main/java/org/w3c/dom/smil/ElementTimeContainer.java deleted file mode 100644 index 69b39e8..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementTimeContainer.java +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.NodeList; - -/** - * This is a placeholder - subject to change. This represents generic - * timelines. - */ -public interface ElementTimeContainer extends ElementTime { - /** - * A NodeList that contains all timed childrens of this node. If there are - * no timed children, the Nodelist is empty. An iterator - * is more appropriate here than a node list but it requires Traversal - * module support. - */ - public NodeList getTimeChildren(); - - /** - * Returns a list of child elements active at the specified invocation. - * @param instant The desired position on the local timeline in - * milliseconds. - * @return List of timed child-elements active at instant. - */ - public NodeList getActiveChildrenAt(float instant); - -} - diff --git a/src/main/java/org/w3c/dom/smil/ElementTimeControl.java b/src/main/java/org/w3c/dom/smil/ElementTimeControl.java deleted file mode 100644 index e546b36..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementTimeControl.java +++ /dev/null @@ -1,103 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; - -/** - */ -public interface ElementTimeControl { - /** - * Causes this element to begin the local timeline (subject to sync - * constraints). - * @return true if the method call was successful and the - * element was begun. false if the method call failed. - * Possible reasons for failure include: The element doesn't support - * the beginElement method. (the begin - * attribute is not set to "indefinite" ) The element is - * already active and can't be restart when it is active. (the - * restart attribute is set to "whenNotActive" - * ) The element is active or has been active and can't be restart. - * (the restart attribute is set to "never" ). - * - * @exception DOMException - * SYNTAX_ERR: The element was not defined with the appropriate syntax - * to allow beginElement calls. - */ - public boolean beginElement() - throws DOMException; - - /** - * Causes this element to begin the local timeline (subject to sync - * constraints), at the passed offset from the current time when the - * method is called. If the offset is >= 0, the semantics are - * equivalent to an event-base begin with the specified offset. If the - * offset is < 0, the semantics are equivalent to beginElement(), but - * the element active duration is evaluated as though the element had - * begun at the passed (negative) offset from the current time when the - * method is called. - * @param offset The offset in seconds at which to begin the element. - * @return true if the method call was successful and the - * element was begun. false if the method call failed. - * Possible reasons for failure include: The element doesn't support - * the beginElementAt method. (the begin - * attribute is not set to "indefinite" ) The element is - * already active and can't be restart when it is active. (the - * restart attribute is set to "whenNotActive" - * ) The element is active or has been active and can't be restart. - * (the restart attribute is set to "never" ). - * - * @exception DOMException - * SYNTAX_ERR: The element was not defined with the appropriate syntax - * to allow beginElementAt calls. - */ - public boolean beginElementAt(float offset) - throws DOMException; - - /** - * Causes this element to end the local timeline (subject to sync - * constraints). - * @return true if the method call was successful and the - * element was ended. false if method call failed. - * Possible reasons for failure include: The element doesn't support - * the endElement method. (the end attribute - * is not set to "indefinite" ) The element is not active. - * - * @exception DOMException - * SYNTAX_ERR: The element was not defined with the appropriate syntax - * to allow endElement calls. - */ - public boolean endElement() - throws DOMException; - - /** - * Causes this element to end the local timeline (subject to sync - * constraints) at the specified offset from the current time when the - * method is called. - * @param offset The offset in seconds at which to end the element. Must - * be >= 0. - * @return true if the method call was successful and the - * element was ended. false if method call failed. - * Possible reasons for failure include: The element doesn't support - * the endElementAt method. (the end - * attribute is not set to "indefinite" ) The element is - * not active. - * @exception DOMException - * SYNTAX_ERR: The element was not defined with the appropriate syntax - * to allow endElementAt calls. - */ - public boolean endElementAt(float offset) - throws DOMException; - -} - diff --git a/src/main/java/org/w3c/dom/smil/ElementTimeManipulation.java b/src/main/java/org/w3c/dom/smil/ElementTimeManipulation.java deleted file mode 100644 index bb83326..0000000 --- a/src/main/java/org/w3c/dom/smil/ElementTimeManipulation.java +++ /dev/null @@ -1,75 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; - -/** - * This interface support use-cases commonly associated with animation. - * "accelerate" and "decelerate" are float values in the timing draft and - * percentage values even in this draft if both of them represent a - * percentage. - */ -public interface ElementTimeManipulation { - /** - * Defines the playback speed of element time. The value is specified as - * a multiple of normal (parent time container) play speed. Legal values - * are signed floating point values. Zero values are not allowed. The - * default is 1.0 (no modification of speed). - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public float getSpeed(); - public void setSpeed(float speed) - throws DOMException; - - /** - * The percentage value of the simple acceleration of time for the - * element. Allowed values are from 0 to 100 . - * Default value is 0 (no acceleration). - *
The sum of the values for accelerate and decelerate must not exceed - * 100. If it does, the deceleration value will be reduced to make the - * sum legal. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public float getAccelerate(); - public void setAccelerate(float accelerate) - throws DOMException; - - /** - * The percentage value of the simple decelerate of time for the - * element. Allowed values are from 0 to 100 . - * Default value is 0 (no deceleration). - *
The sum of the values for accelerate and decelerate must not exceed - * 100. If it does, the deceleration value will be reduced to make the - * sum legal. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public float getDecelerate(); - public void setDecelerate(float decelerate) - throws DOMException; - - /** - * The autoReverse attribute controls the "play forwards then backwards" - * functionality. Default value is false . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public boolean getAutoReverse(); - public void setAutoReverse(boolean autoReverse) - throws DOMException; - -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILAnimateColorElement.java b/src/main/java/org/w3c/dom/smil/SMILAnimateColorElement.java deleted file mode 100644 index 9bd9d13..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILAnimateColorElement.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * This interface represents the SMIL animateColor element. - */ -public interface SMILAnimateColorElement extends SMILAnimation { -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILAnimateElement.java b/src/main/java/org/w3c/dom/smil/SMILAnimateElement.java deleted file mode 100644 index 9393e00..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILAnimateElement.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * This interface represents the SMIL animate element. - */ -public interface SMILAnimateElement extends SMILAnimation { -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILAnimateMotionElement.java b/src/main/java/org/w3c/dom/smil/SMILAnimateMotionElement.java deleted file mode 100644 index 6a140ad..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILAnimateMotionElement.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; - -/** - * This interface present the animationMotion element in SMIL. - */ -public interface SMILAnimateMotionElement extends SMILAnimateElement { - /** - * Specifies the curve that describes the attribute value as a function - * of time. Check with the SVG spec for better support - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getPath(); - public void setPath(String path) - throws DOMException; - - /** - * Specifies the origin of motion for the animation. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getOrigin(); - public void setOrigin(String origin) - throws DOMException; - -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILAnimation.java b/src/main/java/org/w3c/dom/smil/SMILAnimation.java deleted file mode 100644 index 8615dfa..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILAnimation.java +++ /dev/null @@ -1,124 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; - -/** - * This interface define the set of animation extensions for SMIL. The - * attributes will go in a XLink interface. - */ -public interface SMILAnimation extends SMILElement, ElementTargetAttributes, ElementTime, ElementTimeControl { - // additiveTypes - public static final short ADDITIVE_REPLACE = 0; - public static final short ADDITIVE_SUM = 1; - - /** - * A code representing the value of the additive attribute, as defined - * above. Default value is ADDITIVE_REPLACE . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public short getAdditive(); - public void setAdditive(short additive) - throws DOMException; - - // accumulateTypes - public static final short ACCUMULATE_NONE = 0; - public static final short ACCUMULATE_SUM = 1; - - /** - * A code representing the value of the accumulate attribute, as defined - * above. Default value is ACCUMULATE_NONE . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public short getAccumulate(); - public void setAccumulate(short accumulate) - throws DOMException; - - // calcModeTypes - public static final short CALCMODE_DISCRETE = 0; - public static final short CALCMODE_LINEAR = 1; - public static final short CALCMODE_PACED = 2; - public static final short CALCMODE_SPLINE = 3; - - /** - * A code representing the value of the calcMode attribute, as defined - * above. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public short getCalcMode(); - public void setCalcMode(short calcMode) - throws DOMException; - - /** - * A DOMString representing the value of the keySplines - * attribute. Need an interface a point (x1,y1,x2,y2) - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getKeySplines(); - public void setKeySplines(String keySplines) - throws DOMException; - - /** - * A list of the time value of the keyTimes attribute. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public TimeList getKeyTimes(); - public void setKeyTimes(TimeList keyTimes) - throws DOMException; - - /** - * A DOMString representing the value of the values - * attribute. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getValues(); - public void setValues(String values) - throws DOMException; - - /** - * A DOMString representing the value of the from attribute. - * - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getFrom(); - public void setFrom(String from) - throws DOMException; - - /** - * A DOMString representing the value of the to attribute. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getTo(); - public void setTo(String to) - throws DOMException; - - /** - * A DOMString representing the value of the by attribute. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getBy(); - public void setBy(String by) - throws DOMException; - -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILDocument.java b/src/main/java/org/w3c/dom/smil/SMILDocument.java deleted file mode 100644 index 5f54dd3..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILDocument.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.Document; - -/** - * A SMIL document is the root of the SMIL Hierarchy and holds the entire - * content. Beside providing access to the hierarchy, it also provides some - * convenience methods for accessing certain sets of information from the - * document. Cover document timing, document locking?, linking modality and - * any other document level issues. Are there issues with nested SMIL files? - * Is it worth talking about different document scenarios, corresponding to - * differing profiles? E.g. Standalone SMIL, HTML integration, etc. - */ -public interface SMILDocument extends Document, ElementSequentialTimeContainer { -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILElement.java b/src/main/java/org/w3c/dom/smil/SMILElement.java deleted file mode 100644 index 748de23..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILElement.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; -import org.w3c.dom.Element; - -/** - * The SMILElement interface is the base for all SMIL element - * types. It follows the model of the HTMLElement in the HTML - * DOM, extending the base Element class to denote SMIL-specific - * elements. - *

Note that the SMILElement interface overlaps with the - * HTMLElement interface. In practice, an integrated document - * profile that include HTML and SMIL modules will effectively implement both - * interfaces (see also the DOM documentation discussion of Inheritance vs - * Flattened Views of the API ). // etc. This needs attention - */ -public interface SMILElement extends Element { - /** - * The unique id. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getId(); - public void setId(String id) - throws DOMException; - -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILLayoutElement.java b/src/main/java/org/w3c/dom/smil/SMILLayoutElement.java deleted file mode 100644 index 2d6136d..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILLayoutElement.java +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * Declares layout type for the document. See the LAYOUT element definition . - * - */ -public interface SMILLayoutElement extends SMILElement { - /** - * The mime type of the layout langage used in this layout element.The - * default value of the type attribute is "text/smil-basic-layout". - */ - public String getType(); - - /** - * true if the player can understand the mime type, - * false otherwise. - */ - public boolean getResolved(); - -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILMediaElement.java b/src/main/java/org/w3c/dom/smil/SMILMediaElement.java deleted file mode 100644 index d6a2d2d..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILMediaElement.java +++ /dev/null @@ -1,157 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; - -/** - * Declares media content. - */ -public interface SMILMediaElement extends ElementTime, SMILElement { - /** - * See the abstract attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getAbstractAttr(); - public void setAbstractAttr(String abstractAttr) - throws DOMException; - - /** - * See the alt attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getAlt(); - public void setAlt(String alt) - throws DOMException; - - /** - * See the author attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getAuthor(); - public void setAuthor(String author) - throws DOMException; - - /** - * See the clipBegin attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getClipBegin(); - public void setClipBegin(String clipBegin) - throws DOMException; - - /** - * See the clipEnd attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getClipEnd(); - public void setClipEnd(String clipEnd) - throws DOMException; - - /** - * See the copyright attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getCopyright(); - public void setCopyright(String copyright) - throws DOMException; - - /** - * See the longdesc attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getLongdesc(); - public void setLongdesc(String longdesc) - throws DOMException; - - /** - * See the port attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getPort(); - public void setPort(String port) - throws DOMException; - - /** - * See the readIndex attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getReadIndex(); - public void setReadIndex(String readIndex) - throws DOMException; - - /** - * See the rtpformat attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getRtpformat(); - public void setRtpformat(String rtpformat) - throws DOMException; - - /** - * See the src attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getSrc(); - public void setSrc(String src) - throws DOMException; - - /** - * See the stripRepeat attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getStripRepeat(); - public void setStripRepeat(String stripRepeat) - throws DOMException; - - /** - * See the title attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getTitle(); - public void setTitle(String title) - throws DOMException; - - /** - * See the transport attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getTransport(); - public void setTransport(String transport) - throws DOMException; - - /** - * See the type attribute from . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getType(); - public void setType(String type) - throws DOMException; - -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILRefElement.java b/src/main/java/org/w3c/dom/smil/SMILRefElement.java deleted file mode 100644 index adeb2b3..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILRefElement.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * // audio, video, ... - */ -public interface SMILRefElement extends SMILMediaElement { -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILRegionElement.java b/src/main/java/org/w3c/dom/smil/SMILRegionElement.java deleted file mode 100644 index 927fb40..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILRegionElement.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; - -/** - * Controls the position, size and scaling of media object elements. See the - * region element definition . - */ -public interface SMILRegionElement extends SMILElement, ElementLayout { - /** - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getFit(); - public void setFit(String fit) - throws DOMException; - - /** - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public String getTop(); - public void setTop(String top) - throws DOMException; - - /** - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. - */ - public int getZIndex(); - public void setZIndex(int zIndex) - throws DOMException; - -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILRegionInterface.java b/src/main/java/org/w3c/dom/smil/SMILRegionInterface.java deleted file mode 100644 index b5e43c3..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILRegionInterface.java +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * Declares rendering surface for an element. See the region attribute - * definition . - */ -public interface SMILRegionInterface { - /** - */ - public SMILRegionElement getRegion(); - public void setRegion(SMILRegionElement region); - -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILRootLayoutElement.java b/src/main/java/org/w3c/dom/smil/SMILRootLayoutElement.java deleted file mode 100644 index 327ecd6..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILRootLayoutElement.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * Declares layout properties for the root-layout element. See the - * root-layout element definition . - */ -public interface SMILRootLayoutElement extends SMILElement, ElementLayout { -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILSetElement.java b/src/main/java/org/w3c/dom/smil/SMILSetElement.java deleted file mode 100644 index 8e0b1b7..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILSetElement.java +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * This interface represents the set element. - */ -public interface SMILSetElement extends ElementTimeControl, ElementTime, ElementTargetAttributes, SMILElement { - /** - * Specifies the value for the attribute during the duration of this - * element. - */ - public String getTo(); - public void setTo(String to); - -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILSwitchElement.java b/src/main/java/org/w3c/dom/smil/SMILSwitchElement.java deleted file mode 100644 index 27abb91..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILSwitchElement.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.Element; - -/** - * Defines a block of content control. See the switch element definition . - */ -public interface SMILSwitchElement extends SMILElement { - /** - * Returns the slected element at runtime. null if the - * selected element is not yet available. - * @return The selected Element for thisd switch - * element. - */ - public Element getSelectedElement(); - -} - diff --git a/src/main/java/org/w3c/dom/smil/SMILTopLayoutElement.java b/src/main/java/org/w3c/dom/smil/SMILTopLayoutElement.java deleted file mode 100644 index 2621419..0000000 --- a/src/main/java/org/w3c/dom/smil/SMILTopLayoutElement.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * Declares layout properties for the top-layout element. See the top-layout - * element definition . - */ -public interface SMILTopLayoutElement extends SMILElement, ElementLayout { -} - diff --git a/src/main/java/org/w3c/dom/smil/Time.java b/src/main/java/org/w3c/dom/smil/Time.java deleted file mode 100644 index 72fe086..0000000 --- a/src/main/java/org/w3c/dom/smil/Time.java +++ /dev/null @@ -1,119 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.DOMException; -import org.w3c.dom.Element; - -/** - * The Time interface is a datatype that represents times within - * the timegraph. A Time has a type, key values to describe the - * time, and a boolean to indicate whether the values are currently - * unresolved. Still need to address the wallclock values. - */ -public interface Time { - /** - * A boolean indicating whether the current Time has been - * fully resolved to the document schedule. Note that for this to be - * true, the current Time must be defined (not indefinite), - * the syncbase and all Time 's that the syncbase depends on - * must be defined (not indefinite), and the begin Time of - * all ascendent time containers of this element and all Time - * elements that this depends upon must be defined (not indefinite). - *
If this Time is based upon an event, this - * Time will only be resolved once the specified event has - * happened, subject to the constraints of the time container. - *
Note that this may change from true to false when the parent time - * container ends its simple duration (including when it repeats or - * restarts). - */ - public boolean getResolved(); - - /** - * The clock value in seconds relative to the parent time container begin. - * This indicates the resolved time relationship to the parent time - * container. This is only valid if resolved is true. - */ - public double getResolvedOffset(); - - // TimeTypes - public static final short SMIL_TIME_INDEFINITE = 0; - public static final short SMIL_TIME_OFFSET = 1; - public static final short SMIL_TIME_SYNC_BASED = 2; - public static final short SMIL_TIME_EVENT_BASED = 3; - public static final short SMIL_TIME_WALLCLOCK = 4; - public static final short SMIL_TIME_MEDIA_MARKER = 5; - - /** - * A code representing the type of the underlying object, as defined - * above. - */ - public short getTimeType(); - - /** - * The clock value in seconds relative to the syncbase or eventbase. - * Default value is 0 . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised on attempts to modify this - * readonly attribute. - */ - public double getOffset(); - public void setOffset(double offset) - throws DOMException; - - /** - * The base element for a sync-based or event-based time. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised on attempts to modify this - * readonly attribute. - */ - public Element getBaseElement(); - public void setBaseElement(Element baseElement) - throws DOMException; - - /** - * If true , indicates that a sync-based time is relative to - * the begin of the baseElement. If false , indicates that a - * sync-based time is relative to the active end of the baseElement. - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised on attempts to modify this - * readonly attribute. - */ - public boolean getBaseBegin(); - public void setBaseBegin(boolean baseBegin) - throws DOMException; - - /** - * The name of the event for an event-based time. Default value is - * null . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised on attempts to modify this - * readonly attribute. - */ - public String getEvent(); - public void setEvent(String event) - throws DOMException; - - /** - * The name of the marker from the media element, for media marker times. - * Default value is null . - * @exception DOMException - * NO_MODIFICATION_ALLOWED_ERR: Raised on attempts to modify this - * readonly attribute. - */ - public String getMarker(); - public void setMarker(String marker) - throws DOMException; - -} - diff --git a/src/main/java/org/w3c/dom/smil/TimeEvent.java b/src/main/java/org/w3c/dom/smil/TimeEvent.java deleted file mode 100644 index a79c4ca..0000000 --- a/src/main/java/org/w3c/dom/smil/TimeEvent.java +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -import org.w3c.dom.events.Event; -import org.w3c.dom.views.AbstractView; - -/** - * The TimeEvent interface provides specific contextual - * information associated with Time events. - */ -public interface TimeEvent extends Event { - /** - * The view attribute identifies the - * AbstractView from which the event was generated. - */ - public AbstractView getView(); - - /** - * Specifies some detail information about the Event , - * depending on the type of event. - */ - public int getDetail(); - - /** - * The initTimeEvent method is used to initialize the value - * of a TimeEvent created through the - * DocumentEvent interface. This method may only be called - * before the TimeEvent has been dispatched via the - * dispatchEvent method, though it may be called multiple - * times during that phase if necessary. If called multiple times, the - * final invocation takes precedence. - * @param typeArg Specifies the event type. - * @param viewArg Specifies the Event 's - * AbstractView . - * @param detailArg Specifies the Event 's detail. - */ - public void initTimeEvent(String typeArg, - AbstractView viewArg, - int detailArg); - -} - diff --git a/src/main/java/org/w3c/dom/smil/TimeList.java b/src/main/java/org/w3c/dom/smil/TimeList.java deleted file mode 100644 index 7cec133..0000000 --- a/src/main/java/org/w3c/dom/smil/TimeList.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Copyright (c) 2000 World Wide Web Consortium, - * (Massachusetts Institute of Technology, Institut National de - * Recherche en Informatique et en Automatique, Keio University). All - * Rights Reserved. This program is distributed under the W3C's Software - * Intellectual Property License. This program is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more - * details. - */ - -package org.w3c.dom.smil; - -/** - * The TimeList interface provides the abstraction of an ordered - * collection of times, without defining or constraining how this collection - * is implemented. - *

The items in the TimeList are accessible via an integral - * index, starting from 0. - */ -public interface TimeList { - /** - * Returns the index th item in the collection. If - * index is greater than or equal to the number of times in - * the list, this returns null . - * @param index Index into the collection. - * @return The time at the index th position in the - * TimeList , or null if that is not a valid - * index. - */ - public Time item(int index); - - /** - * The number of times in the list. The range of valid child time indices - * is 0 to length-1 inclusive. - */ - public int getLength(); - -} - diff --git a/src/main/java/org/w3c/dom/svg/GetSVGDocument.java b/src/main/java/org/w3c/dom/svg/GetSVGDocument.java deleted file mode 100644 index 29b5f82..0000000 --- a/src/main/java/org/w3c/dom/svg/GetSVGDocument.java +++ /dev/null @@ -1,9 +0,0 @@ - -package org.w3c.dom.svg; - -import org.w3c.dom.DOMException; - -public interface GetSVGDocument { - public SVGDocument getSVGDocument ( ) - throws DOMException; -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAElement.java b/src/main/java/org/w3c/dom/svg/SVGAElement.java deleted file mode 100644 index 9a143c3..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAElement.java +++ /dev/null @@ -1,16 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java b/src/main/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java deleted file mode 100644 index 84a22b5..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAltGlyphDefElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAltGlyphElement.java b/src/main/java/org/w3c/dom/svg/SVGAltGlyphElement.java deleted file mode 100644 index 21f28dd..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAltGlyphElement.java +++ /dev/null @@ -1,15 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java b/src/main/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java deleted file mode 100644 index 07ea085..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAltGlyphItemElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAngle.java b/src/main/java/org/w3c/dom/svg/SVGAngle.java deleted file mode 100644 index e785d37..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAngle.java +++ /dev/null @@ -1,26 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGAnimateColorElement.java b/src/main/java/org/w3c/dom/svg/SVGAnimateColorElement.java deleted file mode 100644 index 14aca51..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimateColorElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimateColorElement extends - SVGAnimationElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimateElement.java b/src/main/java/org/w3c/dom/svg/SVGAnimateElement.java deleted file mode 100644 index 02d2e4c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimateElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimateElement extends - SVGAnimationElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimateMotionElement.java b/src/main/java/org/w3c/dom/svg/SVGAnimateMotionElement.java deleted file mode 100644 index eaf71ab..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimateMotionElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimateMotionElement extends - SVGAnimationElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimateTransformElement.java b/src/main/java/org/w3c/dom/svg/SVGAnimateTransformElement.java deleted file mode 100644 index 38e6f41..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimateTransformElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimateTransformElement extends - SVGAnimationElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimatedAngle.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedAngle.java deleted file mode 100644 index 0948e26..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedAngle.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimatedAngle { - public SVGAngle getBaseVal( ); - public SVGAngle getAnimVal( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimatedBoolean.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedBoolean.java deleted file mode 100644 index 5c0ad3b..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedBoolean.java +++ /dev/null @@ -1,10 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java deleted file mode 100644 index 11cc851..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java +++ /dev/null @@ -1,10 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGAnimatedInteger.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedInteger.java deleted file mode 100644 index b64ab55..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedInteger.java +++ /dev/null @@ -1,10 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGAnimatedLength.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedLength.java deleted file mode 100644 index 1287847..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedLength.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimatedLength { - public SVGLength getBaseVal( ); - public SVGLength getAnimVal( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimatedLengthList.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedLengthList.java deleted file mode 100644 index 15ab022..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedLengthList.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimatedLengthList { - public SVGLengthList getBaseVal( ); - public SVGLengthList getAnimVal( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimatedNumber.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedNumber.java deleted file mode 100644 index dd555a0..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedNumber.java +++ /dev/null @@ -1,10 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGAnimatedNumberList.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedNumberList.java deleted file mode 100644 index 00f6961..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedNumberList.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimatedNumberList { - public SVGNumberList getBaseVal( ); - public SVGNumberList getAnimVal( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimatedPathData.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedPathData.java deleted file mode 100644 index e6c7759..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedPathData.java +++ /dev/null @@ -1,9 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimatedPathData { - public SVGPathSegList getPathSegList( ); - public SVGPathSegList getNormalizedPathSegList( ); - public SVGPathSegList getAnimatedPathSegList( ); - public SVGPathSegList getAnimatedNormalizedPathSegList( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimatedPoints.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedPoints.java deleted file mode 100644 index 0fed4d9..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedPoints.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimatedPoints { - public SVGPointList getPoints( ); - public SVGPointList getAnimatedPoints( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java deleted file mode 100644 index 6708a35..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimatedPreserveAspectRatio { - public SVGPreserveAspectRatio getBaseVal( ); - public SVGPreserveAspectRatio getAnimVal( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimatedRect.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedRect.java deleted file mode 100644 index f2f1259..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedRect.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimatedRect { - public SVGRect getBaseVal( ); - public SVGRect getAnimVal( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimatedString.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedString.java deleted file mode 100644 index 4c0c8bb..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedString.java +++ /dev/null @@ -1,10 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGAnimatedTransformList.java b/src/main/java/org/w3c/dom/svg/SVGAnimatedTransformList.java deleted file mode 100644 index dc45214..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimatedTransformList.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGAnimatedTransformList { - public SVGTransformList getBaseVal( ); - public SVGTransformList getAnimVal( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGAnimationElement.java b/src/main/java/org/w3c/dom/svg/SVGAnimationElement.java deleted file mode 100644 index e9c58b5..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGAnimationElement.java +++ /dev/null @@ -1,20 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGCSSRule.java b/src/main/java/org/w3c/dom/svg/SVGCSSRule.java deleted file mode 100644 index 1d339d1..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGCSSRule.java +++ /dev/null @@ -1,10 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGCircleElement.java b/src/main/java/org/w3c/dom/svg/SVGCircleElement.java deleted file mode 100644 index 835c23c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGCircleElement.java +++ /dev/null @@ -1,17 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGClipPathElement.java b/src/main/java/org/w3c/dom/svg/SVGClipPathElement.java deleted file mode 100644 index 001285d..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGClipPathElement.java +++ /dev/null @@ -1,13 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGClipPathElement extends - SVGElement, - SVGTests, - SVGLangSpace, - SVGExternalResourcesRequired, - SVGStylable, - SVGTransformable, - SVGUnitTypes { - public SVGAnimatedEnumeration getClipPathUnits( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGColor.java b/src/main/java/org/w3c/dom/svg/SVGColor.java deleted file mode 100644 index 1f2b7a5..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGColor.java +++ /dev/null @@ -1,25 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGColorProfileElement.java b/src/main/java/org/w3c/dom/svg/SVGColorProfileElement.java deleted file mode 100644 index 1963331..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGColorProfileElement.java +++ /dev/null @@ -1,19 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGColorProfileRule.java b/src/main/java/org/w3c/dom/svg/SVGColorProfileRule.java deleted file mode 100644 index fd87ce3..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGColorProfileRule.java +++ /dev/null @@ -1,18 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java b/src/main/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java deleted file mode 100644 index 91fa64b..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java +++ /dev/null @@ -1,21 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGCursorElement.java b/src/main/java/org/w3c/dom/svg/SVGCursorElement.java deleted file mode 100644 index f93e81d..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGCursorElement.java +++ /dev/null @@ -1,11 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGCursorElement extends - SVGElement, - SVGURIReference, - SVGTests, - SVGExternalResourcesRequired { - public SVGAnimatedLength getX( ); - public SVGAnimatedLength getY( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java b/src/main/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java deleted file mode 100644 index 457745c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGDefinitionSrcElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGDefsElement.java b/src/main/java/org/w3c/dom/svg/SVGDefsElement.java deleted file mode 100644 index 27b9fe7..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGDefsElement.java +++ /dev/null @@ -1,14 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGDescElement.java b/src/main/java/org/w3c/dom/svg/SVGDescElement.java deleted file mode 100644 index 809d100..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGDescElement.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGDescElement extends - SVGElement, - SVGLangSpace, - SVGStylable { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGDocument.java b/src/main/java/org/w3c/dom/svg/SVGDocument.java deleted file mode 100644 index 327d6cf..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGDocument.java +++ /dev/null @@ -1,15 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGElement.java b/src/main/java/org/w3c/dom/svg/SVGElement.java deleted file mode 100644 index 787b5a8..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGElement.java +++ /dev/null @@ -1,17 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGElementInstance.java b/src/main/java/org/w3c/dom/svg/SVGElementInstance.java deleted file mode 100644 index bd77eea..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGElementInstance.java +++ /dev/null @@ -1,16 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGElementInstanceList.java b/src/main/java/org/w3c/dom/svg/SVGElementInstanceList.java deleted file mode 100644 index 13a90d5..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGElementInstanceList.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGElementInstanceList { - public int getLength( ); - - public SVGElementInstance item ( int index ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGEllipseElement.java b/src/main/java/org/w3c/dom/svg/SVGEllipseElement.java deleted file mode 100644 index 54fced5..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGEllipseElement.java +++ /dev/null @@ -1,18 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGEvent.java b/src/main/java/org/w3c/dom/svg/SVGEvent.java deleted file mode 100644 index 7098079..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGEvent.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -import org.w3c.dom.events.Event; - -public interface SVGEvent extends - Event { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGException.java b/src/main/java/org/w3c/dom/svg/SVGException.java deleted file mode 100644 index 2d200de..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGException.java +++ /dev/null @@ -1,13 +0,0 @@ -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/main/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java b/src/main/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java deleted file mode 100644 index a6a0129..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGExternalResourcesRequired { - public SVGAnimatedBoolean getExternalResourcesRequired( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEBlendElement.java b/src/main/java/org/w3c/dom/svg/SVGFEBlendElement.java deleted file mode 100644 index e80bc21..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEBlendElement.java +++ /dev/null @@ -1,18 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java b/src/main/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java deleted file mode 100644 index e69384a..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java +++ /dev/null @@ -1,17 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java b/src/main/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java deleted file mode 100644 index 51a0f84..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEComponentTransferElement extends - SVGElement, - SVGFilterPrimitiveStandardAttributes { - public SVGAnimatedString getIn1( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFECompositeElement.java b/src/main/java/org/w3c/dom/svg/SVGFECompositeElement.java deleted file mode 100644 index f4b4c22..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFECompositeElement.java +++ /dev/null @@ -1,23 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java b/src/main/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java deleted file mode 100644 index 0553c85..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java +++ /dev/null @@ -1,24 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java b/src/main/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java deleted file mode 100644 index eb10a16..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java +++ /dev/null @@ -1,12 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java b/src/main/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java deleted file mode 100644 index d2270e2..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java +++ /dev/null @@ -1,19 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFEDistantLightElement.java b/src/main/java/org/w3c/dom/svg/SVGFEDistantLightElement.java deleted file mode 100644 index 576f01b..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEDistantLightElement.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEDistantLightElement extends - SVGElement { - public SVGAnimatedNumber getAzimuth( ); - public SVGAnimatedNumber getElevation( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEFloodElement.java b/src/main/java/org/w3c/dom/svg/SVGFEFloodElement.java deleted file mode 100644 index 8960d4d..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEFloodElement.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEFloodElement extends - SVGElement, - SVGFilterPrimitiveStandardAttributes { - public SVGAnimatedString getIn1( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEFuncAElement.java b/src/main/java/org/w3c/dom/svg/SVGFEFuncAElement.java deleted file mode 100644 index 739982b..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEFuncAElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEFuncAElement extends - SVGComponentTransferFunctionElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEFuncBElement.java b/src/main/java/org/w3c/dom/svg/SVGFEFuncBElement.java deleted file mode 100644 index 7afbb51..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEFuncBElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEFuncBElement extends - SVGComponentTransferFunctionElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEFuncGElement.java b/src/main/java/org/w3c/dom/svg/SVGFEFuncGElement.java deleted file mode 100644 index 04a43b7..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEFuncGElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEFuncGElement extends - SVGComponentTransferFunctionElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEFuncRElement.java b/src/main/java/org/w3c/dom/svg/SVGFEFuncRElement.java deleted file mode 100644 index b68ca75..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEFuncRElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEFuncRElement extends - SVGComponentTransferFunctionElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java b/src/main/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java deleted file mode 100644 index af1c659..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java +++ /dev/null @@ -1,12 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFEImageElement.java b/src/main/java/org/w3c/dom/svg/SVGFEImageElement.java deleted file mode 100644 index 2e4dff4..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEImageElement.java +++ /dev/null @@ -1,13 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEImageElement extends - SVGElement, - SVGURIReference, - SVGLangSpace, - SVGExternalResourcesRequired, - SVGFilterPrimitiveStandardAttributes { - - public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( ); - -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEMergeElement.java b/src/main/java/org/w3c/dom/svg/SVGFEMergeElement.java deleted file mode 100644 index 4224e02..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEMergeElement.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEMergeElement extends - SVGElement, - SVGFilterPrimitiveStandardAttributes { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java b/src/main/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java deleted file mode 100644 index 6cba4e2..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEMergeNodeElement extends - SVGElement { - public SVGAnimatedString getIn1( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEMorphologyElement.java b/src/main/java/org/w3c/dom/svg/SVGFEMorphologyElement.java deleted file mode 100644 index 829ed62..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEMorphologyElement.java +++ /dev/null @@ -1,16 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFEOffsetElement.java b/src/main/java/org/w3c/dom/svg/SVGFEOffsetElement.java deleted file mode 100644 index 2b57b9c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEOffsetElement.java +++ /dev/null @@ -1,10 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEOffsetElement extends - SVGElement, - SVGFilterPrimitiveStandardAttributes { - public SVGAnimatedString getIn1( ); - public SVGAnimatedNumber getDx( ); - public SVGAnimatedNumber getDy( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFEPointLightElement.java b/src/main/java/org/w3c/dom/svg/SVGFEPointLightElement.java deleted file mode 100644 index f1231ae..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFEPointLightElement.java +++ /dev/null @@ -1,9 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFEPointLightElement extends - SVGElement { - public SVGAnimatedNumber getX( ); - public SVGAnimatedNumber getY( ); - public SVGAnimatedNumber getZ( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java b/src/main/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java deleted file mode 100644 index 0c30c19..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java +++ /dev/null @@ -1,11 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFESpotLightElement.java b/src/main/java/org/w3c/dom/svg/SVGFESpotLightElement.java deleted file mode 100644 index 5214cb8..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFESpotLightElement.java +++ /dev/null @@ -1,14 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFETileElement.java b/src/main/java/org/w3c/dom/svg/SVGFETileElement.java deleted file mode 100644 index 0eb73ec..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFETileElement.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFETileElement extends - SVGElement, - SVGFilterPrimitiveStandardAttributes { - public SVGAnimatedString getIn1( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFETurbulenceElement.java b/src/main/java/org/w3c/dom/svg/SVGFETurbulenceElement.java deleted file mode 100644 index 4fad7ec..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFETurbulenceElement.java +++ /dev/null @@ -1,22 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFilterElement.java b/src/main/java/org/w3c/dom/svg/SVGFilterElement.java deleted file mode 100644 index 2e9d936..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFilterElement.java +++ /dev/null @@ -1,21 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java b/src/main/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java deleted file mode 100644 index 44af2e3..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java +++ /dev/null @@ -1,11 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGFitToViewBox.java b/src/main/java/org/w3c/dom/svg/SVGFitToViewBox.java deleted file mode 100644 index bbc8744..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFitToViewBox.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFitToViewBox { - public SVGAnimatedRect getViewBox( ); - public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFontElement.java b/src/main/java/org/w3c/dom/svg/SVGFontElement.java deleted file mode 100644 index 351c70d..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFontElement.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFontElement extends - SVGElement, - SVGExternalResourcesRequired, - SVGStylable { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFontFaceElement.java b/src/main/java/org/w3c/dom/svg/SVGFontFaceElement.java deleted file mode 100644 index a466201..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFontFaceElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFontFaceElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java b/src/main/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java deleted file mode 100644 index cc9f3a4..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFontFaceFormatElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFontFaceNameElement.java b/src/main/java/org/w3c/dom/svg/SVGFontFaceNameElement.java deleted file mode 100644 index 3f2d85d..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFontFaceNameElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFontFaceNameElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java b/src/main/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java deleted file mode 100644 index cf0325a..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFontFaceSrcElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGFontFaceUriElement.java b/src/main/java/org/w3c/dom/svg/SVGFontFaceUriElement.java deleted file mode 100644 index 2edb490..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGFontFaceUriElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGFontFaceUriElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGForeignObjectElement.java b/src/main/java/org/w3c/dom/svg/SVGForeignObjectElement.java deleted file mode 100644 index 794e7a8..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGForeignObjectElement.java +++ /dev/null @@ -1,18 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGGElement.java b/src/main/java/org/w3c/dom/svg/SVGGElement.java deleted file mode 100644 index 51c0a92..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGGElement.java +++ /dev/null @@ -1,14 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGGlyphElement.java b/src/main/java/org/w3c/dom/svg/SVGGlyphElement.java deleted file mode 100644 index f219b31..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGGlyphElement.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGGlyphElement extends - SVGElement, - SVGStylable { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGGlyphRefElement.java b/src/main/java/org/w3c/dom/svg/SVGGlyphRefElement.java deleted file mode 100644 index 35bddc1..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGGlyphRefElement.java +++ /dev/null @@ -1,28 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGGradientElement.java b/src/main/java/org/w3c/dom/svg/SVGGradientElement.java deleted file mode 100644 index 87c7c0c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGGradientElement.java +++ /dev/null @@ -1,19 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGHKernElement.java b/src/main/java/org/w3c/dom/svg/SVGHKernElement.java deleted file mode 100644 index 2744320..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGHKernElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGHKernElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGICCColor.java b/src/main/java/org/w3c/dom/svg/SVGICCColor.java deleted file mode 100644 index 7938213..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGICCColor.java +++ /dev/null @@ -1,10 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGImageElement.java b/src/main/java/org/w3c/dom/svg/SVGImageElement.java deleted file mode 100644 index 4a5f240..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGImageElement.java +++ /dev/null @@ -1,20 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGLangSpace.java b/src/main/java/org/w3c/dom/svg/SVGLangSpace.java deleted file mode 100644 index c2eff9b..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGLangSpace.java +++ /dev/null @@ -1,13 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGLength.java b/src/main/java/org/w3c/dom/svg/SVGLength.java deleted file mode 100644 index a3f9f6e..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGLength.java +++ /dev/null @@ -1,32 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGLengthList.java b/src/main/java/org/w3c/dom/svg/SVGLengthList.java deleted file mode 100644 index ac75627..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGLengthList.java +++ /dev/null @@ -1,23 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGLineElement.java b/src/main/java/org/w3c/dom/svg/SVGLineElement.java deleted file mode 100644 index faa49e3..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGLineElement.java +++ /dev/null @@ -1,18 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGLinearGradientElement.java b/src/main/java/org/w3c/dom/svg/SVGLinearGradientElement.java deleted file mode 100644 index a0d1f96..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGLinearGradientElement.java +++ /dev/null @@ -1,10 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGLocatable.java b/src/main/java/org/w3c/dom/svg/SVGLocatable.java deleted file mode 100644 index 4b58621..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGLocatable.java +++ /dev/null @@ -1,13 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGMPathElement.java b/src/main/java/org/w3c/dom/svg/SVGMPathElement.java deleted file mode 100644 index 4ba7198..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGMPathElement.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGMPathElement extends - SVGElement, - SVGURIReference, - SVGExternalResourcesRequired { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGMarkerElement.java b/src/main/java/org/w3c/dom/svg/SVGMarkerElement.java deleted file mode 100644 index efd5b5f..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGMarkerElement.java +++ /dev/null @@ -1,29 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGMaskElement.java b/src/main/java/org/w3c/dom/svg/SVGMaskElement.java deleted file mode 100644 index f8038d6..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGMaskElement.java +++ /dev/null @@ -1,17 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGMatrix.java b/src/main/java/org/w3c/dom/svg/SVGMatrix.java deleted file mode 100644 index caff00d..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGMatrix.java +++ /dev/null @@ -1,39 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGMetadataElement.java b/src/main/java/org/w3c/dom/svg/SVGMetadataElement.java deleted file mode 100644 index cd1c007..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGMetadataElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGMetadataElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGMissingGlyphElement.java b/src/main/java/org/w3c/dom/svg/SVGMissingGlyphElement.java deleted file mode 100644 index ce426ff..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGMissingGlyphElement.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGMissingGlyphElement extends - SVGElement, - SVGStylable { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGNumber.java b/src/main/java/org/w3c/dom/svg/SVGNumber.java deleted file mode 100644 index f4ee801..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGNumber.java +++ /dev/null @@ -1,10 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGNumberList.java b/src/main/java/org/w3c/dom/svg/SVGNumberList.java deleted file mode 100644 index e443caa..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGNumberList.java +++ /dev/null @@ -1,23 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPaint.java b/src/main/java/org/w3c/dom/svg/SVGPaint.java deleted file mode 100644 index 6a6451c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPaint.java +++ /dev/null @@ -1,26 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathElement.java b/src/main/java/org/w3c/dom/svg/SVGPathElement.java deleted file mode 100644 index b5522ca..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathElement.java +++ /dev/null @@ -1,39 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSeg.java b/src/main/java/org/w3c/dom/svg/SVGPathSeg.java deleted file mode 100644 index 698239a..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSeg.java +++ /dev/null @@ -1,29 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegArcAbs.java b/src/main/java/org/w3c/dom/svg/SVGPathSegArcAbs.java deleted file mode 100644 index 150340c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegArcAbs.java +++ /dev/null @@ -1,29 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegArcRel.java b/src/main/java/org/w3c/dom/svg/SVGPathSegArcRel.java deleted file mode 100644 index 01107ec..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegArcRel.java +++ /dev/null @@ -1,29 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegClosePath.java b/src/main/java/org/w3c/dom/svg/SVGPathSegClosePath.java deleted file mode 100644 index 9cf1c43..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegClosePath.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGPathSegClosePath extends - SVGPathSeg { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java b/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java deleted file mode 100644 index 7286492..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java +++ /dev/null @@ -1,26 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java b/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java deleted file mode 100644 index 4883ea1..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java +++ /dev/null @@ -1,26 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java b/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java deleted file mode 100644 index db806d7..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java +++ /dev/null @@ -1,20 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java b/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java deleted file mode 100644 index 696bb6c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java +++ /dev/null @@ -1,20 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java b/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java deleted file mode 100644 index db03df2..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java +++ /dev/null @@ -1,20 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java b/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java deleted file mode 100644 index 68f2394..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java +++ /dev/null @@ -1,20 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java b/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java deleted file mode 100644 index 307ab51..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java +++ /dev/null @@ -1,14 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java b/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java deleted file mode 100644 index 7fcfc39..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java +++ /dev/null @@ -1,14 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java b/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java deleted file mode 100644 index a4f55b9..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java +++ /dev/null @@ -1,14 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java b/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java deleted file mode 100644 index f045467..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java +++ /dev/null @@ -1,11 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java b/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java deleted file mode 100644 index 19f320d..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java +++ /dev/null @@ -1,11 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java b/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java deleted file mode 100644 index f5abb2e..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java +++ /dev/null @@ -1,14 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java b/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java deleted file mode 100644 index b9bc913..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java +++ /dev/null @@ -1,11 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java b/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java deleted file mode 100644 index 5a69a83..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java +++ /dev/null @@ -1,11 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegList.java b/src/main/java/org/w3c/dom/svg/SVGPathSegList.java deleted file mode 100644 index 7d688f3..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegList.java +++ /dev/null @@ -1,23 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java b/src/main/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java deleted file mode 100644 index 20bd825..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java +++ /dev/null @@ -1,14 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java b/src/main/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java deleted file mode 100644 index 95ec75f..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java +++ /dev/null @@ -1,14 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPatternElement.java b/src/main/java/org/w3c/dom/svg/SVGPatternElement.java deleted file mode 100644 index a6ce5ca..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPatternElement.java +++ /dev/null @@ -1,20 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPoint.java b/src/main/java/org/w3c/dom/svg/SVGPoint.java deleted file mode 100644 index 441b65c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPoint.java +++ /dev/null @@ -1,15 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPointList.java b/src/main/java/org/w3c/dom/svg/SVGPointList.java deleted file mode 100644 index b3e41c6..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPointList.java +++ /dev/null @@ -1,23 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPolygonElement.java b/src/main/java/org/w3c/dom/svg/SVGPolygonElement.java deleted file mode 100644 index 62b905e..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPolygonElement.java +++ /dev/null @@ -1,15 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPolylineElement.java b/src/main/java/org/w3c/dom/svg/SVGPolylineElement.java deleted file mode 100644 index 402b68c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPolylineElement.java +++ /dev/null @@ -1,15 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java b/src/main/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java deleted file mode 100644 index b276f43..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java +++ /dev/null @@ -1,30 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGRadialGradientElement.java b/src/main/java/org/w3c/dom/svg/SVGRadialGradientElement.java deleted file mode 100644 index 5307350..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGRadialGradientElement.java +++ /dev/null @@ -1,11 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGRect.java b/src/main/java/org/w3c/dom/svg/SVGRect.java deleted file mode 100644 index c55453c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGRect.java +++ /dev/null @@ -1,19 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGRectElement.java b/src/main/java/org/w3c/dom/svg/SVGRectElement.java deleted file mode 100644 index aec04b0..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGRectElement.java +++ /dev/null @@ -1,20 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGRenderingIntent.java b/src/main/java/org/w3c/dom/svg/SVGRenderingIntent.java deleted file mode 100644 index 81b61c5..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGRenderingIntent.java +++ /dev/null @@ -1,12 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGSVGElement.java b/src/main/java/org/w3c/dom/svg/SVGSVGElement.java deleted file mode 100644 index 2fefaaa..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGSVGElement.java +++ /dev/null @@ -1,74 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGScriptElement.java b/src/main/java/org/w3c/dom/svg/SVGScriptElement.java deleted file mode 100644 index 7dd0a60..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGScriptElement.java +++ /dev/null @@ -1,13 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGSetElement.java b/src/main/java/org/w3c/dom/svg/SVGSetElement.java deleted file mode 100644 index 568e90e..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGSetElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGSetElement extends - SVGAnimationElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGStopElement.java b/src/main/java/org/w3c/dom/svg/SVGStopElement.java deleted file mode 100644 index 250c5e0..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGStopElement.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGStopElement extends - SVGElement, - SVGStylable { - public SVGAnimatedNumber getOffset( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGStringList.java b/src/main/java/org/w3c/dom/svg/SVGStringList.java deleted file mode 100644 index 05f860c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGStringList.java +++ /dev/null @@ -1,23 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGStylable.java b/src/main/java/org/w3c/dom/svg/SVGStylable.java deleted file mode 100644 index 0d547c6..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGStylable.java +++ /dev/null @@ -1,12 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGStyleElement.java b/src/main/java/org/w3c/dom/svg/SVGStyleElement.java deleted file mode 100644 index b8e110e..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGStyleElement.java +++ /dev/null @@ -1,20 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGSwitchElement.java b/src/main/java/org/w3c/dom/svg/SVGSwitchElement.java deleted file mode 100644 index 0db51f1..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGSwitchElement.java +++ /dev/null @@ -1,14 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGSymbolElement.java b/src/main/java/org/w3c/dom/svg/SVGSymbolElement.java deleted file mode 100644 index c2bb0e2..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGSymbolElement.java +++ /dev/null @@ -1,13 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGTRefElement.java b/src/main/java/org/w3c/dom/svg/SVGTRefElement.java deleted file mode 100644 index 493c883..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTRefElement.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGTRefElement extends - SVGTextPositioningElement, - SVGURIReference { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGTSpanElement.java b/src/main/java/org/w3c/dom/svg/SVGTSpanElement.java deleted file mode 100644 index 0c450ca..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTSpanElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGTSpanElement extends - SVGTextPositioningElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGTests.java b/src/main/java/org/w3c/dom/svg/SVGTests.java deleted file mode 100644 index 4e0d6a4..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTests.java +++ /dev/null @@ -1,10 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGTextContentElement.java b/src/main/java/org/w3c/dom/svg/SVGTextContentElement.java deleted file mode 100644 index 7f27be2..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTextContentElement.java +++ /dev/null @@ -1,37 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGTextElement.java b/src/main/java/org/w3c/dom/svg/SVGTextElement.java deleted file mode 100644 index a77c88c..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTextElement.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGTextElement extends - SVGTextPositioningElement, - SVGTransformable { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGTextPathElement.java b/src/main/java/org/w3c/dom/svg/SVGTextPathElement.java deleted file mode 100644 index bbd56a4..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTextPathElement.java +++ /dev/null @@ -1,19 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGTextPositioningElement.java b/src/main/java/org/w3c/dom/svg/SVGTextPositioningElement.java deleted file mode 100644 index 93b9b60..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTextPositioningElement.java +++ /dev/null @@ -1,11 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGTitleElement.java b/src/main/java/org/w3c/dom/svg/SVGTitleElement.java deleted file mode 100644 index 1252a15..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTitleElement.java +++ /dev/null @@ -1,8 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGTitleElement extends - SVGElement, - SVGLangSpace, - SVGStylable { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGTransform.java b/src/main/java/org/w3c/dom/svg/SVGTransform.java deleted file mode 100644 index 2778d7a..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTransform.java +++ /dev/null @@ -1,24 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGTransformList.java b/src/main/java/org/w3c/dom/svg/SVGTransformList.java deleted file mode 100644 index 238d2a7..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTransformList.java +++ /dev/null @@ -1,25 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGTransformable.java b/src/main/java/org/w3c/dom/svg/SVGTransformable.java deleted file mode 100644 index d3db6e6..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGTransformable.java +++ /dev/null @@ -1,7 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGTransformable extends - SVGLocatable { - public SVGAnimatedTransformList getTransform( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGURIReference.java b/src/main/java/org/w3c/dom/svg/SVGURIReference.java deleted file mode 100644 index c876e11..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGURIReference.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGURIReference { - public SVGAnimatedString getHref( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGUnitTypes.java b/src/main/java/org/w3c/dom/svg/SVGUnitTypes.java deleted file mode 100644 index b883e55..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGUnitTypes.java +++ /dev/null @@ -1,9 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGUseElement.java b/src/main/java/org/w3c/dom/svg/SVGUseElement.java deleted file mode 100644 index cfbb8f3..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGUseElement.java +++ /dev/null @@ -1,21 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGVKernElement.java b/src/main/java/org/w3c/dom/svg/SVGVKernElement.java deleted file mode 100644 index 9236d70..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGVKernElement.java +++ /dev/null @@ -1,6 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGVKernElement extends - SVGElement { -} diff --git a/src/main/java/org/w3c/dom/svg/SVGViewElement.java b/src/main/java/org/w3c/dom/svg/SVGViewElement.java deleted file mode 100644 index e18d8bb..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGViewElement.java +++ /dev/null @@ -1,10 +0,0 @@ - -package org.w3c.dom.svg; - -public interface SVGViewElement extends - SVGElement, - SVGExternalResourcesRequired, - SVGFitToViewBox, - SVGZoomAndPan { - public SVGStringList getViewTarget( ); -} diff --git a/src/main/java/org/w3c/dom/svg/SVGViewSpec.java b/src/main/java/org/w3c/dom/svg/SVGViewSpec.java deleted file mode 100644 index a0200f0..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGViewSpec.java +++ /dev/null @@ -1,13 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGZoomAndPan.java b/src/main/java/org/w3c/dom/svg/SVGZoomAndPan.java deleted file mode 100644 index 6d35ac5..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGZoomAndPan.java +++ /dev/null @@ -1,15 +0,0 @@ - -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/main/java/org/w3c/dom/svg/SVGZoomEvent.java b/src/main/java/org/w3c/dom/svg/SVGZoomEvent.java deleted file mode 100644 index 742b3ce..0000000 --- a/src/main/java/org/w3c/dom/svg/SVGZoomEvent.java +++ /dev/null @@ -1,13 +0,0 @@ - -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-55-g7522