summaryrefslogtreecommitdiffstats
path: root/src/bind/java
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-07-30 01:54:37 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-07-30 01:54:37 +0000
commit3dab417176ed1ba5b1301acbd9a1c08e8c546c49 (patch)
tree83d01a0cc1356dd914b6690a5dbffd6e840e16af /src/bind/java
parentUpdate unit extraction regular expressions. (diff)
parentRemove unnecessary variable from the GMarkup-based unit parser (diff)
downloadinkscape-3dab417176ed1ba5b1301acbd9a1c08e8c546c49.tar.gz
inkscape-3dab417176ed1ba5b1301acbd9a1c08e8c546c49.zip
Merge from trunk.
(bzr r12380.1.51)
Diffstat (limited to 'src/bind/java')
-rw-r--r--src/bind/java/org/inkscape/cmn/BaseInterface.java85
-rw-r--r--src/bind/java/org/inkscape/cmn/BaseObject.java81
-rw-r--r--src/bind/java/org/inkscape/cmn/Gateway.java346
-rw-r--r--src/bind/java/org/inkscape/cmn/Resource.java66
-rw-r--r--src/bind/java/org/inkscape/dom/AttrImpl.java58
-rw-r--r--src/bind/java/org/inkscape/dom/CDATASectionImpl.java37
-rw-r--r--src/bind/java/org/inkscape/dom/CharacterDataImpl.java70
-rw-r--r--src/bind/java/org/inkscape/dom/CommentImpl.java37
-rw-r--r--src/bind/java/org/inkscape/dom/DOMBase.java72
-rw-r--r--src/bind/java/org/inkscape/dom/DOMConfigurationImpl.java53
-rw-r--r--src/bind/java/org/inkscape/dom/DOMErrorHandlerImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/DOMErrorImpl.java48
-rw-r--r--src/bind/java/org/inkscape/dom/DOMImplementationImpl.java60
-rw-r--r--src/bind/java/org/inkscape/dom/DOMImplementationListImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/DOMImplementationSourceImpl.java41
-rw-r--r--src/bind/java/org/inkscape/dom/DOMLocatorImpl.java48
-rw-r--r--src/bind/java/org/inkscape/dom/DOMStringListImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/DocumentFragmentImpl.java36
-rw-r--r--src/bind/java/org/inkscape/dom/DocumentImpl.java138
-rw-r--r--src/bind/java/org/inkscape/dom/DocumentTypeImpl.java52
-rw-r--r--src/bind/java/org/inkscape/dom/ElementImpl.java111
-rw-r--r--src/bind/java/org/inkscape/dom/EntityImpl.java49
-rw-r--r--src/bind/java/org/inkscape/dom/EntityReferenceImpl.java37
-rw-r--r--src/bind/java/org/inkscape/dom/NameListImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/NamedNodeMapImpl.java65
-rw-r--r--src/bind/java/org/inkscape/dom/NodeImpl.java139
-rw-r--r--src/bind/java/org/inkscape/dom/NodeListImpl.java41
-rw-r--r--src/bind/java/org/inkscape/dom/NotationImpl.java41
-rw-r--r--src/bind/java/org/inkscape/dom/ProcessingInstructionImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/TextImpl.java52
-rw-r--r--src/bind/java/org/inkscape/dom/TypeInfoImpl.java44
-rw-r--r--src/bind/java/org/inkscape/dom/UserDataHandlerImpl.java45
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSS2PropertiesImpl.java527
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSCharsetRuleImpl.java44
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSFontFaceRuleImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSImportRuleImpl.java48
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSMediaRuleImpl.java53
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSPageRuleImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSPrimitiveValueImpl.java68
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSRuleImpl.java51
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSRuleListImpl.java44
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSStyleDeclarationImpl.java66
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSStyleRuleImpl.java47
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSStyleSheetImpl.java55
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSUnknownRuleImpl.java37
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSValueImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/css/CSSValueListImpl.java45
-rw-r--r--src/bind/java/org/inkscape/dom/css/CounterImpl.java44
-rw-r--r--src/bind/java/org/inkscape/dom/css/DOMImplementationCSSImpl.java47
-rw-r--r--src/bind/java/org/inkscape/dom/css/DocumentCSSImpl.java47
-rw-r--r--src/bind/java/org/inkscape/dom/css/ElementCSSInlineStyleImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/css/RGBColorImpl.java45
-rw-r--r--src/bind/java/org/inkscape/dom/css/RectImpl.java48
-rw-r--r--src/bind/java/org/inkscape/dom/css/ViewCSSImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/events/CustomEventImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/events/DocumentEventImpl.java48
-rw-r--r--src/bind/java/org/inkscape/dom/events/EventImpl.java74
-rw-r--r--src/bind/java/org/inkscape/dom/events/EventListenerImpl.java41
-rw-r--r--src/bind/java/org/inkscape/dom/events/EventTargetImpl.java71
-rw-r--r--src/bind/java/org/inkscape/dom/events/KeyboardEventImpl.java70
-rw-r--r--src/bind/java/org/inkscape/dom/events/MouseEventImpl.java96
-rw-r--r--src/bind/java/org/inkscape/dom/events/MutationEventImpl.java67
-rw-r--r--src/bind/java/org/inkscape/dom/events/MutationNameEventImpl.java58
-rw-r--r--src/bind/java/org/inkscape/dom/events/TextEventImpl.java55
-rw-r--r--src/bind/java/org/inkscape/dom/events/UIEventImpl.java56
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementExclusiveTimeContainerImpl.java50
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementLayoutImpl.java50
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementParallelTimeContainerImpl.java47
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementSequentialTimeContainerImpl.java37
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementSyncBehaviorImpl.java53
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementTargetAttributesImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementTestImpl.java73
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementTimeContainerImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementTimeControlImpl.java45
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementTimeImpl.java95
-rw-r--r--src/bind/java/org/inkscape/dom/smil/ElementTimeManipulationImpl.java60
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILAnimateColorElementImpl.java37
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILAnimateElementImpl.java37
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILAnimateMotionElementImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILAnimationImpl.java153
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILDocumentImpl.java103
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILElementImpl.java42
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILLayoutElementImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILMediaElementImpl.java152
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILRefElementImpl.java37
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILRegionElementImpl.java76
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILRegionInterfaceImpl.java42
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILRootLayoutElementImpl.java67
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILSetElementImpl.java122
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILSwitchElementImpl.java40
-rw-r--r--src/bind/java/org/inkscape/dom/smil/SMILTopLayoutElementImpl.java66
-rw-r--r--src/bind/java/org/inkscape/dom/smil/TimeEventImpl.java49
-rw-r--r--src/bind/java/org/inkscape/dom/smil/TimeImpl.java70
-rw-r--r--src/bind/java/org/inkscape/dom/smil/TimeListImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/stylesheets/DocumentStyleImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/stylesheets/LinkStyleImpl.java41
-rw-r--r--src/bind/java/org/inkscape/dom/stylesheets/MediaListImpl.java53
-rw-r--r--src/bind/java/org/inkscape/dom/stylesheets/StyleSheetImpl.java56
-rw-r--r--src/bind/java/org/inkscape/dom/stylesheets/StyleSheetListImpl.java42
-rw-r--r--src/bind/java/org/inkscape/dom/svg/GetSVGDocumentImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAElementImpl.java176
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAltGlyphDefElementImpl.java36
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAltGlyphElementImpl.java60
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAltGlyphItemElementImpl.java36
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAngleImpl.java50
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimateColorElementImpl.java36
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimateElementImpl.java35
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimateMotionElementImpl.java35
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimateTransformElementImpl.java35
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedAngleImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedBooleanImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedEnumerationImpl.java45
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedIntegerImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedLengthImpl.java44
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedLengthListImpl.java42
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedNumberImpl.java45
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedNumberListImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedPathDataImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedPointsImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedPreserveAspectRatioImpl.java39
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedRectImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedStringImpl.java39
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimatedTransformListImpl.java39
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGAnimationElementImpl.java132
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGCSSRuleImpl.java39
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGCircleElementImpl.java172
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGClipPathElementImpl.java134
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGColorImpl.java54
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGColorProfileElementImpl.java68
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGColorProfileRuleImpl.java53
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGComponentTransferFunctionElementImpl.java50
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGCursorElementImpl.java84
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGDefinitionSrcElementImpl.java36
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGDefsElementImpl.java165
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGDescElementImpl.java82
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGDocumentImpl.java65
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGElementImpl.java53
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGElementInstanceImpl.java52
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGElementInstanceListImpl.java42
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGEllipseElementImpl.java172
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGEventImpl.java40
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGExternalResourcesRequiredImpl.java44
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEBlendElementImpl.java84
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEColorMatrixElementImpl.java84
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEComponentTransferElementImpl.java79
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFECompositeElementImpl.java93
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEConvolveMatrixElementImpl.java99
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEDiffuseLightingElementImpl.java86
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEDisplacementMapElementImpl.java81
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEDistantLightElementImpl.java45
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEFloodElementImpl.java79
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEFuncAElementImpl.java39
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEFuncBElementImpl.java39
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEFuncGElementImpl.java39
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEFuncRElementImpl.java40
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEGaussianBlurElementImpl.java85
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEImageElementImpl.java116
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEMergeElementImpl.java74
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEMergeNodeElementImpl.java44
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEMorphologyElementImpl.java78
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEOffsetElementImpl.java79
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFEPointLightElementImpl.java44
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFESpecularLightingElementImpl.java81
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFESpotLightElementImpl.java49
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFETileElementImpl.java75
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFETurbulenceElementImpl.java85
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFilterElementImpl.java106
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFilterPrimitiveStandardAttributesImpl.java47
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFitToViewBoxImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFontElementImpl.java69
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFontFaceElementImpl.java39
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFontFaceFormatElementImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFontFaceNameElementImpl.java39
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFontFaceSrcElementImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGFontFaceUriElementImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGForeignObjectElementImpl.java169
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGGElementImpl.java166
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGGlyphElementImpl.java64
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGGlyphRefElementImpl.java90
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGGradientElementImpl.java87
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGHKernElementImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGICCColorImpl.java44
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGImageElementImpl.java178
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGLangSpaceImpl.java47
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGLengthImpl.java52
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGLengthListImpl.java56
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGLineElementImpl.java170
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGLinearGradientElementImpl.java45
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGLocatableImpl.java51
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGMPathElementImpl.java63
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGMarkerElementImpl.java107
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGMaskElementImpl.java108
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGMatrixImpl.java72
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGMetadataElementImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGMissingGlyphElementImpl.java61
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGNumberImpl.java42
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGNumberListImpl.java58
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPaintImpl.java49
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathElementImpl.java215
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegArcAbsImpl.java61
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegArcRelImpl.java61
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegClosePathImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicAbsImpl.java58
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicRelImpl.java58
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicSmoothAbsImpl.java52
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicSmoothRelImpl.java52
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticAbsImpl.java52
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticRelImpl.java52
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbsImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticSmoothRelImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoAbsImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoHorizontalAbsImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoHorizontalRelImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoRelImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoVerticalAbsImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoVerticalRelImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegListImpl.java57
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegMovetoAbsImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPathSegMovetoRelImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPatternElementImpl.java135
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPointImpl.java49
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPointListImpl.java56
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPolygonElementImpl.java177
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPolylineElementImpl.java175
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGPreserveAspectRatioImpl.java44
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGRadialGradientElementImpl.java46
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGRectElementImpl.java170
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGRectImpl.java49
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGRenderingIntentImpl.java36
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGSVGElementImpl.java280
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGScriptElementImpl.java70
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGSetElementImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGStopElementImpl.java62
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGStringListImpl.java56
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGStylableImpl.java47
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGStyleElementImpl.java52
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGSwitchElementImpl.java166
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGSymbolElementImpl.java161
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTRefElementImpl.java54
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTSpanElementImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTestsImpl.java45
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTextContentElementImpl.java161
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTextElementImpl.java69
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTextPathElementImpl.java57
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTextPositioningElementImpl.java45
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTitleElementImpl.java79
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTransformImpl.java49
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTransformListImpl.java60
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGTransformableImpl.java42
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGURIReferenceImpl.java42
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGUnitTypesImpl.java36
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGUseElementImpl.java180
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGVKernElementImpl.java38
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGViewElementImpl.java77
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGViewSpecImpl.java64
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGZoomAndPanImpl.java43
-rw-r--r--src/bind/java/org/inkscape/dom/svg/SVGZoomEventImpl.java47
-rw-r--r--src/bind/java/org/inkscape/dom/views/AbstractViewImpl.java42
-rw-r--r--src/bind/java/org/inkscape/dom/views/DocumentViewImpl.java43
-rw-r--r--src/bind/java/org/inkscape/script/Editor.java311
-rw-r--r--src/bind/java/org/inkscape/script/ScriptConsole.java652
-rw-r--r--src/bind/java/org/inkscape/script/Terminal.java297
-rw-r--r--src/bind/java/org/w3c/dom/css/CSS2Properties.java1411
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSCharsetRule.java48
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSFontFaceRule.java28
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSImportRule.java44
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSMediaRule.java76
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSPageRule.java41
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSPrimitiveValue.java296
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSRule.java93
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSRuleList.java43
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSStyleDeclaration.java152
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSStyleRule.java42
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSStyleSheet.java85
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSUnknownRule.java22
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSValue.java68
-rw-r--r--src/bind/java/org/w3c/dom/css/CSSValueList.java46
-rw-r--r--src/bind/java/org/w3c/dom/css/Counter.java38
-rw-r--r--src/bind/java/org/w3c/dom/css/DOMImplementationCSS.java40
-rw-r--r--src/bind/java/org/w3c/dom/css/DocumentCSS.java50
-rw-r--r--src/bind/java/org/w3c/dom/css/ElementCSSInlineStyle.java32
-rw-r--r--src/bind/java/org/w3c/dom/css/RGBColor.java47
-rw-r--r--src/bind/java/org/w3c/dom/css/Rect.java44
-rw-r--r--src/bind/java/org/w3c/dom/css/ViewCSS.java43
-rw-r--r--src/bind/java/org/w3c/dom/events/CustomEvent.java70
-rw-r--r--src/bind/java/org/w3c/dom/events/DocumentEvent.java86
-rw-r--r--src/bind/java/org/w3c/dom/events/Event.java209
-rw-r--r--src/bind/java/org/w3c/dom/events/EventException.java41
-rw-r--r--src/bind/java/org/w3c/dom/events/EventListener.java40
-rw-r--r--src/bind/java/org/w3c/dom/events/EventTarget.java202
-rw-r--r--src/bind/java/org/w3c/dom/events/KeyboardEvent.java178
-rw-r--r--src/bind/java/org/w3c/dom/events/MouseEvent.java219
-rw-r--r--src/bind/java/org/w3c/dom/events/MutationEvent.java160
-rw-r--r--src/bind/java/org/w3c/dom/events/MutationNameEvent.java104
-rw-r--r--src/bind/java/org/w3c/dom/events/TextEvent.java81
-rw-r--r--src/bind/java/org/w3c/dom/events/UIEvent.java82
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementExclusiveTimeContainer.java41
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementLayout.java55
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementParallelTimeContainer.java40
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementSequentialTimeContainer.java21
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementSyncBehavior.java49
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementTargetAttributes.java38
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementTest.java83
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementTime.java150
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementTimeContainer.java39
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementTimeControl.java103
-rw-r--r--src/bind/java/org/w3c/dom/smil/ElementTimeManipulation.java75
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILAnimateColorElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILAnimateElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILAnimateMotionElement.java41
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILAnimation.java124
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILDocument.java28
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILElement.java40
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILLayoutElement.java33
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILMediaElement.java157
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILRefElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILRegionElement.java47
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILRegionInterface.java26
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILRootLayoutElement.java21
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILSetElement.java27
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILSwitchElement.java30
-rw-r--r--src/bind/java/org/w3c/dom/smil/SMILTopLayoutElement.java21
-rw-r--r--src/bind/java/org/w3c/dom/smil/Time.java119
-rw-r--r--src/bind/java/org/w3c/dom/smil/TimeEvent.java53
-rw-r--r--src/bind/java/org/w3c/dom/smil/TimeList.java41
-rw-r--r--src/bind/java/org/w3c/dom/stylesheets/DocumentStyle.java34
-rw-r--r--src/bind/java/org/w3c/dom/stylesheets/LinkStyle.java31
-rw-r--r--src/bind/java/org/w3c/dom/stylesheets/MediaList.java81
-rw-r--r--src/bind/java/org/w3c/dom/stylesheets/StyleSheet.java95
-rw-r--r--src/bind/java/org/w3c/dom/stylesheets/StyleSheetList.java42
-rw-r--r--src/bind/java/org/w3c/dom/svg/GetSVGDocument.java9
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAElement.java16
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAngle.java26
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java9
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGCSSRule.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGCircleElement.java17
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGColor.java25
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java19
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java18
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java21
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGCursorElement.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGDefsElement.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGDescElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGDocument.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGElement.java17
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGElementInstance.java16
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java18
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGEvent.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGException.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java18
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java17
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java24
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java12
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java19
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java12
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java16
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java9
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFETileElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java22
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFilterElement.java21
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java18
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGGElement.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java28
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGGradientElement.java19
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGHKernElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGICCColor.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGImageElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLangSpace.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLength.java32
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLengthList.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLineElement.java18
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGLocatable.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMPathElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java29
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMaskElement.java17
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMatrix.java39
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGNumber.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGNumberList.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPaint.java26
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathElement.java39
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSeg.java29
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java29
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java29
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java26
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java26
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegList.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPatternElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPoint.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPointList.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java30
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGRect.java19
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGRectElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java12
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGSVGElement.java74
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGScriptElement.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGSetElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGStopElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGStringList.java23
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGStylable.java12
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGStyleElement.java20
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java14
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTRefElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTests.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java37
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTextElement.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java19
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java11
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTitleElement.java8
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTransform.java24
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTransformList.java25
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGTransformable.java7
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGURIReference.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java9
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGUseElement.java21
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGVKernElement.java6
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGViewElement.java10
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGViewSpec.java13
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java15
-rw-r--r--src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java13
-rw-r--r--src/bind/java/org/w3c/dom/views/AbstractView.java27
-rw-r--r--src/bind/java/org/w3c/dom/views/DocumentView.java30
493 files changed, 0 insertions, 27278 deletions
diff --git a/src/bind/java/org/inkscape/cmn/BaseInterface.java b/src/bind/java/org/inkscape/cmn/BaseInterface.java
deleted file mode 100644
index 2cc1228f5..000000000
--- a/src/bind/java/org/inkscape/cmn/BaseInterface.java
+++ /dev/null
@@ -1,85 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (C) 2007-2008 Bob Jamison
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.inkscape.cmn;
-
-/**
- * A BaseInterface is not an object of its down, but is owned
- * by a parent BaseObject. It has no mapping to a C++ object of
- * its own, but is merely the delegate that a BaseObject calls.
- * This is how we provide some semblance of multiple inheritance,
- * and keep the native method count down.
- */
-public class BaseInterface extends BaseObject
-{
-BaseObject parent;
-
-
-public void setParent(BaseObject par)
-{
- parent = par;
-}
-
-/**
- * Overloaded. getPointer() means that -any- java instance rooted on
- * either BaseObject or BaseInterface can call getPointer() to get the
- * handle to the associated C++ object pointer. The difference is that
- * BaseObject holds the actual pointer, while BaseInterface refers to
- * its owner BaseObject.
- */
-protected long getPointer()
-{
- if (parent == null)
- return 0L;
- else
- return parent.getPointer();
-}
-
-/**
- * Since this is an interface, construct()
- * means nothing. Nothing must happen
- */
-protected void construct()
-{
-}
-
-/**
- * Since this is an interface, destruct()
- * means nothing. Nothing must happen
- */
-protected void destruct()
-{
-}
-
-
-/**
- * Instances of this "interface" can only exist parasitically attached
- * to a BaseObject
- */
-public BaseInterface()
-{
- setParent(null);
-}
-
-}
diff --git a/src/bind/java/org/inkscape/cmn/BaseObject.java b/src/bind/java/org/inkscape/cmn/BaseObject.java
deleted file mode 100644
index b2c7aac8f..000000000
--- a/src/bind/java/org/inkscape/cmn/BaseObject.java
+++ /dev/null
@@ -1,81 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (C) 2007-2008 Bob Jamison
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.inkscape.cmn;
-
-/**
- * This is the base of all classes which map to a corresponding
- * C++ object. The _pointer value is storage for the C++ object's
- * pointer. Construct() and destruct() are called for when things
- * need to be setup or cleaned up on the C++ side during creation or
- * destruction of this object.
- *
- * @see BaseInterface for how we add multiple inheritance to classes
- * which are rooted on this class.
- */
-public class BaseObject
-{
-
-private long _pointer;
-
-/**
- * getPointer() means that -any- java instance rooted on
- * either BaseObject or BaseInterface can call getPointer() to get the
- * handle to the associated C++ object pointer. The difference is that
- * BaseObject holds the actual pointer, while BaseInterface refers to
- * its owner BaseObject.
- */
-protected long getPointer()
-{
- return _pointer;
-}
-
-/**
- * sets the pointer to the associated C++ object to a new value
- */
-protected void setPointer(long val)
-{
- _pointer = val;
-}
-
-protected native void construct();
-
-protected native void destruct();
-
-protected BaseInterface imbue(BaseInterface intf)
-{
- intf.setParent(this);
- return intf;
-}
-
-
-/**
- * Simple constructor
- */
-public BaseObject()
-{
- construct();
-}
-
-}
diff --git a/src/bind/java/org/inkscape/cmn/Gateway.java b/src/bind/java/org/inkscape/cmn/Gateway.java
deleted file mode 100644
index fa70d2b7d..000000000
--- a/src/bind/java/org/inkscape/cmn/Gateway.java
+++ /dev/null
@@ -1,346 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (C) 2007-2008 Bob Jamison
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.inkscape.cmn;
-
-import java.util.List;
-import java.io.FileReader;
-import java.io.PrintStream;
-import java.io.OutputStream;
-import java.io.IOException;
-import javax.swing.JOptionPane;
-
-//####for xml
-//read
-import org.w3c.dom.Document;
-import java.io.ByteArrayInputStream;
-import javax.xml.parsers.DocumentBuilder;
-import javax.xml.parsers.DocumentBuilderFactory;
-//write
-import java.io.ByteArrayOutputStream;
-import javax.xml.transform.TransformerFactory;
-import javax.xml.transform.Transformer;
-import javax.xml.transform.dom.DOMSource;
-import javax.xml.transform.stream.StreamResult;
-
-import org.inkscape.script.ScriptConsole;
-
-
-
-/**
- * Provide a gateway from C to Java, to simplify adding
- * interfaces.
- */
-public class Gateway
-{
-/**
- * Pointer back to the BinderyImpl C++ object that launched me
- */
-long backPtr;
-
-
-//########################################################################
-//# MESSSAGES
-//########################################################################
-void err(String message)
-{
- ScriptConsole console = ScriptConsole.getInstance();
- if (console != null)
- console.err("Gateway err:" + message);
- else
- log("Gateway err:" + message);
-}
-
-void msg(String message)
-{
- ScriptConsole console = ScriptConsole.getInstance();
- if (console != null)
- console.msg("Gateway err:" + message);
- else
- log("Gateway:" + message);
-}
-
-void trace(String message)
-{
- ScriptConsole console = ScriptConsole.getInstance();
- if (console != null)
- console.trace("Gateway:" + message);
- else
- log("Gateway:" + message);
-}
-
-
-//########################################################################
-//# U T I L I T Y
-//########################################################################
-
-/**
- * Parse a String to an XML Document
- */
-public Document stringToDoc(String xmlStr)
-{
- if (xmlStr == null || xmlStr.length()==0)
- return null;
- Document doc = null;
- try
- {
- DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
- DocumentBuilder parser = factory.newDocumentBuilder();
- doc = parser.parse(new ByteArrayInputStream(xmlStr.getBytes()));
- }
- catch (java.io.IOException e)
- {
- err("stringToDoc:" + e);
- return null;
- }
- catch (javax.xml.parsers.ParserConfigurationException e)
- {
- err("stringToDoc:" + e);
- return null;
- }
- catch (org.xml.sax.SAXException e)
- {
- err("stringToDoc:" + e);
- return null;
- }
- return doc;
-}
-
-
-
-/**
- * Serialize an XML Document to a string
- */
-public String docToString(Document doc)
-{
- if (doc == null)
- return "";
- String buf = "";
- try
- {
- ByteArrayOutputStream baos = new ByteArrayOutputStream();
- TransformerFactory factory = TransformerFactory.newInstance();
- Transformer tf = factory.newTransformer();
- tf.transform(new DOMSource(doc), new StreamResult(baos));
- baos.close();
- buf = baos.toString();
- }
- catch (java.io.IOException e)
- {
- err("docToString:" + e);
- return null;
- }
- catch (javax.xml.transform.TransformerConfigurationException e)
- {
- err("docToString:" + e);
- return null;
- }
- catch (javax.xml.transform.TransformerException e)
- {
- err("docToString:" + e);
- return null;
- }
- return buf;
-}
-
-
-//########################################################################
-//# R E P R (inkscape's xml tree)
-//########################################################################
-
-private native String documentGet(long backPtr);
-
-public String documentGet()
-{
- return documentGet(backPtr);
-}
-
-
-public Document documentGetXml()
-{
- String xmlStr = documentGet();
- return stringToDoc(xmlStr);
-}
-
-private native boolean documentSet(long backPtr, String xmlStr);
-
-public boolean documentSet(String xmlStr)
-{
- return documentSet(backPtr, xmlStr);
-}
-
-public boolean documentSetXml(Document doc)
-{
- String xmlStr = docToString(doc);
- return documentSet(xmlStr);
-}
-
-
-//########################################################################
-//# LOGGING STREAM
-//########################################################################
-
-public native void logWrite(long backptr, int ch);
-
-class LogStream extends OutputStream
-{
-
-public void write(int ch)
-{
- logWrite(backPtr, ch);
-}
-
-}
-
-PrintStream log = null;
-
-/**
- * printf-style logging
- */
-void log(String fmt, Object... args)
-{
- log.printf("Gateway:" + fmt, args);
-}
-
-
-//########################################################################
-//# RUN
-//########################################################################
-
-
-/**
- * Run a script buffer
- *
- * @param backPtr pointer back to the C context that called this
- * @param lang the scripting language to run
- * @param str the script buffer to execute
- * @return true if successful, else false
- */
-public boolean scriptRun(String lang, String str)
-{
- //wrap whole thing in try/catch, since this will
- //likely be called from C
- try
- {
- ScriptConsole console = ScriptConsole.getInstance();
- if (console == null)
- {
- err("ScriptConsole not initialized");
- return false;
- }
- return console.doRun(lang, str);
- }
- catch (Exception e)
- {
- err("run :" + e);
- e.printStackTrace();
- return false;
- }
-}
-
-
-/**
- * Run a script file
- *
- * @param backPtr pointer back to the C context that called this
- * @param lang the scripting language to run
- * @param fname the script file to execute
- * @return true if successful, else false
- */
-public boolean scriptRunFile(String lang, String fname)
-{
- //wrap whole thing in try/catch, since this will
- //likely be called from C
- try
- {
- {
- ScriptConsole console = ScriptConsole.getInstance();
- if (console == null)
- {
- err("ScriptConsole not initialized");
- return false;
- }
- return console.doRun(lang, fname);
- }
- }
- catch (Exception e)
- {
- err("scriptRunFile :" + e);
- return false;
- }
-}
-
-
-
-
-
-//########################################################################
-//# C O N S O L E
-//########################################################################
-
-
-public boolean showConsole()
-{
- ScriptConsole.getInstance().setVisible(true);
- return true;
-}
-
-
-//########################################################################
-//# CONSTRUCTOR
-//########################################################################
-
-
-
-
-/**
- * Constructor
- * @param backPtr pointer back to the C context that called this
- */
-public Gateway(long backPtr)
-{
- /**
- * Set up the logging stream
- */
- log = new PrintStream(new LogStream());
-
- //Point back to C++ object
- this.backPtr = backPtr;
-
- _instance = this;
-}
-
-private static Gateway _instance = null;
-
-public static Gateway getInstance()
-{
- return _instance;
-}
-
-}
-//########################################################################
-//# E N D O F F I L E
-//########################################################################
-
-
diff --git a/src/bind/java/org/inkscape/cmn/Resource.java b/src/bind/java/org/inkscape/cmn/Resource.java
deleted file mode 100644
index 3ad139d8a..000000000
--- a/src/bind/java/org/inkscape/cmn/Resource.java
+++ /dev/null
@@ -1,66 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (C) 2007-2008 Bob Jamison
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.inkscape.cmn;
-
-import java.awt.Image;
-import javax.swing.ImageIcon;
-import java.net.URL;
-
-
-
-/**
- * This class will hold various functions for getting a
- * resource from the classpath or jarfile
- */
-public class Resource
-{
-
-
-public static ImageIcon getIcon(String name)
-{
-
- String path = "/data/icons/" + name;
- URL imgurl = Resource.class.getResource(path);
- if (imgurl == null)
- {
- System.err.println("Icon '" + path + "' not found");
- return null;
- }
- ImageIcon icon = new ImageIcon(imgurl);
- return icon;
-}
-
-public static Image getImage(String name)
-{
-
- ImageIcon icon = getIcon(name);
- if (icon == null)
- return null;
- return icon.getImage();
-}
-
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/AttrImpl.java b/src/bind/java/org/inkscape/dom/AttrImpl.java
deleted file mode 100644
index ead12c6c5..000000000
--- a/src/bind/java/org/inkscape/dom/AttrImpl.java
+++ /dev/null
@@ -1,58 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.Element;
-import org.w3c.dom.TypeInfo;
-
-
-public class AttrImpl
- extends NodeImpl
- implements org.w3c.dom.Attr
-{
-
-public native String getName();
-
-public native boolean getSpecified();
-
-public native String getValue();
-
-public native void setValue(String value)
- throws DOMException;
-
-public native Element getOwnerElement();
-
-public native TypeInfo getSchemaTypeInfo();
-
-public native boolean isId();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/CDATASectionImpl.java b/src/bind/java/org/inkscape/dom/CDATASectionImpl.java
deleted file mode 100644
index 3ac77da54..000000000
--- a/src/bind/java/org/inkscape/dom/CDATASectionImpl.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-
-package org.inkscape.dom;
-
-
-public class CDATASectionImpl
- extends TextImpl
- implements org.w3c.dom.CDATASection
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/CharacterDataImpl.java b/src/bind/java/org/inkscape/dom/CharacterDataImpl.java
deleted file mode 100644
index 1c540a41c..000000000
--- a/src/bind/java/org/inkscape/dom/CharacterDataImpl.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMException;
-
-
-
-
-public class CharacterDataImpl
- extends NodeImpl
- implements org.w3c.dom.CharacterData
-{
-
-public native String getData()
- throws DOMException;
-public native void setData(String data)
- throws DOMException;
-
-public native int getLength();
-
-public native String substringData(int offset,
- int count)
- throws DOMException;
-
-public native void appendData(String arg)
- throws DOMException;
-
-public native void insertData(int offset,
- String arg)
- throws DOMException;
-
-public native void deleteData(int offset,
- int count)
- throws DOMException;
-
-public native void replaceData(int offset,
- int count,
- String arg)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/CommentImpl.java b/src/bind/java/org/inkscape/dom/CommentImpl.java
deleted file mode 100644
index 5abe4d14b..000000000
--- a/src/bind/java/org/inkscape/dom/CommentImpl.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-
-package org.inkscape.dom;
-
-
-public class CommentImpl
- extends CharacterDataImpl
- implements org.w3c.dom.Comment
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/DOMBase.java b/src/bind/java/org/inkscape/dom/DOMBase.java
deleted file mode 100644
index 4ab1409f0..000000000
--- a/src/bind/java/org/inkscape/dom/DOMBase.java
+++ /dev/null
@@ -1,72 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (C) 2007 Bob Jamison
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.inkscape.dom;
-
-
-
-/**
- * This is the base Java class upon which
- * all of the DOM classes are rooted
- */
-public class DOMBase
- extends org.inkscape.cmn.BaseObject
-{
-
-/**
- * @see dobinding.cpp: DOMBase_construct().
- *
- * Overloaded from BaseObject so that we can do 'special' construction
- */
-protected native void construct();
-
-/**
- * @see dobinding.cpp: DOMBase_destruct()
- *
- * Overloaded from BaseObject so that we can do 'special' destruction
- */
-protected native void destruct();
-
-
-
-/**
- * Overload Object.finalize() so that we
- * can perform proper cleanup.
- */
-protected void finalize()
-{
- destruct();
-}
-
-
-public DOMBase()
-{
- construct();
-}
-
-}
-//########################################################################
-//# E N D O F F I L E
-//########################################################################
-
diff --git a/src/bind/java/org/inkscape/dom/DOMConfigurationImpl.java b/src/bind/java/org/inkscape/dom/DOMConfigurationImpl.java
deleted file mode 100644
index 23ed58628..000000000
--- a/src/bind/java/org/inkscape/dom/DOMConfigurationImpl.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.DOMStringList;
-
-
-
-
-public class DOMConfigurationImpl
- implements org.w3c.dom.DOMConfiguration
-{
-
-public native void setParameter(String name,
- Object value)
- throws DOMException;
-
-public native Object getParameter(String name)
- throws DOMException;
-
-public native boolean canSetParameter(String name,
- Object value);
-
-public native DOMStringList getParameterNames();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/DOMErrorHandlerImpl.java b/src/bind/java/org/inkscape/dom/DOMErrorHandlerImpl.java
deleted file mode 100644
index 5cdbe2ee9..000000000
--- a/src/bind/java/org/inkscape/dom/DOMErrorHandlerImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-public class DOMErrorHandlerImpl
- implements org.w3c.dom.DOMErrorHandler
-{
-
-public native boolean handleError(org.w3c.dom.DOMError error);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/DOMErrorImpl.java b/src/bind/java/org/inkscape/dom/DOMErrorImpl.java
deleted file mode 100644
index 80cb09b9b..000000000
--- a/src/bind/java/org/inkscape/dom/DOMErrorImpl.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-public class DOMErrorImpl
- implements org.w3c.dom.DOMError
-{
-
-public native short getSeverity();
-
-public native String getMessage();
-
-public native String getType();
-
-public native Object getRelatedException();
-
-public native Object getRelatedData();
-
-public native org.w3c.dom.DOMLocator getLocation();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/DOMImplementationImpl.java b/src/bind/java/org/inkscape/dom/DOMImplementationImpl.java
deleted file mode 100644
index 1c4188ed7..000000000
--- a/src/bind/java/org/inkscape/dom/DOMImplementationImpl.java
+++ /dev/null
@@ -1,60 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.Document;
-import org.w3c.dom.DocumentType;
-
-
-
-public class DOMImplementationImpl
- implements org.w3c.dom.DOMImplementation
-{
-
-public native boolean hasFeature(String feature,
- String version);
-
-
-public native DocumentType createDocumentType(String qualifiedName,
- String publicId,
- String systemId)
- throws DOMException;
-
-
-public native Document createDocument(String namespaceURI,
- String qualifiedName,
- DocumentType doctype)
- throws DOMException;
-
-
-public native Object getFeature(String feature,
- String version);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/DOMImplementationListImpl.java b/src/bind/java/org/inkscape/dom/DOMImplementationListImpl.java
deleted file mode 100644
index 35bee53d2..000000000
--- a/src/bind/java/org/inkscape/dom/DOMImplementationListImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMImplementation;
-
-
-public class DOMImplementationListImpl
- implements org.w3c.dom.DOMImplementationList
-{
-
-public native DOMImplementation item(int index);
-
-
-public native int getLength();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/DOMImplementationSourceImpl.java b/src/bind/java/org/inkscape/dom/DOMImplementationSourceImpl.java
deleted file mode 100644
index a2a2a8f26..000000000
--- a/src/bind/java/org/inkscape/dom/DOMImplementationSourceImpl.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMImplementation;
-import org.w3c.dom.DOMImplementationList;
-
-public class DOMImplementationSourceImpl
- implements org.w3c.dom.DOMImplementationSource
-{
-public native DOMImplementation getDOMImplementation(String features);
-
-public native DOMImplementationList getDOMImplementationList(String features);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/DOMLocatorImpl.java b/src/bind/java/org/inkscape/dom/DOMLocatorImpl.java
deleted file mode 100644
index c5abe4ca1..000000000
--- a/src/bind/java/org/inkscape/dom/DOMLocatorImpl.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-public class DOMLocatorImpl
- implements org.w3c.dom.DOMLocator
-{
-
-public native int getLineNumber();
-
-public native int getColumnNumber();
-
-public native int getByteOffset();
-
-public native int getUtf16Offset();
-
-public native org.w3c.dom.Node getRelatedNode();
-
-public native String getUri();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/DOMStringListImpl.java b/src/bind/java/org/inkscape/dom/DOMStringListImpl.java
deleted file mode 100644
index 91c31c574..000000000
--- a/src/bind/java/org/inkscape/dom/DOMStringListImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-
-public class DOMStringListImpl
- implements org.w3c.dom.DOMStringList
-{
-
-public native String item(int index);
-
-public native int getLength();
-
-public native boolean contains(String str);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/DocumentFragmentImpl.java b/src/bind/java/org/inkscape/dom/DocumentFragmentImpl.java
deleted file mode 100644
index 4148f598e..000000000
--- a/src/bind/java/org/inkscape/dom/DocumentFragmentImpl.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-public class DocumentFragmentImpl
- extends NodeImpl
- implements org.w3c.dom.DocumentFragment
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/DocumentImpl.java b/src/bind/java/org/inkscape/dom/DocumentImpl.java
deleted file mode 100644
index e381ce573..000000000
--- a/src/bind/java/org/inkscape/dom/DocumentImpl.java
+++ /dev/null
@@ -1,138 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMException;
-
-
-import org.w3c.dom.Attr;
-import org.w3c.dom.CDATASection;
-import org.w3c.dom.Comment;
-import org.w3c.dom.DocumentFragment;
-import org.w3c.dom.DocumentType;
-import org.w3c.dom.DOMConfiguration;
-import org.w3c.dom.DOMImplementation;
-import org.w3c.dom.DOMStringList;
-import org.w3c.dom.Element;
-import org.w3c.dom.EntityReference;
-import org.w3c.dom.Node;
-import org.w3c.dom.NodeList;
-import org.w3c.dom.ProcessingInstruction;
-import org.w3c.dom.Text;
-
-
-
-public class DocumentImpl
- extends NodeImpl
- implements org.w3c.dom.Document
-{
-
-public native DocumentType getDoctype();
-
-public native DOMImplementation getImplementation();
-
-public native Element getDocumentElement();
-
-public native Element createElement(String tagName)
- throws DOMException;
-
-public native DocumentFragment createDocumentFragment();
-
-public native Text createTextNode(String data);
-
-public native Comment createComment(String data);
-
-public native CDATASection createCDATASection(String data)
- throws DOMException;
-
-public native ProcessingInstruction createProcessingInstruction(String target,
- String data)
- throws DOMException;
-
-public native Attr createAttribute(String name)
- throws DOMException;
-
-public native EntityReference createEntityReference(String name)
- throws DOMException;
-
-public native NodeList getElementsByTagName(String tagname);
-
-public native Node importNode(Node importedNode,
- boolean deep)
- throws DOMException;
-
-public native Element createElementNS(String namespaceURI,
- String qualifiedName)
- throws DOMException;
-
-public native Attr createAttributeNS(String namespaceURI,
- String qualifiedName)
- throws DOMException;
-
-public native NodeList getElementsByTagNameNS(String namespaceURI,
- String localName);
-
-public native Element getElementById(String elementId);
-
-public native String getInputEncoding();
-
-public native String getXmlEncoding();
-
-public native boolean getXmlStandalone();
-
-public native void setXmlStandalone(boolean xmlStandalone)
- throws DOMException;
-
-public native String getXmlVersion();
-
-public native void setXmlVersion(String xmlVersion)
- throws DOMException;
-
-public native boolean getStrictErrorChecking();
-
-public native void setStrictErrorChecking(boolean strictErrorChecking);
-
-public native String getDocumentURI();
-
-public native void setDocumentURI(String documentURI);
-
-public native Node adoptNode(Node source)
- throws DOMException;
-
-public native DOMConfiguration getDomConfig();
-
-public native void normalizeDocument();
-
-public native Node renameNode(Node n,
- String namespaceURI,
- String qualifiedName)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/DocumentTypeImpl.java b/src/bind/java/org/inkscape/dom/DocumentTypeImpl.java
deleted file mode 100644
index d3aa13552..000000000
--- a/src/bind/java/org/inkscape/dom/DocumentTypeImpl.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.NamedNodeMap;
-
-
-
-public class DocumentTypeImpl
- extends NodeImpl
- implements org.w3c.dom.DocumentType
-{
-
-public native String getName();
-
-public native NamedNodeMap getEntities();
-
-public native NamedNodeMap getNotations();
-
-public native String getPublicId();
-
-public native String getSystemId();
-
-public native String getInternalSubset();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/ElementImpl.java b/src/bind/java/org/inkscape/dom/ElementImpl.java
deleted file mode 100644
index 9040c6ba4..000000000
--- a/src/bind/java/org/inkscape/dom/ElementImpl.java
+++ /dev/null
@@ -1,111 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.Attr;
-import org.w3c.dom.NodeList;
-import org.w3c.dom.TypeInfo;
-
-
-
-
-public class ElementImpl
- extends NodeImpl
- implements org.w3c.dom.Element
-
-{
-
-public native String getTagName();
-
-public native String getAttribute(String name);
-
-public native void setAttribute(String name,
- String value)
- throws DOMException;
-
-public native void removeAttribute(String name)
- throws DOMException;
-
-public native Attr getAttributeNode(String name);
-
-public native Attr setAttributeNode(Attr newAttr)
- throws DOMException;
-
-public native Attr removeAttributeNode(Attr oldAttr)
- throws DOMException;
-
-public native NodeList getElementsByTagName(String name);
-
-public native String getAttributeNS(String namespaceURI,
- String localName)
- throws DOMException;
-
-public native void setAttributeNS(String namespaceURI,
- String qualifiedName,
- String value)
- throws DOMException;
-
-public native void removeAttributeNS(String namespaceURI,
- String localName)
- throws DOMException;
-
-public native Attr getAttributeNodeNS(String namespaceURI,
- String localName)
- throws DOMException;
-
-public native Attr setAttributeNodeNS(Attr newAttr)
- throws DOMException;
-
-public native NodeList getElementsByTagNameNS(String namespaceURI,
- String localName)
- throws DOMException;
-
-public native boolean hasAttribute(String name);
-
-public native boolean hasAttributeNS(String namespaceURI,
- String localName)
- throws DOMException;
-
-public native TypeInfo getSchemaTypeInfo();
-
-public native void setIdAttribute(String name,
- boolean isId)
- throws DOMException;
-
-public native void setIdAttributeNS(String namespaceURI,
- String localName,
- boolean isId)
- throws DOMException;
-
-public native void setIdAttributeNode(Attr idAttr,
- boolean isId)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/EntityImpl.java b/src/bind/java/org/inkscape/dom/EntityImpl.java
deleted file mode 100644
index 9b86060a6..000000000
--- a/src/bind/java/org/inkscape/dom/EntityImpl.java
+++ /dev/null
@@ -1,49 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-
-public class EntityImpl
- extends NodeImpl
- implements org.w3c.dom.Entity
-{
-public native String getPublicId();
-
-public native String getSystemId();
-
-public native String getNotationName();
-
-public native String getInputEncoding();
-
-public native String getXmlEncoding();
-
-public native String getXmlVersion();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/EntityReferenceImpl.java b/src/bind/java/org/inkscape/dom/EntityReferenceImpl.java
deleted file mode 100644
index 32bbe6d58..000000000
--- a/src/bind/java/org/inkscape/dom/EntityReferenceImpl.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-
-public class EntityReferenceImpl
- extends NodeImpl
- implements org.w3c.dom.EntityReference
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/NameListImpl.java b/src/bind/java/org/inkscape/dom/NameListImpl.java
deleted file mode 100644
index e6d1f10fe..000000000
--- a/src/bind/java/org/inkscape/dom/NameListImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-public class NameListImpl
- implements org.w3c.dom.NameList
-{
-public native String getName(int index);
-
-public native String getNamespaceURI(int index);
-
-public native int getLength();
-
-public native boolean contains(String str);
-
-public native boolean containsNS(String namespaceURI,
- String name);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/NamedNodeMapImpl.java b/src/bind/java/org/inkscape/dom/NamedNodeMapImpl.java
deleted file mode 100644
index 2ee9a7c1e..000000000
--- a/src/bind/java/org/inkscape/dom/NamedNodeMapImpl.java
+++ /dev/null
@@ -1,65 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.Node;
-
-
-
-
-public class NamedNodeMapImpl
- implements org.w3c.dom.NamedNodeMap
-{
-
-public native Node getNamedItem(String name);
-
-
-public native Node setNamedItem(Node arg)
- throws DOMException;
-
-public native Node removeNamedItem(String name)
- throws DOMException;
-
-public native Node item(int index);
-
-public native int getLength();
-
-public native Node getNamedItemNS(String namespaceURI,
- String localName)
- throws DOMException;
-
-public native Node setNamedItemNS(Node arg)
- throws DOMException;
-
-public native Node removeNamedItemNS(String namespaceURI,
- String localName)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/NodeImpl.java b/src/bind/java/org/inkscape/dom/NodeImpl.java
deleted file mode 100644
index e6071df42..000000000
--- a/src/bind/java/org/inkscape/dom/NodeImpl.java
+++ /dev/null
@@ -1,139 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.Document;
-import org.w3c.dom.NamedNodeMap;
-import org.w3c.dom.Node;
-import org.w3c.dom.NodeList;
-import org.w3c.dom.UserDataHandler;
-
-
-
-
-public class NodeImpl
- extends DOMBase
- implements org.w3c.dom.Node
-{
-
-public native String getNodeName();
-
-public native String getNodeValue()
- throws DOMException;
-public native void setNodeValue(String nodeValue)
- throws DOMException;
-
-public native short getNodeType();
-
-public native Node getParentNode();
-
-public native NodeList getChildNodes();
-
-public native Node getFirstChild();
-
-public native Node getLastChild();
-
-public native Node getPreviousSibling();
-
-public native Node getNextSibling();
-
-public native NamedNodeMap getAttributes();
-
-public native Document getOwnerDocument();
-
-public native Node insertBefore(Node newChild,
- Node refChild)
- throws DOMException;
-
-public native Node replaceChild(Node newChild,
- Node oldChild)
- throws DOMException;
-
-public native Node removeChild(Node oldChild)
- throws DOMException;
-
-public native Node appendChild(Node newChild)
- throws DOMException;
-
-public native boolean hasChildNodes();
-
-public native Node cloneNode(boolean deep);
-
-public native void normalize();
-
-public native boolean isSupported(String feature,
- String version);
-
-public native String getNamespaceURI();
-
-public native String getPrefix();
-
-public native void setPrefix(String prefix)
- throws DOMException;
-
-public native String getLocalName();
-
-public native boolean hasAttributes();
-
-public native String getBaseURI();
-
-
-public native short compareDocumentPosition(Node other)
- throws DOMException;
-
-
-public native String getTextContent()
- throws DOMException;
-
-public native void setTextContent(String textContent)
- throws DOMException;
-
-
-public native boolean isSameNode(Node other);
-
-public native String lookupPrefix(String namespaceURI);
-
-public native boolean isDefaultNamespace(String namespaceURI);
-
-public native String lookupNamespaceURI(String prefix);
-
-public native boolean isEqualNode(Node arg);
-
-public native Object getFeature(String feature,
- String version);
-
-public native Object setUserData(String key,
- Object data,
- UserDataHandler handler);
-
-public native Object getUserData(String key);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/NodeListImpl.java b/src/bind/java/org/inkscape/dom/NodeListImpl.java
deleted file mode 100644
index 14568cc81..000000000
--- a/src/bind/java/org/inkscape/dom/NodeListImpl.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-public class NodeListImpl
- implements org.w3c.dom.NodeList
-{
-
-public native org.w3c.dom.Node item(int index);
-
-
-public native int getLength();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/NotationImpl.java b/src/bind/java/org/inkscape/dom/NotationImpl.java
deleted file mode 100644
index 326e24f88..000000000
--- a/src/bind/java/org/inkscape/dom/NotationImpl.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-public class NotationImpl
- extends NodeImpl
- implements org.w3c.dom.Notation
-{
-
-public native String getPublicId();
-
-public native String getSystemId();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/ProcessingInstructionImpl.java b/src/bind/java/org/inkscape/dom/ProcessingInstructionImpl.java
deleted file mode 100644
index db63fd8c0..000000000
--- a/src/bind/java/org/inkscape/dom/ProcessingInstructionImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMException;
-
-
-
-public class ProcessingInstructionImpl
- extends NodeImpl
- implements org.w3c.dom.ProcessingInstruction
-{
-
-public native String getTarget();
-
-public native String getData();
-
-public native void setData(String data) throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/TextImpl.java b/src/bind/java/org/inkscape/dom/TextImpl.java
deleted file mode 100644
index 0c0bb79b8..000000000
--- a/src/bind/java/org/inkscape/dom/TextImpl.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.Text;
-
-
-
-public class TextImpl
- extends CharacterDataImpl
- implements org.w3c.dom.Text
-{
-
-public native Text splitText(int offset)
- throws DOMException;
-
-public native boolean isElementContentWhitespace();
-
-public native String getWholeText();
-
-public native Text replaceWholeText(String content)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/TypeInfoImpl.java b/src/bind/java/org/inkscape/dom/TypeInfoImpl.java
deleted file mode 100644
index d19f5f6db..000000000
--- a/src/bind/java/org/inkscape/dom/TypeInfoImpl.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-
-public class TypeInfoImpl
- implements org.w3c.dom.TypeInfo
-{
-
-public native String getTypeName();
-
-public native String getTypeNamespace();
-
-public native boolean isDerivedFrom(String typeNamespaceArg,
- String typeNameArg,
- int derivationMethod);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/UserDataHandlerImpl.java b/src/bind/java/org/inkscape/dom/UserDataHandlerImpl.java
deleted file mode 100644
index 98ebeae38..000000000
--- a/src/bind/java/org/inkscape/dom/UserDataHandlerImpl.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
- */
-
-package org.inkscape.dom;
-
-import org.w3c.dom.Node;
-
-
-
-public class UserDataHandlerImpl
- implements org.w3c.dom.UserDataHandler
-{
-
-public native void handle(short operation,
- String key,
- Object data,
- Node src,
- Node dst);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSS2PropertiesImpl.java b/src/bind/java/org/inkscape/dom/css/CSS2PropertiesImpl.java
deleted file mode 100644
index 2b1404da5..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSS2PropertiesImpl.java
+++ /dev/null
@@ -1,527 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMException;
-
-
-public class CSS2PropertiesImpl
- implements org.w3c.dom.css.CSS2Properties
-{
-
-public native String getAzimuth();
-public native void setAzimuth(String azimuth)
- throws DOMException;
-
-public native String getBackground();
-public native void setBackground(String background)
- throws DOMException;
-
-public native String getBackgroundAttachment();
-public native void setBackgroundAttachment(String backgroundAttachment)
- throws DOMException;
-
-public native String getBackgroundColor();
-public native void setBackgroundColor(String backgroundColor)
- throws DOMException;
-
-public native String getBackgroundImage();
-public native void setBackgroundImage(String backgroundImage)
- throws DOMException;
-
-public native String getBackgroundPosition();
-public native void setBackgroundPosition(String backgroundPosition)
- throws DOMException;
-
-public native String getBackgroundRepeat();
-public native void setBackgroundRepeat(String backgroundRepeat)
- throws DOMException;
-
-public native String getBorder();
-public native void setBorder(String border)
- throws DOMException;
-
-public native String getBorderCollapse();
-public native void setBorderCollapse(String borderCollapse)
- throws DOMException;
-
-public native String getBorderColor();
-public native void setBorderColor(String borderColor)
- throws DOMException;
-
-public native String getBorderSpacing();
-public native void setBorderSpacing(String borderSpacing)
- throws DOMException;
-
-public native String getBorderStyle();
-public native void setBorderStyle(String borderStyle)
- throws DOMException;
-
-public native String getBorderTop();
-public native void setBorderTop(String borderTop)
- throws DOMException;
-
-public native String getBorderRight();
-public native void setBorderRight(String borderRight)
- throws DOMException;
-
-public native String getBorderBottom();
-public native void setBorderBottom(String borderBottom)
- throws DOMException;
-
-public native String getBorderLeft();
-public native void setBorderLeft(String borderLeft)
- throws DOMException;
-
-public native String getBorderTopColor();
-public native void setBorderTopColor(String borderTopColor)
- throws DOMException;
-
-public native String getBorderRightColor();
-public native void setBorderRightColor(String borderRightColor)
- throws DOMException;
-
-public native String getBorderBottomColor();
-public native void setBorderBottomColor(String borderBottomColor)
- throws DOMException;
-
-public native String getBorderLeftColor();
-public native void setBorderLeftColor(String borderLeftColor)
- throws DOMException;
-
-public native String getBorderTopStyle();
-public native void setBorderTopStyle(String borderTopStyle)
- throws DOMException;
-
-public native String getBorderRightStyle();
-public native void setBorderRightStyle(String borderRightStyle)
- throws DOMException;
-
-public native String getBorderBottomStyle();
-public native void setBorderBottomStyle(String borderBottomStyle)
- throws DOMException;
-
-public native String getBorderLeftStyle();
-public native void setBorderLeftStyle(String borderLeftStyle)
- throws DOMException;
-
-public native String getBorderTopWidth();
-public native void setBorderTopWidth(String borderTopWidth)
- throws DOMException;
-
-public native String getBorderRightWidth();
-public native void setBorderRightWidth(String borderRightWidth)
- throws DOMException;
-
-public native String getBorderBottomWidth();
-public native void setBorderBottomWidth(String borderBottomWidth)
- throws DOMException;
-
-public native String getBorderLeftWidth();
-public native void setBorderLeftWidth(String borderLeftWidth)
- throws DOMException;
-
-public native String getBorderWidth();
-public native void setBorderWidth(String borderWidth)
- throws DOMException;
-
-public native String getBottom();
-public native void setBottom(String bottom)
- throws DOMException;
-
-public native String getCaptionSide();
-public native void setCaptionSide(String captionSide)
- throws DOMException;
-
-public native String getClear();
-public native void setClear(String clear)
- throws DOMException;
-
-public native String getClip();
-public native void setClip(String clip)
- throws DOMException;
-
-public native String getColor();
-public native void setColor(String color)
- throws DOMException;
-
-public native String getContent();
-public native void setContent(String content)
- throws DOMException;
-
-public native String getCounterIncrement();
-public native void setCounterIncrement(String counterIncrement)
- throws DOMException;
-
-public native String getCounterReset();
-public native void setCounterReset(String counterReset)
- throws DOMException;
-
-public native String getCue();
-public native void setCue(String cue)
- throws DOMException;
-
-public native String getCueAfter();
-public native void setCueAfter(String cueAfter)
- throws DOMException;
-
-public native String getCueBefore();
-public native void setCueBefore(String cueBefore)
- throws DOMException;
-
-public native String getCursor();
-public native void setCursor(String cursor)
- throws DOMException;
-
-public native String getDirection();
-public native void setDirection(String direction)
- throws DOMException;
-
-public native String getDisplay();
-public native void setDisplay(String display)
- throws DOMException;
-
-public native String getElevation();
-public native void setElevation(String elevation)
- throws DOMException;
-
-public native String getEmptyCells();
-public native void setEmptyCells(String emptyCells)
- throws DOMException;
-
-public native String getCssFloat();
-public native void setCssFloat(String cssFloat)
- throws DOMException;
-
-public native String getFont();
-public native void setFont(String font)
- throws DOMException;
-
-public native String getFontFamily();
-public native void setFontFamily(String fontFamily)
- throws DOMException;
-
-public native String getFontSize();
-public native void setFontSize(String fontSize)
- throws DOMException;
-
-public native String getFontSizeAdjust();
-public native void setFontSizeAdjust(String fontSizeAdjust)
- throws DOMException;
-
-public native String getFontStretch();
-public native void setFontStretch(String fontStretch)
- throws DOMException;
-
-public native String getFontStyle();
-public native void setFontStyle(String fontStyle)
- throws DOMException;
-
-public native String getFontVariant();
-public native void setFontVariant(String fontVariant)
- throws DOMException;
-
-public native String getFontWeight();
-public native void setFontWeight(String fontWeight)
- throws DOMException;
-
-public native String getHeight();
-public native void setHeight(String height)
- throws DOMException;
-
-public native String getLeft();
-public native void setLeft(String left)
- throws DOMException;
-
-public native String getLetterSpacing();
-public native void setLetterSpacing(String letterSpacing)
- throws DOMException;
-
-public native String getLineHeight();
-public native void setLineHeight(String lineHeight)
- throws DOMException;
-
-public native String getListStyle();
-public native void setListStyle(String listStyle)
- throws DOMException;
-
-public native String getListStyleImage();
-public native void setListStyleImage(String listStyleImage)
- throws DOMException;
-
-public native String getListStylePosition();
-public native void setListStylePosition(String listStylePosition)
- throws DOMException;
-
-public native String getListStyleType();
-public native void setListStyleType(String listStyleType)
- throws DOMException;
-
-public native String getMargin();
-public native void setMargin(String margin)
- throws DOMException;
-
-public native String getMarginTop();
-public native void setMarginTop(String marginTop)
- throws DOMException;
-
-public native String getMarginRight();
-public native void setMarginRight(String marginRight)
- throws DOMException;
-
-public native String getMarginBottom();
-public native void setMarginBottom(String marginBottom)
- throws DOMException;
-
-public native String getMarginLeft();
-public native void setMarginLeft(String marginLeft)
- throws DOMException;
-
-public native String getMarkerOffset();
-public native void setMarkerOffset(String markerOffset)
- throws DOMException;
-
-public native String getMarks();
-public native void setMarks(String marks)
- throws DOMException;
-
-public native String getMaxHeight();
-public native void setMaxHeight(String maxHeight)
- throws DOMException;
-
-public native String getMaxWidth();
-public native void setMaxWidth(String maxWidth)
- throws DOMException;
-
-public native String getMinHeight();
-public native void setMinHeight(String minHeight)
- throws DOMException;
-
-public native String getMinWidth();
-public native void setMinWidth(String minWidth)
- throws DOMException;
-
-public native String getOrphans();
-public native void setOrphans(String orphans)
- throws DOMException;
-
-public native String getOutline();
-public native void setOutline(String outline)
- throws DOMException;
-
-public native String getOutlineColor();
-public native void setOutlineColor(String outlineColor)
- throws DOMException;
-
-public native String getOutlineStyle();
-public native void setOutlineStyle(String outlineStyle)
- throws DOMException;
-
-public native String getOutlineWidth();
-public native void setOutlineWidth(String outlineWidth)
- throws DOMException;
-
-public native String getOverflow();
-public native void setOverflow(String overflow)
- throws DOMException;
-
-public native String getPadding();
-public native void setPadding(String padding)
- throws DOMException;
-
-public native String getPaddingTop();
-public native void setPaddingTop(String paddingTop)
- throws DOMException;
-
-public native String getPaddingRight();
-public native void setPaddingRight(String paddingRight)
- throws DOMException;
-
-public native String getPaddingBottom();
-public native void setPaddingBottom(String paddingBottom)
- throws DOMException;
-
-public native String getPaddingLeft();
-public native void setPaddingLeft(String paddingLeft)
- throws DOMException;
-
-public native String getPage();
-public native void setPage(String page)
- throws DOMException;
-
-public native String getPageBreakAfter();
-public native void setPageBreakAfter(String pageBreakAfter)
- throws DOMException;
-
-public native String getPageBreakBefore();
-public native void setPageBreakBefore(String pageBreakBefore)
- throws DOMException;
-
-public native String getPageBreakInside();
-public native void setPageBreakInside(String pageBreakInside)
- throws DOMException;
-
-public native String getPause();
-public native void setPause(String pause)
- throws DOMException;
-
-public native String getPauseAfter();
-public native void setPauseAfter(String pauseAfter)
- throws DOMException;
-
-public native String getPauseBefore();
-public native void setPauseBefore(String pauseBefore)
- throws DOMException;
-
-public native String getPitch();
-public native void setPitch(String pitch)
- throws DOMException;
-
-public native String getPitchRange();
-public native void setPitchRange(String pitchRange)
- throws DOMException;
-
-public native String getPlayDuring();
-public native void setPlayDuring(String playDuring)
- throws DOMException;
-
-public native String getPosition();
-public native void setPosition(String position)
- throws DOMException;
-
-public native String getQuotes();
-public native void setQuotes(String quotes)
- throws DOMException;
-
-public native String getRichness();
-public native void setRichness(String richness)
- throws DOMException;
-
-public native String getRight();
-public native void setRight(String right)
- throws DOMException;
-
-public native String getSize();
-public native void setSize(String size)
- throws DOMException;
-
-public native String getSpeak();
-public native void setSpeak(String speak)
- throws DOMException;
-
-public native String getSpeakHeader();
-public native void setSpeakHeader(String speakHeader)
- throws DOMException;
-
-public native String getSpeakNumeral();
-public native void setSpeakNumeral(String speakNumeral)
- throws DOMException;
-
-public native String getSpeakPunctuation();
-public native void setSpeakPunctuation(String speakPunctuation)
- throws DOMException;
-
-public native String getSpeechRate();
-public native void setSpeechRate(String speechRate)
- throws DOMException;
-
-public native String getStress();
-public native void setStress(String stress)
- throws DOMException;
-
-public native String getTableLayout();
-public native void setTableLayout(String tableLayout)
- throws DOMException;
-
-public native String getTextAlign();
-public native void setTextAlign(String textAlign)
- throws DOMException;
-
-public native String getTextDecoration();
-public native void setTextDecoration(String textDecoration)
- throws DOMException;
-
-public native String getTextIndent();
-public native void setTextIndent(String textIndent)
- throws DOMException;
-
-public native String getTextShadow();
-public native void setTextShadow(String textShadow)
- throws DOMException;
-
-public native String getTextTransform();
-public native void setTextTransform(String textTransform)
- throws DOMException;
-
-public native String getTop();
-public native void setTop(String top)
- throws DOMException;
-
-public native String getUnicodeBidi();
-public native void setUnicodeBidi(String unicodeBidi)
- throws DOMException;
-
-public native String getVerticalAlign();
-public native void setVerticalAlign(String verticalAlign)
- throws DOMException;
-
-public native String getVisibility();
-public native void setVisibility(String visibility)
- throws DOMException;
-
-public native String getVoiceFamily();
-public native void setVoiceFamily(String voiceFamily)
- throws DOMException;
-
-public native String getVolume();
-public native void setVolume(String volume)
- throws DOMException;
-
-public native String getWhiteSpace();
-public native void setWhiteSpace(String whiteSpace)
- throws DOMException;
-
-public native String getWidows();
-public native void setWidows(String widows)
- throws DOMException;
-
-public native String getWidth();
-public native void setWidth(String width)
- throws DOMException;
-
-public native String getWordSpacing();
-public native void setWordSpacing(String wordSpacing)
- throws DOMException;
-
-public native String getZIndex();
-public native void setZIndex(String zIndex)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSCharsetRuleImpl.java b/src/bind/java/org/inkscape/dom/css/CSSCharsetRuleImpl.java
deleted file mode 100644
index b29173353..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSCharsetRuleImpl.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMException;
-
-
-public class CSSCharsetRuleImpl
- extends CSSRuleImpl
- implements org.w3c.dom.css.CSSCharsetRule
-{
-
-public native String getEncoding();
-public native void setEncoding(String encoding)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSFontFaceRuleImpl.java b/src/bind/java/org/inkscape/dom/css/CSSFontFaceRuleImpl.java
deleted file mode 100644
index cfa779e27..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSFontFaceRuleImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-
-
-
-public class CSSFontFaceRuleImpl
- extends CSSRuleImpl
- implements org.w3c.dom.css.CSSFontFaceRule
-{
-
-public native CSSStyleDeclaration getStyle();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSImportRuleImpl.java b/src/bind/java/org/inkscape/dom/css/CSSImportRuleImpl.java
deleted file mode 100644
index 8efb7265f..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSImportRuleImpl.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.css.CSSStyleSheet;
-import org.w3c.dom.stylesheets.MediaList;
-
-
-
-public class CSSImportRuleImpl
- extends CSSRuleImpl
- implements org.w3c.dom.css.CSSImportRule
-{
-
-public native String getHref();
-
-public native MediaList getMedia();
-
-public native CSSStyleSheet getStyleSheet();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSMediaRuleImpl.java b/src/bind/java/org/inkscape/dom/css/CSSMediaRuleImpl.java
deleted file mode 100644
index 0993592ba..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSMediaRuleImpl.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.stylesheets.MediaList;
-import org.w3c.dom.css.CSSRuleList;
-
-
-public class CSSMediaRuleImpl
- extends CSSRuleImpl
- implements org.w3c.dom.css.CSSMediaRule
-{
-
-public native MediaList getMedia();
-
-public native CSSRuleList getCssRules();
-
-public native int insertRule(String rule,
- int index)
- throws DOMException;
-
-public native void deleteRule(int index)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSPageRuleImpl.java b/src/bind/java/org/inkscape/dom/css/CSSPageRuleImpl.java
deleted file mode 100644
index 1b7594304..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSPageRuleImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.css.CSSStyleDeclaration;
-
-
-public class CSSPageRuleImpl
- extends CSSRuleImpl
- implements org.w3c.dom.css.CSSPageRule
-{
-
-public native String getSelectorText();
-public native void setSelectorText(String selectorText)
- throws DOMException;
-
-public native CSSStyleDeclaration getStyle();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSPrimitiveValueImpl.java b/src/bind/java/org/inkscape/dom/css/CSSPrimitiveValueImpl.java
deleted file mode 100644
index 34abe3ca1..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSPrimitiveValueImpl.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.css.Counter;
-import org.w3c.dom.css.RGBColor;
-import org.w3c.dom.css.Rect;
-
-
-public class CSSPrimitiveValueImpl
- extends CSSValueImpl
- implements org.w3c.dom.css.CSSPrimitiveValue
-{
-
-public native short getPrimitiveType();
-
-public native void setFloatValue(short unitType,
- float floatValue)
- throws DOMException;
-
-public native float getFloatValue(short unitType)
- throws DOMException;
-
-public native void setStringValue(short stringType,
- String stringValue)
- throws DOMException;
-
-public native String getStringValue()
- throws DOMException;
-
-public native Counter getCounterValue()
- throws DOMException;
-
-public native Rect getRectValue()
- throws DOMException;
-
-public native RGBColor getRGBColorValue()
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSRuleImpl.java b/src/bind/java/org/inkscape/dom/css/CSSRuleImpl.java
deleted file mode 100644
index ace49a055..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSRuleImpl.java
+++ /dev/null
@@ -1,51 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.css.CSSStyleSheet;
-import org.w3c.dom.css.CSSRule;
-
-
-public class CSSRuleImpl
- implements org.w3c.dom.css.CSSRule
-{
-
-public native short getType();
-
-public native String getCssText();
-public native void setCssText(String cssText)
- throws DOMException;
-
-public native CSSStyleSheet getParentStyleSheet();
-
-public native CSSRule getParentRule();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSRuleListImpl.java b/src/bind/java/org/inkscape/dom/css/CSSRuleListImpl.java
deleted file mode 100644
index 9fa2d0535..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSRuleListImpl.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.css.CSSRule;
-
-
-
-public class CSSRuleListImpl
- implements org.w3c.dom.css.CSSRuleList
-{
-
-public native int getLength();
-
-public native CSSRule item(int index);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSStyleDeclarationImpl.java b/src/bind/java/org/inkscape/dom/css/CSSStyleDeclarationImpl.java
deleted file mode 100644
index 73483f07b..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSStyleDeclarationImpl.java
+++ /dev/null
@@ -1,66 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.css.CSSRule;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class CSSStyleDeclarationImpl
- implements org.w3c.dom.css.CSSStyleDeclaration
-{
-
-public native String getCssText();
-public native void setCssText(String cssText)
- throws DOMException;
-
-public native String getPropertyValue(String propertyName);
-
-public native CSSValue getPropertyCSSValue(String propertyName);
-
-public native String removeProperty(String propertyName)
- throws DOMException;
-
-public native String getPropertyPriority(String propertyName);
-
-public native void setProperty(String propertyName,
- String value,
- String priority)
- throws DOMException;
-
-public native int getLength();
-
-public native String item(int index);
-
-public native CSSRule getParentRule();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSStyleRuleImpl.java b/src/bind/java/org/inkscape/dom/css/CSSStyleRuleImpl.java
deleted file mode 100644
index de2d4945e..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSStyleRuleImpl.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.css.CSSStyleDeclaration;
-
-
-public class CSSStyleRuleImpl
- extends CSSRuleImpl
- implements org.w3c.dom.css.CSSStyleRule
-{
-
-public native String getSelectorText();
-public native void setSelectorText(String selectorText)
- throws DOMException;
-
-public native CSSStyleDeclaration getStyle();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSStyleSheetImpl.java b/src/bind/java/org/inkscape/dom/css/CSSStyleSheetImpl.java
deleted file mode 100644
index ed14d69c9..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSStyleSheetImpl.java
+++ /dev/null
@@ -1,55 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.stylesheets.StyleSheet;
-import org.w3c.dom.css.CSSRule;
-import org.w3c.dom.css.CSSRuleList;
-
-
-public class CSSStyleSheetImpl
- extends org.inkscape.dom.stylesheets.StyleSheetImpl
- implements org.w3c.dom.css.CSSStyleSheet
-{
-
-public native CSSRule getOwnerRule();
-
-
-public native CSSRuleList getCssRules();
-
-public native int insertRule(String rule,
- int index)
- throws DOMException;
-
-public native void deleteRule(int index)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSUnknownRuleImpl.java b/src/bind/java/org/inkscape/dom/css/CSSUnknownRuleImpl.java
deleted file mode 100644
index d09a73681..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSUnknownRuleImpl.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-
-public class CSSUnknownRuleImpl
- extends CSSRuleImpl
- implements org.w3c.dom.css.CSSUnknownRule
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSValueImpl.java b/src/bind/java/org/inkscape/dom/css/CSSValueImpl.java
deleted file mode 100644
index 6782a95b7..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSValueImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMException;
-
-
-public class CSSValueImpl
- implements org.w3c.dom.css.CSSValue
-{
-
-public native String getCssText();
-public native void setCssText(String cssText)
- throws DOMException;
-
-public native short getCssValueType();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CSSValueListImpl.java b/src/bind/java/org/inkscape/dom/css/CSSValueListImpl.java
deleted file mode 100644
index 334afb1c7..000000000
--- a/src/bind/java/org/inkscape/dom/css/CSSValueListImpl.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class CSSValueListImpl
- extends CSSValueImpl
- implements org.w3c.dom.css.CSSValueList
-{
-
-public native int getLength();
-
-public native CSSValue item(int index);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/CounterImpl.java b/src/bind/java/org/inkscape/dom/css/CounterImpl.java
deleted file mode 100644
index 1f656b944..000000000
--- a/src/bind/java/org/inkscape/dom/css/CounterImpl.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-
-
-public class CounterImpl
- implements org.w3c.dom.css.Counter
-{
-
-public native String getIdentifier();
-
-public native String getListStyle();
-
-public native String getSeparator();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/DOMImplementationCSSImpl.java b/src/bind/java/org/inkscape/dom/css/DOMImplementationCSSImpl.java
deleted file mode 100644
index 16bf7a994..000000000
--- a/src/bind/java/org/inkscape/dom/css/DOMImplementationCSSImpl.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.DOMImplementation;
-import org.w3c.dom.DOMException;
-import org.w3c.dom.css.CSSStyleSheet;
-
-
-public class DOMImplementationCSSImpl
- extends
- org.inkscape.dom.DOMImplementationImpl
- implements org.w3c.dom.css.DOMImplementationCSS
-{
-
-public native CSSStyleSheet createCSSStyleSheet(String title,
- String media)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/DocumentCSSImpl.java b/src/bind/java/org/inkscape/dom/css/DocumentCSSImpl.java
deleted file mode 100644
index bbbd9c110..000000000
--- a/src/bind/java/org/inkscape/dom/css/DocumentCSSImpl.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.stylesheets.DocumentStyle;
-import org.w3c.dom.Element;
-import org.w3c.dom.css.CSSStyleDeclaration;
-
-
-
-public class DocumentCSSImpl
- extends
- org.inkscape.dom.stylesheets.DocumentStyleImpl
- implements org.w3c.dom.css.DocumentCSS
-{
-
-public native CSSStyleDeclaration getOverrideStyle(Element elt,
- String pseudoElt);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/ElementCSSInlineStyleImpl.java b/src/bind/java/org/inkscape/dom/css/ElementCSSInlineStyleImpl.java
deleted file mode 100644
index ba36ae487..000000000
--- a/src/bind/java/org/inkscape/dom/css/ElementCSSInlineStyleImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-
-
-
-public class ElementCSSInlineStyleImpl
- implements org.w3c.dom.css.ElementCSSInlineStyle
-{
-
-public native CSSStyleDeclaration getStyle();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/RGBColorImpl.java b/src/bind/java/org/inkscape/dom/css/RGBColorImpl.java
deleted file mode 100644
index 0f4d50b58..000000000
--- a/src/bind/java/org/inkscape/dom/css/RGBColorImpl.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.css.CSSPrimitiveValue;
-
-
-public class RGBColorImpl
- implements org.w3c.dom.css.RGBColor
-{
-
-public native CSSPrimitiveValue getRed();
-
-public native CSSPrimitiveValue getGreen();
-
-public native CSSPrimitiveValue getBlue();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/RectImpl.java b/src/bind/java/org/inkscape/dom/css/RectImpl.java
deleted file mode 100644
index 1ef0a766a..000000000
--- a/src/bind/java/org/inkscape/dom/css/RectImpl.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.css.CSSPrimitiveValue;
-
-
-public class RectImpl
- implements org.w3c.dom.css.Rect
-{
-
-public native CSSPrimitiveValue getTop();
-
-public native CSSPrimitiveValue getRight();
-
-public native CSSPrimitiveValue getBottom();
-
-public native CSSPrimitiveValue getLeft();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/css/ViewCSSImpl.java b/src/bind/java/org/inkscape/dom/css/ViewCSSImpl.java
deleted file mode 100644
index c52d056b7..000000000
--- a/src/bind/java/org/inkscape/dom/css/ViewCSSImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style
- */
-
-
-package org.inkscape.dom.css;
-
-import org.w3c.dom.views.AbstractView;
-import org.w3c.dom.Element;
-import org.w3c.dom.css.CSSStyleDeclaration;
-
-
-public class ViewCSSImpl
- extends
- org.inkscape.dom.views.AbstractViewImpl
- implements org.w3c.dom.css.ViewCSS
-{
-
-public native CSSStyleDeclaration getComputedStyle(Element elt,
- String pseudoElt);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/events/CustomEventImpl.java b/src/bind/java/org/inkscape/dom/events/CustomEventImpl.java
deleted file mode 100644
index 3762e57e2..000000000
--- a/src/bind/java/org/inkscape/dom/events/CustomEventImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.events.EventTarget;
-
-
-
-public class CustomEventImpl
- extends EventImpl
- implements org.w3c.dom.events.CustomEvent
-{
-public native void setDispatchState(EventTarget target,
- short phase);
-
-public native boolean isPropagationStopped();
-
-public native boolean isImmediatePropagationStopped();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/events/DocumentEventImpl.java b/src/bind/java/org/inkscape/dom/events/DocumentEventImpl.java
deleted file mode 100644
index 504427db3..000000000
--- a/src/bind/java/org/inkscape/dom/events/DocumentEventImpl.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.events.Event;
-
-
-
-public class DocumentEventImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.events.DocumentEvent
-{
-
-public native Event createEvent(String eventType)
- throws DOMException;
-public native boolean canDispatch(String namespaceURI,
- String type);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/events/EventImpl.java b/src/bind/java/org/inkscape/dom/events/EventImpl.java
deleted file mode 100644
index 858a3e095..000000000
--- a/src/bind/java/org/inkscape/dom/events/EventImpl.java
+++ /dev/null
@@ -1,74 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.events.EventTarget;
-
-
-
-public class EventImpl
- implements org.w3c.dom.events.Event
-{
-
-public native String getType();
-
-public native EventTarget getTarget();
-
-public native EventTarget getCurrentTarget();
-
-public native short getEventPhase();
-
-public native boolean getBubbles();
-
-public native boolean getCancelable();
-
-public native long getTimeStamp();
-
-public native void stopPropagation();
-
-public native void preventDefault();
-
-public native void initEvent(String eventTypeArg,
- boolean canBubbleArg,
- boolean cancelableArg);
-
-public native String getNamespaceURI();
-
-public native boolean isCustom();
-
-public native void stopImmediatePropagation();
-
-public native boolean isDefaultPrevented();
-
-public native void initEventNS(String namespaceURIArg,
- String eventTypeArg,
- boolean canBubbleArg,
- boolean cancelableArg);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/events/EventListenerImpl.java b/src/bind/java/org/inkscape/dom/events/EventListenerImpl.java
deleted file mode 100644
index 4b680ff86..000000000
--- a/src/bind/java/org/inkscape/dom/events/EventListenerImpl.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.events.Event;
-
-
-
-public class EventListenerImpl
- implements org.w3c.dom.events.EventListener
-{
-
-public native void handleEvent(Event evt);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/events/EventTargetImpl.java b/src/bind/java/org/inkscape/dom/events/EventTargetImpl.java
deleted file mode 100644
index 34778f03b..000000000
--- a/src/bind/java/org/inkscape/dom/events/EventTargetImpl.java
+++ /dev/null
@@ -1,71 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventListener;
-
-
-
-public class EventTargetImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.events.EventTarget
-{
-
-public native void addEventListener(String type,
- EventListener listener,
- boolean useCapture);
-
-public native void removeEventListener(String type,
- EventListener listener,
- boolean useCapture);
-
-public native boolean dispatchEvent(Event evt)
- throws EventException;
-
-public native void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup);
-
-public native void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture);
-
-public native boolean willTriggerNS(String namespaceURI,
- String type);
-
-public native boolean hasEventListenerNS(String namespaceURI,
- String type);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/events/KeyboardEventImpl.java b/src/bind/java/org/inkscape/dom/events/KeyboardEventImpl.java
deleted file mode 100644
index 24f8de968..000000000
--- a/src/bind/java/org/inkscape/dom/events/KeyboardEventImpl.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.views.AbstractView;
-
-
-public class KeyboardEventImpl
- extends UIEventImpl
- implements org.w3c.dom.events.KeyboardEvent
-{
-
-public native String getKeyIdentifier();
-
-public native int getKeyLocation();
-
-public native boolean getCtrlKey();
-
-public native boolean getShiftKey();
-
-public native boolean getAltKey();
-
-public native boolean getMetaKey();
-
-public native boolean getModifierState(String keyIdentifierArg);
-
-public native void initKeyboardEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- String keyIdentifierArg,
- int keyLocationArg,
- String modifiersList);
-
-public native void initKeyboardEventNS(String namespaceURI,
- String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- String keyIdentifierArg,
- int keyLocationArg,
- String modifiersList);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/events/MouseEventImpl.java b/src/bind/java/org/inkscape/dom/events/MouseEventImpl.java
deleted file mode 100644
index 900074643..000000000
--- a/src/bind/java/org/inkscape/dom/events/MouseEventImpl.java
+++ /dev/null
@@ -1,96 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.views.AbstractView;
-
-import org.w3c.dom.events.EventTarget;
-
-
-
-public class MouseEventImpl
- extends UIEventImpl
- implements org.w3c.dom.events.MouseEvent
-{
-
-public native int getScreenX();
-
-public native int getScreenY();
-
-public native int getClientX();
-
-public native int getClientY();
-
-public native boolean getCtrlKey();
-
-public native boolean getShiftKey();
-
-public native boolean getAltKey();
-
-public native boolean getMetaKey();
-
-public native short getButton();
-
-public native EventTarget getRelatedTarget();
-
-public native void initMouseEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- int detailArg,
- int screenXArg,
- int screenYArg,
- int clientXArg,
- int clientYArg,
- boolean ctrlKeyArg,
- boolean altKeyArg,
- boolean shiftKeyArg,
- boolean metaKeyArg,
- short buttonArg,
- EventTarget relatedTargetArg);
-
-public native boolean getModifierState(String keyIdentifierArg);
-
-public native void initMouseEventNS(String namespaceURI,
- String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- int detailArg,
- int screenXArg,
- int screenYArg,
- int clientXArg,
- int clientYArg,
- short buttonArg,
- EventTarget relatedTargetArg,
- String modifiersList);
-
-}
-
-
diff --git a/src/bind/java/org/inkscape/dom/events/MutationEventImpl.java b/src/bind/java/org/inkscape/dom/events/MutationEventImpl.java
deleted file mode 100644
index df3b9915c..000000000
--- a/src/bind/java/org/inkscape/dom/events/MutationEventImpl.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.Node;
-
-
-public class MutationEventImpl
- extends EventImpl
- implements org.w3c.dom.events.MutationEvent
-{
-public native Node getRelatedNode();
-
-public native String getPrevValue();
-
-public native String getNewValue();
-
-public native String getAttrName();
-
-public native short getAttrChange();
-
-public native void initMutationEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- Node relatedNodeArg,
- String prevValueArg,
- String newValueArg,
- String attrNameArg,
- short attrChangeArg);
-
-public native void initMutationEventNS(String namespaceURI,
- String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- Node relatedNodeArg,
- String prevValueArg,
- String newValueArg,
- String attrNameArg,
- short attrChangeArg);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/events/MutationNameEventImpl.java b/src/bind/java/org/inkscape/dom/events/MutationNameEventImpl.java
deleted file mode 100644
index 5ee722bfa..000000000
--- a/src/bind/java/org/inkscape/dom/events/MutationNameEventImpl.java
+++ /dev/null
@@ -1,58 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.Node;
-
-
-public class MutationNameEventImpl
- extends MutationEventImpl
- implements org.w3c.dom.events.MutationNameEvent
-{
-
-public native String getPrevNamespaceURI();
-
-public native String getPrevNodeName();
-
-public native void initMutationNameEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- Node relatedNodeArg,
- String prevNamespaceURIArg,
- String prevNodeNameArg);
-
-public native void initMutationNameEventNS(String namespaceURI,
- String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- Node relatedNodeArg,
- String prevNamespaceURIArg,
- String prevNodeNameArg);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/events/TextEventImpl.java b/src/bind/java/org/inkscape/dom/events/TextEventImpl.java
deleted file mode 100644
index c62963c53..000000000
--- a/src/bind/java/org/inkscape/dom/events/TextEventImpl.java
+++ /dev/null
@@ -1,55 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.views.AbstractView;
-
-
-public class TextEventImpl
- extends UIEventImpl
- implements org.w3c.dom.events.TextEvent
-{
-
-public native String getData();
-
-public native void initTextEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- String dataArg);
-
-public native void initTextEventNS(String namespaceURI,
- String type,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- String dataArg);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/events/UIEventImpl.java b/src/bind/java/org/inkscape/dom/events/UIEventImpl.java
deleted file mode 100644
index bb66d154f..000000000
--- a/src/bind/java/org/inkscape/dom/events/UIEventImpl.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the Events files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html
- */
-
-package org.inkscape.dom.events;
-
-import org.w3c.dom.views.AbstractView;
-
-
-public class UIEventImpl
- extends EventImpl
- implements org.w3c.dom.events.UIEvent
-{
-
-public native AbstractView getView();
-
-public native int getDetail();
-
-public native void initUIEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- int detailArg);
-
-public native void initUIEventNS(String namespaceURI,
- String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- int detailArg);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementExclusiveTimeContainerImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementExclusiveTimeContainerImpl.java
deleted file mode 100644
index bc9ce930e..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementExclusiveTimeContainerImpl.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.NodeList;
-
-
-public class ElementExclusiveTimeContainerImpl
- extends ElementTimeContainerImpl
- implements org.w3c.dom.smil.ElementExclusiveTimeContainer
-{
-
-
-public native String getEndSync();
-public native void setEndSync(String endSync)
- throws DOMException;
-
-
-public native NodeList getPausedElements();
-
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementLayoutImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementLayoutImpl.java
deleted file mode 100644
index 2dfeacbe7..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementLayoutImpl.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-
-public class ElementLayoutImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.smil.ElementLayout
-{
-
-public native String getTitle();
-public native void setTitle(String title) throws DOMException;
-public native String getBackgroundColor();
-public native void setBackgroundColor(String backgroundColor) throws DOMException;
-public native int getHeight();
-public native void setHeight(int height) throws DOMException;
-public native int getWidth();
-public native void setWidth(int width) throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementParallelTimeContainerImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementParallelTimeContainerImpl.java
deleted file mode 100644
index 1feed68dd..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementParallelTimeContainerImpl.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-
-public class ElementParallelTimeContainerImpl
- extends ElementTimeContainerImpl
- implements org.w3c.dom.smil.ElementParallelTimeContainer
-{
-
-public native String getEndSync();
-public native void setEndSync(String endSync)
- throws DOMException;
-
-
-public native float getImplicitDuration();
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementSequentialTimeContainerImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementSequentialTimeContainerImpl.java
deleted file mode 100644
index 51a3abd38..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementSequentialTimeContainerImpl.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-
-public class ElementSequentialTimeContainerImpl
- extends ElementTimeContainerImpl
- implements org.w3c.dom.smil.ElementSequentialTimeContainer
-{
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementSyncBehaviorImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementSyncBehaviorImpl.java
deleted file mode 100644
index 891895064..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementSyncBehaviorImpl.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-
-public class ElementSyncBehaviorImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.smil.ElementSyncBehavior
-{
-
-public native String getSyncBehavior();
-
-
-public native float getSyncTolerance();
-
-
-public native String getDefaultSyncBehavior();
-
-
-public native float getDefaultSyncTolerance();
-
-
-public native boolean getSyncMaster();
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementTargetAttributesImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementTargetAttributesImpl.java
deleted file mode 100644
index e406a67e9..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementTargetAttributesImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-
-public class ElementTargetAttributesImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.smil.ElementTargetAttributes
-{
-
-public native String getAttributeName();
-public native void setAttributeName(String attributeName);
-
-
-public native short getAttributeType();
-public native void setAttributeType(short attributeType);
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementTestImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementTestImpl.java
deleted file mode 100644
index 8ab0c57b5..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementTestImpl.java
+++ /dev/null
@@ -1,73 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-public class ElementTestImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.smil.ElementTest
-{
-
-public native int getSystemBitrate();
-public native void setSystemBitrate(int systemBitrate)
- throws DOMException;
-
-
-public native boolean getSystemCaptions();
-public native void setSystemCaptions(boolean systemCaptions)
- throws DOMException;
-
-
-public native String getSystemLanguage();
-public native void setSystemLanguage(String systemLanguage)
- throws DOMException;
-
-
-public native boolean getSystemRequired();
-
-
-public native boolean getSystemScreenSize();
-
-
-public native boolean getSystemScreenDepth();
-
-
-public native String getSystemOverdubOrSubtitle();
-public native void setSystemOverdubOrSubtitle(String systemOverdubOrSubtitle)
- throws DOMException;
-
-
-public native boolean getSystemAudioDesc();
-public native void setSystemAudioDesc(boolean systemAudioDesc)
- throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementTimeContainerImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementTimeContainerImpl.java
deleted file mode 100644
index 2f4fc4cb2..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementTimeContainerImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.NodeList;
-
-
-public class ElementTimeContainerImpl
- extends ElementTimeImpl
- implements org.w3c.dom.smil.ElementTimeContainer
-{
-
-public native NodeList getTimeChildren();
-public native NodeList getActiveChildrenAt(float instant);
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementTimeControlImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementTimeControlImpl.java
deleted file mode 100644
index e82161139..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementTimeControlImpl.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-
-public class ElementTimeControlImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.smil.ElementTimeControl
-{
-public native boolean beginElement() throws DOMException;
-public native boolean endElement() throws DOMException;
-public native boolean beginElementAt(float offset) throws DOMException;
-public native boolean endElementAt(float offset) throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementTimeImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementTimeImpl.java
deleted file mode 100644
index fd1567033..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementTimeImpl.java
+++ /dev/null
@@ -1,95 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.smil.TimeList;
-
-
-
-public class ElementTimeImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.smil.ElementTime
-{
-
-public native TimeList getBegin();
-public native void setBegin(TimeList begin)
- throws DOMException;
-
-
-public native TimeList getEnd();
-public native void setEnd(TimeList end)
- throws DOMException;
-
-
-public native float getDur();
-public native void setDur(float dur)
- throws DOMException;
-
-
-
-public native short getRestart();
-public native void setRestart(short restart)
- throws DOMException;
-
-
-
-public native short getFill();
-public native void setFill(short fill)
- throws DOMException;
-
-
-public native float getRepeatCount();
-public native void setRepeatCount(float repeatCount)
- throws DOMException;
-
-
-public native float getRepeatDur();
-public native void setRepeatDur(float repeatDur)
- throws DOMException;
-
-
-public native boolean beginElement();
-
-
-public native boolean endElement();
-
-
-public native void pauseElement();
-
-
-public native void resumeElement();
-
-
-public native void seekElement(float seekTo);
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/ElementTimeManipulationImpl.java b/src/bind/java/org/inkscape/dom/smil/ElementTimeManipulationImpl.java
deleted file mode 100644
index 89acd6188..000000000
--- a/src/bind/java/org/inkscape/dom/smil/ElementTimeManipulationImpl.java
+++ /dev/null
@@ -1,60 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-
-public class ElementTimeManipulationImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.smil.ElementTimeManipulation
-{
-
-public native float getSpeed();
-public native void setSpeed(float speed)
- throws DOMException;
-
-
-public native float getAccelerate();
-public native void setAccelerate(float accelerate)
- throws DOMException;
-
-
-public native float getDecelerate();
-public native void setDecelerate(float decelerate)
- throws DOMException;
-
-
-public native boolean getAutoReverse();
-public native void setAutoReverse(boolean autoReverse)
- throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILAnimateColorElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILAnimateColorElementImpl.java
deleted file mode 100644
index 028bda1a9..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILAnimateColorElementImpl.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-
-public class SMILAnimateColorElementImpl
- extends SMILAnimationImpl
- implements org.w3c.dom.smil.SMILAnimateColorElement
-{
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILAnimateElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILAnimateElementImpl.java
deleted file mode 100644
index 371174d4e..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILAnimateElementImpl.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-
-public class SMILAnimateElementImpl
- extends SMILAnimationImpl
- implements org.w3c.dom.smil.SMILAnimateElement
-{
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILAnimateMotionElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILAnimateMotionElementImpl.java
deleted file mode 100644
index b5f9a5a10..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILAnimateMotionElementImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-
-public class SMILAnimateMotionElementImpl
- extends SMILAnimateElementImpl
- implements org.w3c.dom.smil.SMILAnimateMotionElement
-{
-
-public native String getPath();
-public native void setPath(String path) throws DOMException;
-
-public native String getOrigin();
-public native void setOrigin(String origin) throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILAnimationImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILAnimationImpl.java
deleted file mode 100644
index 46c8feeb3..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILAnimationImpl.java
+++ /dev/null
@@ -1,153 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.smil.TimeList;
-
-
-public class SMILAnimationImpl
- extends SMILElementImpl
- //ElementTargetAttributes,
- //ElementTime,
- //ElementTimeControl
- implements org.w3c.dom.smil.SMILAnimation
-{
-
-public SMILAnimationImpl()
-{
- imbue(_ElementTargetAttributes = new ElementTargetAttributesImpl());
- imbue(_ElementTime = new ElementTimeImpl());
- imbue(_ElementTimeControl = new ElementTimeControlImpl());
-}
-
-//from ElementTargetAttributes
-ElementTargetAttributesImpl _ElementTargetAttributes;
-public String getAttributeName()
- { return _ElementTargetAttributes.getAttributeName(); }
-public void setAttributeName(String attributeName)
- { _ElementTargetAttributes.setAttributeName(attributeName); }
-public short getAttributeType()
- { return _ElementTargetAttributes.getAttributeType(); }
-public void setAttributeType(short attributeType)
- { _ElementTargetAttributes.setAttributeType(attributeType); }
-//end ElementTargetAttributes
-
-//from ElementTime
-ElementTimeImpl _ElementTime;
-public TimeList getBegin()
- { return _ElementTime.getBegin(); }
-public void setBegin(TimeList begin) throws DOMException
- { _ElementTime.setBegin(begin); }
-public TimeList getEnd()
- { return _ElementTime.getEnd(); }
-public void setEnd(TimeList end) throws DOMException
- { _ElementTime.setEnd(end); }
-public float getDur()
- { return _ElementTime.getDur(); }
-public void setDur(float dur) throws DOMException
- { _ElementTime.setDur(dur); }
-public short getRestart()
- { return _ElementTime.getRestart(); }
-public void setRestart(short restart) throws DOMException
- { _ElementTime.setRestart(restart); }
-public short getFill()
- { return _ElementTime.getFill(); }
-public void setFill(short fill) throws DOMException
- { _ElementTime.setFill(fill); }
-public float getRepeatCount()
- { return _ElementTime.getRepeatCount(); }
-public void setRepeatCount(float repeatCount) throws DOMException
- { _ElementTime.setRepeatCount(repeatCount); }
-public float getRepeatDur()
- { return _ElementTime.getRepeatDur(); }
-public void setRepeatDur(float repeatDur) throws DOMException
- { _ElementTime.setRepeatDur(repeatDur); }
-public boolean beginElement()
- { return _ElementTime.beginElement(); }
-public boolean endElement()
- { return _ElementTime.endElement(); }
-public void pauseElement()
- { _ElementTime.pauseElement(); }
-public void resumeElement()
- { _ElementTime.resumeElement(); }
-public void seekElement(float seekTo)
- { _ElementTime.seekElement(seekTo); }
-//end ElementTime
-
-
-//from ElementTimeControl
-ElementTimeControlImpl _ElementTimeControl;
-public boolean beginElementAt(float offset) throws DOMException
- { return _ElementTimeControl.beginElementAt(offset); }
-public boolean endElementAt(float offset) throws DOMException
- { return _ElementTimeControl.endElementAt(offset); }
-//end ElementTimeControl
-
-
-public native short getAdditive();
-public native void setAdditive(short additive)
- throws DOMException;
-
-
-public native short getAccumulate();
-public native void setAccumulate(short accumulate)
- throws DOMException;
-
-public native short getCalcMode();
-public native void setCalcMode(short calcMode)
- throws DOMException;
-
-public native String getKeySplines();
-public native void setKeySplines(String keySplines)
- throws DOMException;
-
-public native TimeList getKeyTimes();
-public native void setKeyTimes(TimeList keyTimes)
- throws DOMException;
-
-public native String getValues();
-public native void setValues(String values)
- throws DOMException;
-
-public native String getFrom();
-public native void setFrom(String from)
- throws DOMException;
-
-public native String getTo();
-public native void setTo(String to)
- throws DOMException;
-
-public native String getBy();
-public native void setBy(String by)
- throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILDocumentImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILDocumentImpl.java
deleted file mode 100644
index 15104bf47..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILDocumentImpl.java
+++ /dev/null
@@ -1,103 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.NodeList;
-import org.w3c.dom.smil.TimeList;
-
-
-
-public class SMILDocumentImpl
- extends org.inkscape.dom.DocumentImpl
- //ElementTimeContainer
- implements org.w3c.dom.smil.SMILDocument
-{
-public SMILDocumentImpl()
-{
- imbue(_ElementTimeContainer = new ElementTimeContainerImpl());
- _ElementTime = (ElementTimeImpl)_ElementTimeContainer;
-}
-
-
-
-//from ElementTimeContainer
-ElementTimeContainerImpl _ElementTimeContainer;
-public NodeList getTimeChildren()
- { return _ElementTimeContainer.getTimeChildren(); }
-public NodeList getActiveChildrenAt(float instant)
- { return _ElementTimeContainer.getActiveChildrenAt(instant); }
-//end ElementTimeContainer
-
-//from ElementTime
-ElementTimeImpl _ElementTime;
-public TimeList getBegin()
- { return _ElementTime.getBegin(); }
-public void setBegin(TimeList begin) throws DOMException
- { _ElementTime.setBegin(begin); }
-public TimeList getEnd()
- { return _ElementTime.getEnd(); }
-public void setEnd(TimeList end) throws DOMException
- { _ElementTime.setEnd(end); }
-public float getDur()
- { return _ElementTime.getDur(); }
-public void setDur(float dur) throws DOMException
- { _ElementTime.setDur(dur); }
-public short getRestart()
- { return _ElementTime.getRestart(); }
-public void setRestart(short restart) throws DOMException
- { _ElementTime.setRestart(restart); }
-public short getFill()
- { return _ElementTime.getFill(); }
-public void setFill(short fill) throws DOMException
- { _ElementTime.setFill(fill); }
-public float getRepeatCount()
- { return _ElementTime.getRepeatCount(); }
-public void setRepeatCount(float repeatCount) throws DOMException
- { _ElementTime.setRepeatCount(repeatCount); }
-public float getRepeatDur()
- { return _ElementTime.getRepeatDur(); }
-public void setRepeatDur(float repeatDur) throws DOMException
- { _ElementTime.setRepeatDur(repeatDur); }
-public boolean beginElement()
- { return _ElementTime.beginElement(); }
-public boolean endElement()
- { return _ElementTime.endElement(); }
-public void pauseElement()
- { _ElementTime.pauseElement(); }
-public void resumeElement()
- { _ElementTime.resumeElement(); }
-public void seekElement(float seekTo)
- { _ElementTime.seekElement(seekTo); }
-//end ElementTime
-
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILElementImpl.java
deleted file mode 100644
index d69fdf02e..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILElementImpl.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-public class SMILElementImpl
- extends org.inkscape.dom.ElementImpl
- implements org.w3c.dom.smil.SMILElement
-{
-
-public native String getId();
-public native void setId(String id) throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILLayoutElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILLayoutElementImpl.java
deleted file mode 100644
index 51fc5912a..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILLayoutElementImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-
-public class SMILLayoutElementImpl
- extends SMILElementImpl
- implements org.w3c.dom.smil.SMILLayoutElement
-{
-
-public native String getType();
-
-
-public native boolean getResolved();
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILMediaElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILMediaElementImpl.java
deleted file mode 100644
index 67e8b032a..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILMediaElementImpl.java
+++ /dev/null
@@ -1,152 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.smil.TimeList;
-
-
-
-public class SMILMediaElementImpl
- extends SMILElementImpl
- //ElementTime
- implements org.w3c.dom.smil.SMILMediaElement
-{
-public SMILMediaElementImpl()
-{
- imbue(_ElementTime = new ElementTimeImpl());
-}
-
-//from ElementTime
-ElementTimeImpl _ElementTime;
-public TimeList getBegin()
- { return _ElementTime.getBegin(); }
-public void setBegin(TimeList begin) throws DOMException
- { _ElementTime.setBegin(begin); }
-public TimeList getEnd()
- { return _ElementTime.getEnd(); }
-public void setEnd(TimeList end) throws DOMException
- { _ElementTime.setEnd(end); }
-public float getDur()
- { return _ElementTime.getDur(); }
-public void setDur(float dur) throws DOMException
- { _ElementTime.setDur(dur); }
-public short getRestart()
- { return _ElementTime.getRestart(); }
-public void setRestart(short restart) throws DOMException
- { _ElementTime.setRestart(restart); }
-public short getFill()
- { return _ElementTime.getFill(); }
-public void setFill(short fill) throws DOMException
- { _ElementTime.setFill(fill); }
-public float getRepeatCount()
- { return _ElementTime.getRepeatCount(); }
-public void setRepeatCount(float repeatCount) throws DOMException
- { _ElementTime.setRepeatCount(repeatCount); }
-public float getRepeatDur()
- { return _ElementTime.getRepeatDur(); }
-public void setRepeatDur(float repeatDur) throws DOMException
- { _ElementTime.setRepeatDur(repeatDur); }
-public boolean beginElement()
- { return _ElementTime.beginElement(); }
-public boolean endElement()
- { return _ElementTime.endElement(); }
-public void pauseElement()
- { _ElementTime.pauseElement(); }
-public void resumeElement()
- { _ElementTime.resumeElement(); }
-public void seekElement(float seekTo)
- { _ElementTime.seekElement(seekTo); }
-//end ElementTime
-
-
-public native String getAbstractAttr();
-public native void setAbstractAttr(String abstractAttr)
- throws DOMException;
-
-
-public native String getAlt();
-public native void setAlt(String alt)
- throws DOMException;
-
-public native String getAuthor();
-public native void setAuthor(String author)
- throws DOMException;
-
-public native String getClipBegin();
-public native void setClipBegin(String clipBegin)
- throws DOMException;
-
-public native String getClipEnd();
-public native void setClipEnd(String clipEnd)
- throws DOMException;
-
-public native String getCopyright();
-public native void setCopyright(String copyright)
- throws DOMException;
-
-public native String getLongdesc();
-public native void setLongdesc(String longdesc)
- throws DOMException;
-
-public native String getPort();
-public native void setPort(String port)
- throws DOMException;
-
-public native String getReadIndex();
-public native void setReadIndex(String readIndex)
- throws DOMException;
-
-public native String getRtpformat();
-public native void setRtpformat(String rtpformat)
- throws DOMException;
-
-public native String getSrc();
-public native void setSrc(String src)
- throws DOMException;
-
-public native String getStripRepeat();
-public native void setStripRepeat(String stripRepeat)
- throws DOMException;
-
-public native String getTitle();
-public native void setTitle(String title)
- throws DOMException;
-
-public native String getTransport();
-public native void setTransport(String transport)
- throws DOMException;
-
-public native String getType();
-public native void setType(String type)
- throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILRefElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILRefElementImpl.java
deleted file mode 100644
index 1eb3d6a28..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILRefElementImpl.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-
-public class SMILRefElementImpl
- extends SMILMediaElementImpl
- implements org.w3c.dom.smil.SMILRefElement
-{
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILRegionElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILRegionElementImpl.java
deleted file mode 100644
index d85cf3d0f..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILRegionElementImpl.java
+++ /dev/null
@@ -1,76 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-
-public class SMILRegionElementImpl
- extends SMILElementImpl
- //ElementLayout
- implements org.w3c.dom.smil.SMILRegionElement
-{
-
-public SMILRegionElementImpl()
-{
- imbue(_ElementLayout = new ElementLayoutImpl());
-}
-
-//from ElementLayout
-ElementLayoutImpl _ElementLayout;
-public String getTitle()
- { return _ElementLayout.getTitle(); }
-public void setTitle(String title) throws DOMException
- { _ElementLayout.setTitle(title); }
-public String getBackgroundColor()
- { return _ElementLayout.getBackgroundColor(); }
-public void setBackgroundColor(String backgroundColor) throws DOMException
- { _ElementLayout.setBackgroundColor(backgroundColor); }
-public int getHeight()
- { return _ElementLayout.getHeight(); }
-public void setHeight(int height) throws DOMException
- { _ElementLayout.setHeight(height); }
-public int getWidth()
- { return _ElementLayout.getWidth(); }
-public void setWidth(int width) throws DOMException
- { _ElementLayout.setWidth(width); }
-//end ElementLayout
-
-
-public native String getFit();
-public native void setFit(String fit) throws DOMException;
-
-public native String getTop();
-public native void setTop(String top) throws DOMException;
-
-public native int getZIndex();
-public native void setZIndex(int zIndex) throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILRegionInterfaceImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILRegionInterfaceImpl.java
deleted file mode 100644
index 1f44f9d1b..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILRegionInterfaceImpl.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.smil.SMILRegionElement;
-
-
-public class SMILRegionInterfaceImpl
- implements org.w3c.dom.smil.SMILRegionInterface
-{
-
-public native SMILRegionElement getRegion();
-public native void setRegion(SMILRegionElement region);
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILRootLayoutElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILRootLayoutElementImpl.java
deleted file mode 100644
index 01def0622..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILRootLayoutElementImpl.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-
-
-public class SMILRootLayoutElementImpl
- extends SMILElementImpl
- //, ElementLayout
- implements org.w3c.dom.smil.SMILRootLayoutElement
-{
-
-public SMILRootLayoutElementImpl()
-{
- imbue(_ElementLayout = new ElementLayoutImpl());
-}
-
-//from ElementLayout
-ElementLayoutImpl _ElementLayout;
-public String getTitle()
- { return _ElementLayout.getTitle(); }
-public void setTitle(String title) throws DOMException
- { _ElementLayout.setTitle(title); }
-public String getBackgroundColor()
- { return _ElementLayout.getBackgroundColor(); }
-public void setBackgroundColor(String backgroundColor) throws DOMException
- { _ElementLayout.setBackgroundColor(backgroundColor); }
-public int getHeight()
- { return _ElementLayout.getHeight(); }
-public void setHeight(int height) throws DOMException
- { _ElementLayout.setHeight(height); }
-public int getWidth()
- { return _ElementLayout.getWidth(); }
-public void setWidth(int width) throws DOMException
- { _ElementLayout.setWidth(width); }
-//end ElementLayout
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILSetElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILSetElementImpl.java
deleted file mode 100644
index fce213000..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILSetElementImpl.java
+++ /dev/null
@@ -1,122 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.smil.TimeList;
-
-
-
-public class SMILSetElementImpl
- extends SMILElementImpl
- //ElementTimeControl,
- //ElementTime,
- //ElementTargetAttributes
- implements org.w3c.dom.smil.SMILSetElement
-{
-
-public SMILSetElementImpl()
-{
- imbue(_ElementTimeControl = new ElementTimeControlImpl());
- imbue(_ElementTime = new ElementTimeImpl());
- imbue(_ElementTargetAttributes = new ElementTargetAttributesImpl());
-}
-
-
-//from ElementTimeControl
-ElementTimeControlImpl _ElementTimeControl;
-public boolean beginElementAt(float offset) throws DOMException
- { return _ElementTimeControl.beginElementAt(offset); }
-public boolean endElementAt(float offset) throws DOMException
- { return _ElementTimeControl.endElementAt(offset); }
-//end ElementTimeControl
-
-//from ElementTime
-ElementTimeImpl _ElementTime;
-public TimeList getBegin()
- { return _ElementTime.getBegin(); }
-public void setBegin(TimeList begin) throws DOMException
- { _ElementTime.setBegin(begin); }
-public TimeList getEnd()
- { return _ElementTime.getEnd(); }
-public void setEnd(TimeList end) throws DOMException
- { _ElementTime.setEnd(end); }
-public float getDur()
- { return _ElementTime.getDur(); }
-public void setDur(float dur) throws DOMException
- { _ElementTime.setDur(dur); }
-public short getRestart()
- { return _ElementTime.getRestart(); }
-public void setRestart(short restart) throws DOMException
- { _ElementTime.setRestart(restart); }
-public short getFill()
- { return _ElementTime.getFill(); }
-public void setFill(short fill) throws DOMException
- { _ElementTime.setFill(fill); }
-public float getRepeatCount()
- { return _ElementTime.getRepeatCount(); }
-public void setRepeatCount(float repeatCount) throws DOMException
- { _ElementTime.setRepeatCount(repeatCount); }
-public float getRepeatDur()
- { return _ElementTime.getRepeatDur(); }
-public void setRepeatDur(float repeatDur) throws DOMException
- { _ElementTime.setRepeatDur(repeatDur); }
-public boolean beginElement()
- { return _ElementTime.beginElement(); }
-public boolean endElement()
- { return _ElementTime.endElement(); }
-public void pauseElement()
- { _ElementTime.pauseElement(); }
-public void resumeElement()
- { _ElementTime.resumeElement(); }
-public void seekElement(float seekTo)
- { _ElementTime.seekElement(seekTo); }
-//end ElementTime
-
-//from ElementTargetAttributes
-ElementTargetAttributesImpl _ElementTargetAttributes;
-public String getAttributeName()
- { return _ElementTargetAttributes.getAttributeName(); }
-public void setAttributeName(String attributeName)
- { _ElementTargetAttributes.setAttributeName(attributeName); }
-public short getAttributeType()
- { return _ElementTargetAttributes.getAttributeType(); }
-public void setAttributeType(short attributeType)
- { _ElementTargetAttributes.setAttributeType(attributeType); }
-//end ElementTargetAttributes
-
-
-
-
-public native String getTo();
-public native void setTo(String to);
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILSwitchElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILSwitchElementImpl.java
deleted file mode 100644
index 78fe093b5..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILSwitchElementImpl.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-
-public class SMILSwitchElementImpl
- extends SMILElementImpl
- implements org.w3c.dom.smil.SMILSwitchElement
-{
-
-public native org.w3c.dom.Element getSelectedElement();
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/SMILTopLayoutElementImpl.java b/src/bind/java/org/inkscape/dom/smil/SMILTopLayoutElementImpl.java
deleted file mode 100644
index c5982e5b3..000000000
--- a/src/bind/java/org/inkscape/dom/smil/SMILTopLayoutElementImpl.java
+++ /dev/null
@@ -1,66 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-
-
-
-public class SMILTopLayoutElementImpl
- extends SMILElementImpl
- //, ElementLayout
- implements org.w3c.dom.smil.SMILTopLayoutElement
-{
-public SMILTopLayoutElementImpl()
-{
- imbue(_ElementLayout = new ElementLayoutImpl());
-}
-
-//from ElementLayout
-ElementLayoutImpl _ElementLayout;
-public String getTitle()
- { return _ElementLayout.getTitle(); }
-public void setTitle(String title) throws DOMException
- { _ElementLayout.setTitle(title); }
-public String getBackgroundColor()
- { return _ElementLayout.getBackgroundColor(); }
-public void setBackgroundColor(String backgroundColor) throws DOMException
- { _ElementLayout.setBackgroundColor(backgroundColor); }
-public int getHeight()
- { return _ElementLayout.getHeight(); }
-public void setHeight(int height) throws DOMException
- { _ElementLayout.setHeight(height); }
-public int getWidth()
- { return _ElementLayout.getWidth(); }
-public void setWidth(int width) throws DOMException
- { _ElementLayout.setWidth(width); }
-//end ElementLayout
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/TimeEventImpl.java b/src/bind/java/org/inkscape/dom/smil/TimeEventImpl.java
deleted file mode 100644
index 40305a7ba..000000000
--- a/src/bind/java/org/inkscape/dom/smil/TimeEventImpl.java
+++ /dev/null
@@ -1,49 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.views.AbstractView;
-
-
-
-public class TimeEventImpl
- extends org.inkscape.dom.events.EventImpl
- implements org.w3c.dom.smil.TimeEvent
-{
-
-public native AbstractView getView();
-
-public native int getDetail();
-
-public native void initTimeEvent(String typeArg,
- AbstractView viewArg,
- int detailArg);
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/TimeImpl.java b/src/bind/java/org/inkscape/dom/smil/TimeImpl.java
deleted file mode 100644
index e5c6d5987..000000000
--- a/src/bind/java/org/inkscape/dom/smil/TimeImpl.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.Element;
-
-
-
-public class TimeImpl
- implements org.w3c.dom.smil.Time
-{
-
-public native boolean getResolved();
-
-public native double getResolvedOffset();
-
-public native short getTimeType();
-
-public native double getOffset();
-public native void setOffset(double offset)
- throws DOMException;
-
-public native Element getBaseElement();
-public native void setBaseElement(Element baseElement)
- throws DOMException;
-
-
-public native boolean getBaseBegin();
-public native void setBaseBegin(boolean baseBegin)
- throws DOMException;
-
-
-public native String getEvent();
-public native void setEvent(String event)
- throws DOMException;
-
-
-public native String getMarker();
-public native void setMarker(String marker)
- throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/smil/TimeListImpl.java b/src/bind/java/org/inkscape/dom/smil/TimeListImpl.java
deleted file mode 100644
index 88759e61b..000000000
--- a/src/bind/java/org/inkscape/dom/smil/TimeListImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that the SMIL files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/smil-boston-dom/java-binding.html
- */
-
-package org.inkscape.dom.smil;
-
-import org.w3c.dom.smil.Time;
-
-
-public class TimeListImpl
- implements org.w3c.dom.smil.TimeList
-{
-
-public native Time item(int index);
-
-public native int getLength();
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/stylesheets/DocumentStyleImpl.java b/src/bind/java/org/inkscape/dom/stylesheets/DocumentStyleImpl.java
deleted file mode 100644
index 924e06d4e..000000000
--- a/src/bind/java/org/inkscape/dom/stylesheets/DocumentStyleImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style/
- */
-
-
-package org.inkscape.dom.stylesheets;
-
-import org.w3c.dom.stylesheets.StyleSheetList;
-
-
-public class DocumentStyleImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.stylesheets.DocumentStyle
-{
-
-public native StyleSheetList getStyleSheets();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/stylesheets/LinkStyleImpl.java b/src/bind/java/org/inkscape/dom/stylesheets/LinkStyleImpl.java
deleted file mode 100644
index 8497fbccd..000000000
--- a/src/bind/java/org/inkscape/dom/stylesheets/LinkStyleImpl.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style/
- */
-
-package org.inkscape.dom.stylesheets;
-
-import org.w3c.dom.stylesheets.StyleSheet;
-
-
-
-public class LinkStyleImpl
- implements org.w3c.dom.stylesheets.LinkStyle
-{
-
-public native StyleSheet getSheet();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/stylesheets/MediaListImpl.java b/src/bind/java/org/inkscape/dom/stylesheets/MediaListImpl.java
deleted file mode 100644
index 7451dd55d..000000000
--- a/src/bind/java/org/inkscape/dom/stylesheets/MediaListImpl.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style/
- */
-
-
-package org.inkscape.dom.stylesheets;
-
-import org.w3c.dom.DOMException;
-
-
-public class MediaListImpl
- implements org.w3c.dom.stylesheets.MediaList
-{
-
-public native String getMediaText();
-public native void setMediaText(String mediaText)
- throws DOMException;
-
-public native int getLength();
-
-public native String item(int index);
-
-public native void deleteMedium(String oldMedium)
- throws DOMException;
-
-public native void appendMedium(String newMedium)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/stylesheets/StyleSheetImpl.java b/src/bind/java/org/inkscape/dom/stylesheets/StyleSheetImpl.java
deleted file mode 100644
index 7383fa871..000000000
--- a/src/bind/java/org/inkscape/dom/stylesheets/StyleSheetImpl.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style/
- */
-
-package org.inkscape.dom.stylesheets;
-
-import org.w3c.dom.Node;
-import org.w3c.dom.stylesheets.StyleSheet;
-import org.w3c.dom.stylesheets.MediaList;
-
-
-
-public class StyleSheetImpl
- implements org.w3c.dom.stylesheets.StyleSheet
-{
-
-public native String getType();
-
-public native boolean getDisabled();
-public native void setDisabled(boolean disabled);
-
-public native Node getOwnerNode();
-
-public native StyleSheet getParentStyleSheet();
-
-public native String getHref();
-
-public native String getTitle();
-
-public native MediaList getMedia();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/stylesheets/StyleSheetListImpl.java b/src/bind/java/org/inkscape/dom/stylesheets/StyleSheetListImpl.java
deleted file mode 100644
index 11d024948..000000000
--- a/src/bind/java/org/inkscape/dom/stylesheets/StyleSheetListImpl.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these DOM files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/DOM-Level-2-Style/
- */
-
-
-package org.inkscape.dom.stylesheets;
-
-import org.w3c.dom.stylesheets.StyleSheet;
-
-public class StyleSheetListImpl
- implements org.w3c.dom.stylesheets.StyleSheetList
-{
-
-public native int getLength();
-
-public native StyleSheet item(int index);
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/GetSVGDocumentImpl.java b/src/bind/java/org/inkscape/dom/svg/GetSVGDocumentImpl.java
deleted file mode 100644
index afa49fd2f..000000000
--- a/src/bind/java/org/inkscape/dom/svg/GetSVGDocumentImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGDocument;
-
-
-public class GetSVGDocumentImpl
- implements org.w3c.dom.svg.GetSVGDocument
-{
-
-public native SVGDocument getSVGDocument ( )
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAElementImpl.java
deleted file mode 100644
index 5a2c8986f..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAElementImpl.java
+++ /dev/null
@@ -1,176 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-public class SVGAElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGAElement
-{
-
-public SVGAElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-public native SVGAnimatedString getTarget( );
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAltGlyphDefElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAltGlyphDefElementImpl.java
deleted file mode 100644
index a7d7fa013..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAltGlyphDefElementImpl.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-public class SVGAltGlyphDefElementImpl
- extends SVGElementImpl
- implements org.w3c.dom.svg.SVGAltGlyphDefElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAltGlyphElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAltGlyphElementImpl.java
deleted file mode 100644
index a3d8522cb..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAltGlyphElementImpl.java
+++ /dev/null
@@ -1,60 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.*;
-
-
-public class SVGAltGlyphElementImpl
- extends
- SVGTextPositioningElementImpl
- //SVGURIReference
- implements org.w3c.dom.svg.SVGAltGlyphElement
-{
-
-public SVGAltGlyphElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
-}
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-
-public native String getGlyphRef();
-public native void setGlyphRef(String glyphRef) throws DOMException;
-public native String getFormat();
-public native void setFormat(String format) throws DOMException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAltGlyphItemElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAltGlyphItemElementImpl.java
deleted file mode 100644
index 6c769576a..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAltGlyphItemElementImpl.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-public class SVGAltGlyphItemElementImpl
- extends SVGElementImpl
- implements org.w3c.dom.svg.SVGAltGlyphItemElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAngleImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAngleImpl.java
deleted file mode 100644
index 8c6f385d4..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAngleImpl.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGAngleImpl
- implements org.w3c.dom.svg.SVGAngle
-{
-public native short getUnitType( );
-public native float getValue( );
-public native void setValue( float value )
- throws DOMException;
-public native float getValueInSpecifiedUnits( );
-public native void setValueInSpecifiedUnits( float valueInSpecifiedUnits )
- throws DOMException;
-public native String getValueAsString( );
-public native void setValueAsString( String valueAsString )
- throws DOMException;
-
-public native void newValueSpecifiedUnits ( short unitType, float valueInSpecifiedUnits );
-public native void convertToSpecifiedUnits ( short unitType );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimateColorElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimateColorElementImpl.java
deleted file mode 100644
index d8dbeeab0..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimateColorElementImpl.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-public class SVGAnimateColorElementImpl
- extends SVGAnimationElementImpl
- implements org.w3c.dom.svg.SVGAnimateColorElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimateElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimateElementImpl.java
deleted file mode 100644
index fb4cf9fe0..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimateElementImpl.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-public class SVGAnimateElementImpl
- extends SVGAnimationElementImpl
- implements org.w3c.dom.svg.SVGAnimateElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimateMotionElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimateMotionElementImpl.java
deleted file mode 100644
index 40911bf9d..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimateMotionElementImpl.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-public class SVGAnimateMotionElementImpl
- extends SVGAnimationElementImpl
- implements org.w3c.dom.svg.SVGAnimateMotionElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimateTransformElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimateTransformElementImpl.java
deleted file mode 100644
index 1be3639ac..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimateTransformElementImpl.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-public class SVGAnimateTransformElementImpl
- extends SVGAnimationElementImpl
- implements org.w3c.dom.svg.SVGAnimateTransformElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedAngleImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedAngleImpl.java
deleted file mode 100644
index f419f49cc..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedAngleImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAngle;
-
-
-
-public class SVGAnimatedAngleImpl
- implements org.w3c.dom.svg.SVGAnimatedAngle
-{
-
-public native SVGAngle getBaseVal( );
-public native SVGAngle getAnimVal( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedBooleanImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedBooleanImpl.java
deleted file mode 100644
index 7501e5120..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedBooleanImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-
-public class SVGAnimatedBooleanImpl
- implements org.w3c.dom.svg.SVGAnimatedBoolean
-{
-
-public native boolean getBaseVal( );
-
-public native void setBaseVal( boolean baseVal )
- throws DOMException;
-
-public native boolean getAnimVal( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedEnumerationImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedEnumerationImpl.java
deleted file mode 100644
index f38118053..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedEnumerationImpl.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGAnimatedEnumerationImpl
- implements org.w3c.dom.svg.SVGAnimatedEnumeration
-{
-
-public native short getBaseVal( );
-
-public native void setBaseVal( short baseVal )
- throws DOMException;
-
-public native short getAnimVal( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedIntegerImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedIntegerImpl.java
deleted file mode 100644
index dc6ad43d1..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedIntegerImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-
-public class SVGAnimatedIntegerImpl
- implements org.w3c.dom.svg.SVGAnimatedInteger
-{
-
-public native int getBaseVal( );
-
-public native void setBaseVal( int baseVal )
- throws DOMException;
-
-public native int getAnimVal( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedLengthImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedLengthImpl.java
deleted file mode 100644
index 44dce05c8..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedLengthImpl.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGLength;
-
-
-public class SVGAnimatedLengthImpl
- implements org.w3c.dom.svg.SVGAnimatedLength
-{
-
-public native SVGLength getBaseVal( );
-
-public native SVGLength getAnimVal( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedLengthListImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedLengthListImpl.java
deleted file mode 100644
index b9ec6059a..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedLengthListImpl.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGLengthList;
-
-
-public class SVGAnimatedLengthListImpl
- implements org.w3c.dom.svg.SVGAnimatedLengthList
-{
-
-public native SVGLengthList getBaseVal( );
-public native SVGLengthList getAnimVal( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedNumberImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedNumberImpl.java
deleted file mode 100644
index dffbb259c..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedNumberImpl.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGAnimatedNumberImpl
- implements org.w3c.dom.svg.SVGAnimatedNumber
-{
-
-public native float getBaseVal( );
-
-public native void setBaseVal( float baseVal )
- throws DOMException;
-
-public native float getAnimVal( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedNumberListImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedNumberListImpl.java
deleted file mode 100644
index 0862330b0..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedNumberListImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGNumberList;
-
-
-public class SVGAnimatedNumberListImpl
- implements org.w3c.dom.svg.SVGAnimatedNumberList
-{
-
-public native SVGNumberList getBaseVal( );
-
-public native SVGNumberList getAnimVal( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedPathDataImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedPathDataImpl.java
deleted file mode 100644
index a26e0b5f7..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedPathDataImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGPathSegList;
-
-
-public class SVGAnimatedPathDataImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.svg.SVGAnimatedPathData
-{
-
-public native SVGPathSegList getPathSegList( );
-public native SVGPathSegList getNormalizedPathSegList( );
-public native SVGPathSegList getAnimatedPathSegList( );
-public native SVGPathSegList getAnimatedNormalizedPathSegList( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedPointsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedPointsImpl.java
deleted file mode 100644
index 3b79d667a..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedPointsImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGPointList;
-
-
-public class SVGAnimatedPointsImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.svg.SVGAnimatedPoints
-{
-
-public native SVGPointList getPoints( );
-public native SVGPointList getAnimatedPoints( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedPreserveAspectRatioImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedPreserveAspectRatioImpl.java
deleted file mode 100644
index 93d463ca0..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedPreserveAspectRatioImpl.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGPreserveAspectRatio;
-
-
-public class SVGAnimatedPreserveAspectRatioImpl
- implements org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio
-{
-public native SVGPreserveAspectRatio getBaseVal( );
-public native SVGPreserveAspectRatio getAnimVal( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedRectImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedRectImpl.java
deleted file mode 100644
index ba2bc09a8..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedRectImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGRect;
-
-public class SVGAnimatedRectImpl
- implements org.w3c.dom.svg.SVGAnimatedRect
-{
-public native SVGRect getBaseVal( );
-public native SVGRect getAnimVal( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedStringImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedStringImpl.java
deleted file mode 100644
index 4276bcb13..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedStringImpl.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-public class SVGAnimatedStringImpl
- implements org.w3c.dom.svg.SVGAnimatedString
-{
-public native String getBaseVal( );
-public native void setBaseVal( String baseVal )
- throws DOMException;
-public native String getAnimVal( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedTransformListImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimatedTransformListImpl.java
deleted file mode 100644
index 21a015177..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimatedTransformListImpl.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGTransformList;
-
-
-public class SVGAnimatedTransformListImpl
- implements org.w3c.dom.svg.SVGAnimatedTransformList
-{
-public native SVGTransformList getBaseVal( );
-public native SVGTransformList getAnimVal( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGAnimationElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGAnimationElementImpl.java
deleted file mode 100644
index 8681052fd..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGAnimationElementImpl.java
+++ /dev/null
@@ -1,132 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.smil.ElementTimeControl;
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventListener;
-
-
-
-public class SVGAnimationElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGExternalResourcesRequired,
- //ElementTimeControl,
- //EventTarget
- implements org.w3c.dom.svg.SVGAnimationElement
-{
-
-public SVGAnimationElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_ElementTimeControl = new org.inkscape.dom.smil.ElementTimeControlImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from ElementTimeControl
-org.inkscape.dom.smil.ElementTimeControlImpl _ElementTimeControl;
-public boolean beginElement() throws DOMException
- { return _ElementTimeControl.beginElement(); }
-public boolean endElement() throws DOMException
- { return _ElementTimeControl.endElement(); }
-public boolean beginElementAt(float offset) throws DOMException
- { return _ElementTimeControl.beginElementAt(offset); }
-public boolean endElementAt(float offset) throws DOMException
- { return _ElementTimeControl.endElementAt(offset); }
-//end ElementTimeControl
-
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-public native SVGElement getTargetElement( );
-
-public native float getStartTime ( );
-
-public native float getCurrentTime ( );
-
-public native float getSimpleDuration ( )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGCSSRuleImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGCSSRuleImpl.java
deleted file mode 100644
index d99f6da80..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGCSSRuleImpl.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-
-
-public class SVGCSSRuleImpl
- extends
- org.inkscape.dom.css.CSSRuleImpl
- implements org.w3c.dom.svg.SVGCSSRule
-{
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGCircleElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGCircleElementImpl.java
deleted file mode 100644
index 4391867b4..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGCircleElementImpl.java
+++ /dev/null
@@ -1,172 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventListener;
-
-
-public class SVGCircleElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGCircleElement
-{
-
-public SVGCircleElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-public native SVGAnimatedLength getCx( );
-
-public native SVGAnimatedLength getCy( );
-
-public native SVGAnimatedLength getR( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGClipPathElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGClipPathElementImpl.java
deleted file mode 100644
index be5dcbbfa..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGClipPathElementImpl.java
+++ /dev/null
@@ -1,134 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-
-public class SVGClipPathElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //SVGUnitTypes
- implements org.w3c.dom.svg.SVGClipPathElement
-{
-
-public SVGClipPathElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
-}
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-
-
-
-public native SVGAnimatedEnumeration getClipPathUnits( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGColorImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGColorImpl.java
deleted file mode 100644
index 51d11e777..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGColorImpl.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGException;
-import org.w3c.dom.css.RGBColor;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.svg.SVGICCColor;
-
-public class SVGColorImpl
- extends
- org.inkscape.dom.css.CSSValueImpl
- implements org.w3c.dom.svg.SVGColor
-{
-
-public native short getColorType( );
-public native RGBColor getRGBColor( );
-public native SVGICCColor getICCColor( );
-
-public native void setRGBColor ( String rgbColor )
- throws SVGException;
-public native void setRGBColorICCColor ( String rgbColor, String iccColor )
- throws SVGException;
-public native void setColor ( short colorType, String rgbColor, String iccColor )
- throws SVGException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGColorProfileElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGColorProfileElementImpl.java
deleted file mode 100644
index 6e9e70a74..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGColorProfileElementImpl.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGAnimatedString;
-
-
-
-public class SVGColorProfileElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGRenderingIntent
- implements org.w3c.dom.svg.SVGColorProfileElement
-{
-
-public SVGColorProfileElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
-}
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-
-public native String getLocal( );
-public native void setLocal( String local )
- throws DOMException;
-
-public native String getName( );
-public native void setName( String name )
- throws DOMException;
-
-public native short getRenderingIntent( );
-public native void setRenderingIntent( short renderingIntent )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGColorProfileRuleImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGColorProfileRuleImpl.java
deleted file mode 100644
index 62b95b219..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGColorProfileRuleImpl.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-
-public class SVGColorProfileRuleImpl
- extends
- SVGCSSRuleImpl
- //SVGRenderingIntent
- implements org.w3c.dom.svg.SVGColorProfileRule
-{
-
-public native String getSrc( );
-public native void setSrc( String src )
- throws DOMException;
-
-public native String getName( );
-public native void setName( String name )
- throws DOMException;
-
-public native short getRenderingIntent( );
-public native void setRenderingIntent( short renderingIntent )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGComponentTransferFunctionElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGComponentTransferFunctionElementImpl.java
deleted file mode 100644
index e257e76c8..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGComponentTransferFunctionElementImpl.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedEnumeration;
-import org.w3c.dom.svg.SVGAnimatedNumberList;
-import org.w3c.dom.svg.SVGAnimatedNumber;
-
-
-public class SVGComponentTransferFunctionElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGComponentTransferFunctionElement
-{
-
-public native SVGAnimatedEnumeration getType( );
-public native SVGAnimatedNumberList getTableValues( );
-public native SVGAnimatedNumber getSlope( );
-public native SVGAnimatedNumber getIntercept( );
-public native SVGAnimatedNumber getAmplitude( );
-public native SVGAnimatedNumber getExponent( );
-public native SVGAnimatedNumber getOffset( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGCursorElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGCursorElementImpl.java
deleted file mode 100644
index 29ffd4a10..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGCursorElementImpl.java
+++ /dev/null
@@ -1,84 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-
-public class SVGCursorElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGTests,
- //SVGExternalResourcesRequired
- implements org.w3c.dom.svg.SVGCursorElement
-{
-
-public SVGCursorElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-
-
-
-public native SVGAnimatedLength getX( );
-
-public native SVGAnimatedLength getY( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGDefinitionSrcElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGDefinitionSrcElementImpl.java
deleted file mode 100644
index bc57aa1c9..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGDefinitionSrcElementImpl.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-public class SVGDefinitionSrcElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGDefinitionSrcElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGDefsElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGDefsElementImpl.java
deleted file mode 100644
index b1d23df04..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGDefsElementImpl.java
+++ /dev/null
@@ -1,165 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-
-public class SVGDefsElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGDefsElement
-{
-public SVGDefsElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGDescElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGDescElementImpl.java
deleted file mode 100644
index 56a510974..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGDescElementImpl.java
+++ /dev/null
@@ -1,82 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGDescElementImpl
- extends
- SVGElementImpl
- // SVGLangSpace,
- // SVGStylable
- implements org.w3c.dom.svg.SVGDescElement
-{
-
-public SVGDescElementImpl()
-{
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
-}
-
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGDocumentImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGDocumentImpl.java
deleted file mode 100644
index 9ee152446..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGDocumentImpl.java
+++ /dev/null
@@ -1,65 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.Document;
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.DocumentEvent;
-
-import org.w3c.dom.svg.SVGSVGElement;
-
-
-public class SVGDocumentImpl
- extends
- org.inkscape.dom.DocumentImpl
- //DocumentEvent
- implements org.w3c.dom.svg.SVGDocument
-{
-public SVGDocumentImpl()
-{
- imbue(_DocumentEvent = new org.inkscape.dom.events.DocumentEventImpl());
-}
-
-//from DocumentEvent
-org.inkscape.dom.events.DocumentEventImpl _DocumentEvent;
-public Event createEvent(String eventType) throws DOMException
- { return _DocumentEvent.createEvent(eventType); }
-public boolean canDispatch(String namespaceURI, String type)
- { return _DocumentEvent.canDispatch(namespaceURI, type); }
-//end DocumentEvent
-
-public native String getTitle( );
-public native String getReferrer( );
-public native String getDomain( );
-public native String getURL( );
-public native SVGSVGElement getRootElement( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGElementImpl.java
deleted file mode 100644
index f0f8c3436..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGElementImpl.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGElement;
-import org.w3c.dom.svg.SVGSVGElement;
-
-
-
-public class SVGElementImpl
- extends
- org.inkscape.dom.ElementImpl
- implements org.w3c.dom.svg.SVGElement
-{
-
-public native String getId( );
-public native void setId( String id )
- throws DOMException;
-public native String getXMLbase( );
-public native void setXMLbase( String xmlbase )
- throws DOMException;
-public native SVGSVGElement getOwnerSVGElement( );
-public native SVGElement getViewportElement( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGElementInstanceImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGElementInstanceImpl.java
deleted file mode 100644
index 2d33de6c2..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGElementInstanceImpl.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGElement;
-import org.w3c.dom.svg.SVGUseElement;
-import org.w3c.dom.svg.SVGElementInstance;
-import org.w3c.dom.svg.SVGElementInstanceList;
-
-
-public class SVGElementInstanceImpl
- extends
- org.inkscape.dom.events.EventTargetImpl
- implements org.w3c.dom.svg.SVGElementInstance
-{
-
-public native SVGElement getCorrespondingElement( );
-public native SVGUseElement getCorrespondingUseElement( );
-public native SVGElementInstance getParentNode( );
-public native SVGElementInstanceList getChildNodes( );
-public native SVGElementInstance getFirstChild( );
-public native SVGElementInstance getLastChild( );
-public native SVGElementInstance getPreviousSibling( );
-public native SVGElementInstance getNextSibling( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGElementInstanceListImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGElementInstanceListImpl.java
deleted file mode 100644
index c504701ae..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGElementInstanceListImpl.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGElementInstance;
-
-
-public class SVGElementInstanceListImpl
- implements org.w3c.dom.svg.SVGElementInstanceList
-{
-public native int getLength( );
-
-public native SVGElementInstance item ( int index );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGEllipseElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGEllipseElementImpl.java
deleted file mode 100644
index 2e2111649..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGEllipseElementImpl.java
+++ /dev/null
@@ -1,172 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-public class SVGEllipseElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGEllipseElement
-{
-public SVGEllipseElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-
-public native SVGAnimatedLength getCx( );
-
-public native SVGAnimatedLength getCy( );
-
-public native SVGAnimatedLength getRx( );
-
-public native SVGAnimatedLength getRy( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGEventImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGEventImpl.java
deleted file mode 100644
index ab1b4686d..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGEventImpl.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-
-
-
-public class SVGEventImpl
- extends
- org.inkscape.dom.events.EventImpl
- implements org.w3c.dom.svg.SVGEvent
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGExternalResourcesRequiredImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGExternalResourcesRequiredImpl.java
deleted file mode 100644
index 08fac8312..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGExternalResourcesRequiredImpl.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedBoolean;
-
-
-public class SVGExternalResourcesRequiredImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.svg.SVGExternalResourcesRequired
-{
-
-public native SVGAnimatedBoolean getExternalResourcesRequired( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEBlendElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEBlendElementImpl.java
deleted file mode 100644
index a55f2ef49..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEBlendElementImpl.java
+++ /dev/null
@@ -1,84 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGFEBlendElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEBlendElement
-{
-public SVGFEBlendElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-public native SVGAnimatedString getIn1();
-
-public native SVGAnimatedString getIn2();
-
-public native SVGAnimatedEnumeration getMode();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEColorMatrixElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEColorMatrixElementImpl.java
deleted file mode 100644
index 9a68d21ab..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEColorMatrixElementImpl.java
+++ /dev/null
@@ -1,84 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGFEColorMatrixElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEColorMatrixElement
-{
-public SVGFEColorMatrixElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-
-public native SVGAnimatedString getIn1( );
-
-public native SVGAnimatedEnumeration getType( );
-
-public native SVGAnimatedNumberList getValues( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEComponentTransferElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEComponentTransferElementImpl.java
deleted file mode 100644
index 8ecf3180c..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEComponentTransferElementImpl.java
+++ /dev/null
@@ -1,79 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGFEComponentTransferElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEComponentTransferElement
-{
-public SVGFEComponentTransferElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-
-public native SVGAnimatedString getIn1( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFECompositeElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFECompositeElementImpl.java
deleted file mode 100644
index 0b5ca1276..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFECompositeElementImpl.java
+++ /dev/null
@@ -1,93 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGFECompositeElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFECompositeElement
-{
-public SVGFECompositeElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-
-
-public native SVGAnimatedString getIn1( );
-
-public native SVGAnimatedString getIn2( );
-
-public native SVGAnimatedEnumeration getOperator( );
-
-public native SVGAnimatedNumber getK1( );
-
-public native SVGAnimatedNumber getK2( );
-
-public native SVGAnimatedNumber getK3( );
-
-public native SVGAnimatedNumber getK4( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEConvolveMatrixElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEConvolveMatrixElementImpl.java
deleted file mode 100644
index 5fc3514b6..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEConvolveMatrixElementImpl.java
+++ /dev/null
@@ -1,99 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGFEConvolveMatrixElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEConvolveMatrixElement
-{
-public SVGFEConvolveMatrixElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-
-public native SVGAnimatedInteger getOrderX( );
-
-public native SVGAnimatedInteger getOrderY( );
-
-public native SVGAnimatedNumberList getKernelMatrix( );
-
-public native SVGAnimatedNumber getDivisor( );
-
-public native SVGAnimatedNumber getBias( );
-
-public native SVGAnimatedInteger getTargetX( );
-
-public native SVGAnimatedInteger getTargetY( );
-
-public native SVGAnimatedEnumeration getEdgeMode( );
-
-public native SVGAnimatedNumber getKernelUnitLengthX( );
-
-public native SVGAnimatedNumber getKernelUnitLengthY( );
-
-public native SVGAnimatedBoolean getPreserveAlpha( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEDiffuseLightingElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEDiffuseLightingElementImpl.java
deleted file mode 100644
index 49c95cbec..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEDiffuseLightingElementImpl.java
+++ /dev/null
@@ -1,86 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGFEDiffuseLightingElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEDiffuseLightingElement
-{
-public SVGFEDiffuseLightingElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-public native SVGAnimatedString getIn1( );
-
-public native SVGAnimatedNumber getSurfaceScale( );
-
-public native SVGAnimatedNumber getDiffuseConstant( );
-
-public native SVGAnimatedNumber getKernelUnitLengthX( );
-
-public native SVGAnimatedNumber getKernelUnitLengthY( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEDisplacementMapElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEDisplacementMapElementImpl.java
deleted file mode 100644
index 53c3199c3..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEDisplacementMapElementImpl.java
+++ /dev/null
@@ -1,81 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGFEDisplacementMapElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEDisplacementMapElement
-{
-public SVGFEDisplacementMapElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-public native SVGAnimatedString getIn1( );
-public native SVGAnimatedString getIn2( );
-public native SVGAnimatedNumber getScale( );
-public native SVGAnimatedEnumeration getXChannelSelector( );
-public native SVGAnimatedEnumeration getYChannelSelector( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEDistantLightElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEDistantLightElementImpl.java
deleted file mode 100644
index bda6f9f2c..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEDistantLightElementImpl.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedNumber;
-
-
-public class SVGFEDistantLightElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGFEDistantLightElement
-{
-
-public native SVGAnimatedNumber getAzimuth( );
-public native SVGAnimatedNumber getElevation( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEFloodElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEFloodElementImpl.java
deleted file mode 100644
index 476633c0c..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEFloodElementImpl.java
+++ /dev/null
@@ -1,79 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGFEFloodElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEFloodElement
-{
-public SVGFEFloodElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-
-public native SVGAnimatedString getIn1( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEFuncAElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEFuncAElementImpl.java
deleted file mode 100644
index 347f2b0de..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEFuncAElementImpl.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-
-public class SVGFEFuncAElementImpl
- extends
- SVGComponentTransferFunctionElementImpl
- implements org.w3c.dom.svg.SVGFEFuncAElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEFuncBElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEFuncBElementImpl.java
deleted file mode 100644
index 536521c4a..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEFuncBElementImpl.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-
-public class SVGFEFuncBElementImpl
- extends
- SVGComponentTransferFunctionElementImpl
- implements org.w3c.dom.svg.SVGFEFuncBElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEFuncGElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEFuncGElementImpl.java
deleted file mode 100644
index 09e50e137..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEFuncGElementImpl.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-
-public class SVGFEFuncGElementImpl
- extends
- SVGComponentTransferFunctionElementImpl
- implements org.w3c.dom.svg.SVGFEFuncGElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEFuncRElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEFuncRElementImpl.java
deleted file mode 100644
index 21cf4674e..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEFuncRElementImpl.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-
-
-public class SVGFEFuncRElementImpl
- extends
- SVGComponentTransferFunctionElementImpl
- implements org.w3c.dom.svg.SVGFEFuncRElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEGaussianBlurElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEGaussianBlurElementImpl.java
deleted file mode 100644
index 07c085d35..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEGaussianBlurElementImpl.java
+++ /dev/null
@@ -1,85 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGFEGaussianBlurElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEGaussianBlurElement
-{
-public SVGFEGaussianBlurElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-
-
-public native SVGAnimatedString getIn1( );
-
-public native SVGAnimatedNumber getStdDeviationX( );
-
-public native SVGAnimatedNumber getStdDeviationY( );
-
-public native void setStdDeviation ( float stdDeviationX, float stdDeviationY );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEImageElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEImageElementImpl.java
deleted file mode 100644
index 896e96228..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEImageElementImpl.java
+++ /dev/null
@@ -1,116 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-public class SVGFEImageElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEImageElement
-{
-public SVGFEImageElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-public native SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEMergeElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEMergeElementImpl.java
deleted file mode 100644
index 29e878b69..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEMergeElementImpl.java
+++ /dev/null
@@ -1,74 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGFEMergeElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEMergeElement
-{
-public SVGFEMergeElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEMergeNodeElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEMergeNodeElementImpl.java
deleted file mode 100644
index 9083d0ae0..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEMergeNodeElementImpl.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedString;
-
-
-public class SVGFEMergeNodeElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGFEMergeNodeElement
-{
-
-public native SVGAnimatedString getIn1( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEMorphologyElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEMorphologyElementImpl.java
deleted file mode 100644
index 4952375d0..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEMorphologyElementImpl.java
+++ /dev/null
@@ -1,78 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGFEMorphologyElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEMorphologyElement
-{
-public SVGFEMorphologyElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-
-public native SVGAnimatedString getIn1();
-public native SVGAnimatedEnumeration getOperator();
-public native SVGAnimatedNumber getRadiusX();
-public native SVGAnimatedNumber getRadiusY();
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEOffsetElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEOffsetElementImpl.java
deleted file mode 100644
index 86ca46c5b..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEOffsetElementImpl.java
+++ /dev/null
@@ -1,79 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGFEOffsetElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFEOffsetElement
-{
-public SVGFEOffsetElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-public native SVGAnimatedString getIn1();
-
-public native SVGAnimatedNumber getDx();
-
-public native SVGAnimatedNumber getDy();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFEPointLightElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFEPointLightElementImpl.java
deleted file mode 100644
index 5da2e6571..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFEPointLightElementImpl.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedNumber;
-
-
-public class SVGFEPointLightElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGFEPointLightElement
-{
-public native SVGAnimatedNumber getX( );
-public native SVGAnimatedNumber getY( );
-public native SVGAnimatedNumber getZ( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFESpecularLightingElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFESpecularLightingElementImpl.java
deleted file mode 100644
index 4d1091497..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFESpecularLightingElementImpl.java
+++ /dev/null
@@ -1,81 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGFESpecularLightingElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFESpecularLightingElement
-{
-public SVGFESpecularLightingElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-public native SVGAnimatedString getIn1( );
-
-public native SVGAnimatedNumber getSurfaceScale( );
-
-public native SVGAnimatedNumber getSpecularConstant( );
-
-public native SVGAnimatedNumber getSpecularExponent( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFESpotLightElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFESpotLightElementImpl.java
deleted file mode 100644
index 9cd942d59..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFESpotLightElementImpl.java
+++ /dev/null
@@ -1,49 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedNumber;
-
-
-public class SVGFESpotLightElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGFESpotLightElement
-{
-public native SVGAnimatedNumber getX( );
-public native SVGAnimatedNumber getY( );
-public native SVGAnimatedNumber getZ( );
-public native SVGAnimatedNumber getPointsAtX( );
-public native SVGAnimatedNumber getPointsAtY( );
-public native SVGAnimatedNumber getPointsAtZ( );
-public native SVGAnimatedNumber getSpecularExponent( );
-public native SVGAnimatedNumber getLimitingConeAngle( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFETileElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFETileElementImpl.java
deleted file mode 100644
index 768f1d7b0..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFETileElementImpl.java
+++ /dev/null
@@ -1,75 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGFETileElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFETileElement
-{
-public SVGFETileElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-public native SVGAnimatedString getIn1( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFETurbulenceElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFETurbulenceElementImpl.java
deleted file mode 100644
index 15c206fe7..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFETurbulenceElementImpl.java
+++ /dev/null
@@ -1,85 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGFETurbulenceElementImpl
- extends
- SVGElementImpl
- //SVGFilterPrimitiveStandardAttributes
- implements org.w3c.dom.svg.SVGFETurbulenceElement
-{
-public SVGFETurbulenceElementImpl()
-{
- imbue(_SVGFilterPrimitiveStandardAttributes =
- new SVGFilterPrimitiveStandardAttributesImpl());
-}
-
-//from SVGFilterPrimitiveStandardAttributes
-SVGFilterPrimitiveStandardAttributesImpl _SVGFilterPrimitiveStandardAttributes;
-public SVGAnimatedLength getX()
- { return _SVGFilterPrimitiveStandardAttributes.getX(); }
-public SVGAnimatedLength getY()
- { return _SVGFilterPrimitiveStandardAttributes.getY(); }
-public SVGAnimatedLength getWidth()
- { return _SVGFilterPrimitiveStandardAttributes.getWidth(); }
-public SVGAnimatedLength getHeight()
- { return _SVGFilterPrimitiveStandardAttributes.getHeight(); }
-public SVGAnimatedString getResult()
- { return _SVGFilterPrimitiveStandardAttributes.getResult(); }
-//end SVGFilterPrimitiveStandardAttributes
-
-//from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
-public SVGAnimatedString getClassName()
- { return _SVGFilterPrimitiveStandardAttributes.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGFilterPrimitiveStandardAttributes.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-public native SVGAnimatedNumber getBaseFrequencyX( );
-
-public native SVGAnimatedNumber getBaseFrequencyY( );
-
-public native SVGAnimatedInteger getNumOctaves( );
-
-public native SVGAnimatedNumber getSeed( );
-
-public native SVGAnimatedEnumeration getStitchTiles( );
-
-public native SVGAnimatedEnumeration getType( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFilterElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFilterElementImpl.java
deleted file mode 100644
index d5b36e81e..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFilterElementImpl.java
+++ /dev/null
@@ -1,106 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGFilterElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGUnitTypes
- implements org.w3c.dom.svg.SVGFilterElement
-{
-public SVGFilterElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-public native SVGAnimatedEnumeration getFilterUnits( );
-public native SVGAnimatedEnumeration getPrimitiveUnits( );
-public native SVGAnimatedLength getX( );
-public native SVGAnimatedLength getY( );
-public native SVGAnimatedLength getWidth( );
-public native SVGAnimatedLength getHeight( );
-public native SVGAnimatedInteger getFilterResX( );
-public native SVGAnimatedInteger getFilterResY( );
-public native void setFilterRes ( int filterResX, int filterResY );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFilterPrimitiveStandardAttributesImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFilterPrimitiveStandardAttributesImpl.java
deleted file mode 100644
index 1dd6b2ea6..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFilterPrimitiveStandardAttributesImpl.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedLength;
-import org.w3c.dom.svg.SVGAnimatedString;
-
-
-public class SVGFilterPrimitiveStandardAttributesImpl
- extends
- SVGStylableImpl
- implements org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
-{
-public native SVGAnimatedLength getX( );
-public native SVGAnimatedLength getY( );
-public native SVGAnimatedLength getWidth( );
-public native SVGAnimatedLength getHeight( );
-public native SVGAnimatedString getResult( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFitToViewBoxImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFitToViewBoxImpl.java
deleted file mode 100644
index a319e03bf..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFitToViewBoxImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedRect;
-import org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio;
-
-
-public class SVGFitToViewBoxImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.svg.SVGFitToViewBox
-{
-
-public native SVGAnimatedRect getViewBox( );
-public native SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFontElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFontElementImpl.java
deleted file mode 100644
index 40e55e27c..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFontElementImpl.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGFontElementImpl
- extends
- SVGElementImpl
- //SVGExternalResourcesRequired,
- //SVGStylable
- implements org.w3c.dom.svg.SVGFontElement
-{
-public SVGFontElementImpl()
-{
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
-}
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFontFaceElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFontFaceElementImpl.java
deleted file mode 100644
index 3e5da61f5..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFontFaceElementImpl.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-
-public class SVGFontFaceElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGFontFaceElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFontFaceFormatElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFontFaceFormatElementImpl.java
deleted file mode 100644
index 448ffe732..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFontFaceFormatElementImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGFontFaceFormatElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGFontFaceFormatElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFontFaceNameElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFontFaceNameElementImpl.java
deleted file mode 100644
index 506e1136f..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFontFaceNameElementImpl.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-
-public class SVGFontFaceNameElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGFontFaceNameElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFontFaceSrcElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFontFaceSrcElementImpl.java
deleted file mode 100644
index 7f86c9453..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFontFaceSrcElementImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGFontFaceSrcElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGFontFaceSrcElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGFontFaceUriElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGFontFaceUriElementImpl.java
deleted file mode 100644
index 228bc4867..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGFontFaceUriElementImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGFontFaceUriElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGFontFaceUriElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGForeignObjectElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGForeignObjectElementImpl.java
deleted file mode 100644
index 63df6409b..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGForeignObjectElementImpl.java
+++ /dev/null
@@ -1,169 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-
-public class SVGForeignObjectElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGForeignObjectElement
-{
-public SVGForeignObjectElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-
-public native SVGAnimatedLength getX( );
-public native SVGAnimatedLength getY( );
-public native SVGAnimatedLength getWidth( );
-public native SVGAnimatedLength getHeight( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGGElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGGElementImpl.java
deleted file mode 100644
index fcc026984..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGGElementImpl.java
+++ /dev/null
@@ -1,166 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-
-public class SVGGElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGGElement
-{
-
-public SVGGElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGGlyphElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGGlyphElementImpl.java
deleted file mode 100644
index b5dfc9fc0..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGGlyphElementImpl.java
+++ /dev/null
@@ -1,64 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGGlyphElementImpl
- extends
- SVGElementImpl
- //SVGStylable
- implements org.w3c.dom.svg.SVGGlyphElement
-{
-public SVGGlyphElementImpl()
-{
- imbue(_SVGStylable = new SVGStylableImpl());
-}
-
-
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGGlyphRefElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGGlyphRefElementImpl.java
deleted file mode 100644
index 8f72f4fec..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGGlyphRefElementImpl.java
+++ /dev/null
@@ -1,90 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGGlyphRefElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGStylable
- implements org.w3c.dom.svg.SVGGlyphRefElement
-{
-public SVGGlyphRefElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-
-public native String getGlyphRef( );
-public native void setGlyphRef( String glyphRef )
- throws DOMException;
-public native String getFormat( );
-public native void setFormat( String format )
- throws DOMException;
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-public native float getDx( );
-public native void setDx( float dx )
- throws DOMException;
-public native float getDy( );
-public native void setDy( float dy )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGGradientElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGGradientElementImpl.java
deleted file mode 100644
index 5d4206901..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGGradientElementImpl.java
+++ /dev/null
@@ -1,87 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGGradientElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGUnitTypes
- implements org.w3c.dom.svg.SVGGradientElement
-{
-
-public SVGGradientElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
-}
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-
-public native SVGAnimatedEnumeration getGradientUnits( );
-public native SVGAnimatedTransformList getGradientTransform( );
-public native SVGAnimatedEnumeration getSpreadMethod( );
-}
-
-
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGHKernElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGHKernElementImpl.java
deleted file mode 100644
index d8d303ec1..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGHKernElementImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGHKernElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGHKernElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGICCColorImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGICCColorImpl.java
deleted file mode 100644
index f282df71e..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGICCColorImpl.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGNumberList;
-
-
-public class SVGICCColorImpl
- implements org.w3c.dom.svg.SVGICCColor
-{
-public native String getColorProfile( );
-public native void setColorProfile( String colorProfile )
- throws DOMException;
-public native SVGNumberList getColors( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGImageElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGImageElementImpl.java
deleted file mode 100644
index d7f287fd1..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGImageElementImpl.java
+++ /dev/null
@@ -1,178 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-
-public class SVGImageElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGImageElement
-{
-
-public SVGImageElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-public native SVGAnimatedLength getX( );
-public native SVGAnimatedLength getY( );
-public native SVGAnimatedLength getWidth( );
-public native SVGAnimatedLength getHeight( );
-public native SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGLangSpaceImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGLangSpaceImpl.java
deleted file mode 100644
index 5caed0330..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGLangSpaceImpl.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-
-public class SVGLangSpaceImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.svg.SVGLangSpace
-{
-public native String getXMLlang( );
-public native void setXMLlang( String xmllang )
- throws DOMException;
-public native String getXMLspace( );
-public native void setXMLspace( String xmlspace )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGLengthImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGLengthImpl.java
deleted file mode 100644
index 7b6bf9f86..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGLengthImpl.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-
-public class SVGLengthImpl
- implements org.w3c.dom.svg.SVGLength
-{
-public native short getUnitType( );
-public native float getValue( );
-public native void setValue( float value )
- throws DOMException;
-public native float getValueInSpecifiedUnits( );
-public native void setValueInSpecifiedUnits( float valueInSpecifiedUnits )
- throws DOMException;
-public native String getValueAsString( );
-public native void setValueAsString( String valueAsString )
- throws DOMException;
-
-public native void newValueSpecifiedUnits ( short unitType, float valueInSpecifiedUnits );
-public native void convertToSpecifiedUnits ( short unitType );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGLengthListImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGLengthListImpl.java
deleted file mode 100644
index 4f0ce4c66..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGLengthListImpl.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGException;
-import org.w3c.dom.svg.SVGLength;
-
-
-public class SVGLengthListImpl
- implements org.w3c.dom.svg.SVGLengthList
-{
-public native int getNumberOfItems( );
-
-public native void clear ( )
- throws DOMException;
-public native SVGLength initialize ( SVGLength newItem )
- throws DOMException, SVGException;
-public native SVGLength getItem ( int index )
- throws DOMException;
-public native SVGLength insertItemBefore ( SVGLength newItem, int index )
- throws DOMException, SVGException;
-public native SVGLength replaceItem ( SVGLength newItem, int index )
- throws DOMException, SVGException;
-public native SVGLength removeItem ( int index )
- throws DOMException;
-public native SVGLength appendItem ( SVGLength newItem )
- throws DOMException, SVGException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGLineElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGLineElementImpl.java
deleted file mode 100644
index 74a5f7a61..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGLineElementImpl.java
+++ /dev/null
@@ -1,170 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-
-public class SVGLineElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGLineElement
-{
-
-public SVGLineElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-public native SVGAnimatedLength getX1( );
-public native SVGAnimatedLength getY1( );
-public native SVGAnimatedLength getX2( );
-public native SVGAnimatedLength getY2( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGLinearGradientElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGLinearGradientElementImpl.java
deleted file mode 100644
index 26d3bb8c0..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGLinearGradientElementImpl.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedLength;
-
-
-public class SVGLinearGradientElementImpl
- extends
- SVGGradientElementImpl
- implements org.w3c.dom.svg.SVGLinearGradientElement
-{
-public native SVGAnimatedLength getX1( );
-public native SVGAnimatedLength getY1( );
-public native SVGAnimatedLength getX2( );
-public native SVGAnimatedLength getY2( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGLocatableImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGLocatableImpl.java
deleted file mode 100644
index df9a0d59b..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGLocatableImpl.java
+++ /dev/null
@@ -1,51 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGException;
-import org.w3c.dom.svg.SVGElement;
-import org.w3c.dom.svg.SVGRect;
-import org.w3c.dom.svg.SVGMatrix;
-
-
-public class SVGLocatableImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.svg.SVGLocatable
-{
-public native SVGElement getNearestViewportElement( );
-public native SVGElement getFarthestViewportElement( );
-
-public native SVGRect getBBox ( );
-public native SVGMatrix getCTM ( );
-public native SVGMatrix getScreenCTM ( );
-public native SVGMatrix getTransformToElement ( SVGElement element )
- throws SVGException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGMPathElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGMPathElementImpl.java
deleted file mode 100644
index 9d7c1c6ee..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGMPathElementImpl.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-
-public class SVGMPathElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGExternalResourcesRequired
- implements org.w3c.dom.svg.SVGMPathElement
-{
-
-public SVGMPathElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGMarkerElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGMarkerElementImpl.java
deleted file mode 100644
index 656ae0f17..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGMarkerElementImpl.java
+++ /dev/null
@@ -1,107 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGMarkerElementImpl
- extends
- SVGElementImpl
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGFitToViewBox
- implements org.w3c.dom.svg.SVGMarkerElement
-{
-
-public SVGMarkerElementImpl()
-{
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGFitToViewBox = new SVGFitToViewBoxImpl());
-}
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGFitToViewBox
-SVGFitToViewBoxImpl _SVGFitToViewBox;
-public SVGAnimatedRect getViewBox()
- { return _SVGFitToViewBox.getViewBox(); }
-public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
- { return _SVGFitToViewBox.getPreserveAspectRatio(); }
-//end SVGFitToViewBox
-
-
-public native SVGAnimatedLength getRefX( );
-public native SVGAnimatedLength getRefY( );
-public native SVGAnimatedEnumeration getMarkerUnits( );
-public native SVGAnimatedLength getMarkerWidth( );
-public native SVGAnimatedLength getMarkerHeight( );
-public native SVGAnimatedEnumeration getOrientType( );
-public native SVGAnimatedAngle getOrientAngle( );
-public native void setOrientToAuto ( );
-public native void setOrientToAngle ( SVGAngle angle );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGMaskElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGMaskElementImpl.java
deleted file mode 100644
index 507095771..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGMaskElementImpl.java
+++ /dev/null
@@ -1,108 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGMaskElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGUnitTypes
- implements org.w3c.dom.svg.SVGMaskElement
-{
-
-public SVGMaskElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
-}
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-public native SVGAnimatedEnumeration getMaskUnits( );
-public native SVGAnimatedEnumeration getMaskContentUnits( );
-public native SVGAnimatedLength getX( );
-public native SVGAnimatedLength getY( );
-public native SVGAnimatedLength getWidth( );
-public native SVGAnimatedLength getHeight( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGMatrixImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGMatrixImpl.java
deleted file mode 100644
index 65cf6fbfe..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGMatrixImpl.java
+++ /dev/null
@@ -1,72 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGException;
-import org.w3c.dom.svg.SVGMatrix;
-
-
-public class SVGMatrixImpl
- implements org.w3c.dom.svg.SVGMatrix
-{
-public native float getA( );
-public native void setA( float a )
- throws DOMException;
-public native float getB( );
-public native void setB( float b )
- throws DOMException;
-public native float getC( );
-public native void setC( float c )
- throws DOMException;
-public native float getD( );
-public native void setD( float d )
- throws DOMException;
-public native float getE( );
-public native void setE( float e )
- throws DOMException;
-public native float getF( );
-public native void setF( float f )
- throws DOMException;
-
-public native SVGMatrix multiply ( SVGMatrix secondMatrix );
-public native SVGMatrix inverse ( )
- throws SVGException;
-public native SVGMatrix translate ( float x, float y );
-public native SVGMatrix scale ( float scaleFactor );
-public native SVGMatrix scaleNonUniform ( float scaleFactorX, float scaleFactorY );
-public native SVGMatrix rotate ( float angle );
-public native SVGMatrix rotateFromVector ( float x, float y )
- throws SVGException;
-public native SVGMatrix flipX ( );
-public native SVGMatrix flipY ( );
-public native SVGMatrix skewX ( float angle );
-public native SVGMatrix skewY ( float angle );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGMetadataElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGMetadataElementImpl.java
deleted file mode 100644
index e0197ee6f..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGMetadataElementImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGMetadataElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGMetadataElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGMissingGlyphElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGMissingGlyphElementImpl.java
deleted file mode 100644
index cbb115ee1..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGMissingGlyphElementImpl.java
+++ /dev/null
@@ -1,61 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGMissingGlyphElementImpl
- extends
- SVGElementImpl
- //SVGStylable
- implements org.w3c.dom.svg.SVGMissingGlyphElement
-{
-
-public SVGMissingGlyphElementImpl()
-{
- imbue(_SVGStylable = new SVGStylableImpl());
-}
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGNumberImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGNumberImpl.java
deleted file mode 100644
index 1a0c94ffd..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGNumberImpl.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-
-public class SVGNumberImpl
- implements org.w3c.dom.svg.SVGNumber
-{
-public native float getValue( );
-public native void setValue( float value )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGNumberListImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGNumberListImpl.java
deleted file mode 100644
index 7e2b0c693..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGNumberListImpl.java
+++ /dev/null
@@ -1,58 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGException;
-import org.w3c.dom.svg.SVGNumber;
-
-
-public class SVGNumberListImpl
- implements org.w3c.dom.svg.SVGNumberList
-{
-
-public native int getNumberOfItems( );
-
-public native void clear ( )
- throws DOMException;
-public native SVGNumber initialize ( SVGNumber newItem )
- throws DOMException, SVGException;
-public native SVGNumber getItem ( int index )
- throws DOMException;
-public native SVGNumber insertItemBefore ( SVGNumber newItem, int index )
- throws DOMException, SVGException;
-public native SVGNumber replaceItem ( SVGNumber newItem, int index )
- throws DOMException, SVGException;
-public native SVGNumber removeItem ( int index )
- throws DOMException;
-public native SVGNumber appendItem ( SVGNumber newItem )
- throws DOMException, SVGException;
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPaintImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPaintImpl.java
deleted file mode 100644
index 7387ae150..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPaintImpl.java
+++ /dev/null
@@ -1,49 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.css.RGBColor;
-import org.w3c.dom.svg.SVGException;
-
-
-
-public class SVGPaintImpl
- extends
- SVGColorImpl
- implements org.w3c.dom.svg.SVGPaint
-{
-public native short getPaintType( );
-public native String getUri( );
-
-public native void setUri ( String uri );
-public native void setPaint ( short paintType, String uri,
- String rgbColor, String iccColor )
- throws SVGException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathElementImpl.java
deleted file mode 100644
index 692c13213..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathElementImpl.java
+++ /dev/null
@@ -1,215 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-public class SVGPathElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget,
- //SVGAnimatedPathData
- implements org.w3c.dom.svg.SVGPathElement
-{
-
-public SVGPathElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
- imbue(_SVGAnimatedPathData = new SVGAnimatedPathDataImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-//from SVGAnimatedPathData
-SVGAnimatedPathDataImpl _SVGAnimatedPathData;
-public SVGPathSegList getPathSegList()
- { return _SVGAnimatedPathData.getPathSegList(); }
-public SVGPathSegList getNormalizedPathSegList()
- { return _SVGAnimatedPathData.getNormalizedPathSegList(); }
-public SVGPathSegList getAnimatedPathSegList()
- { return _SVGAnimatedPathData.getAnimatedPathSegList(); }
-public SVGPathSegList getAnimatedNormalizedPathSegList()
- { return _SVGAnimatedPathData.getAnimatedNormalizedPathSegList(); }
-//end SVGAnimatedPathData
-
-public native SVGAnimatedNumber getPathLength( );
-public native float getTotalLength ( );
-public native SVGPoint getPointAtLength ( float distance );
-public native int getPathSegAtLength ( float distance );
-
-//CREATEs
-public native SVGPathSegClosePath createSVGPathSegClosePath ( );
-public native SVGPathSegMovetoAbs createSVGPathSegMovetoAbs ( float x, float y );
-public native SVGPathSegMovetoRel createSVGPathSegMovetoRel ( float x, float y );
-public native SVGPathSegLinetoAbs createSVGPathSegLinetoAbs ( float x, float y );
-public native SVGPathSegLinetoRel createSVGPathSegLinetoRel ( float x, float y );
-
-public native SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs ( float x, float y, float x1, float y1, float x2, float y2 );
-public native SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel ( float x, float y, float x1, float y1, float x2, float y2 );
-
-public native SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs ( float x, float y, float x1, float y1 );
-public native SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel ( float x, float y, float x1, float y1 );
-
-public native SVGPathSegArcAbs createSVGPathSegArcAbs ( float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag );
-public native SVGPathSegArcRel createSVGPathSegArcRel ( float x, float y, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag );
-
-public native SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs ( float x );
-public native SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel ( float x );
-
-public native SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs ( float y );
-public native SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel ( float y );
-
-public native SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs ( float x, float y, float x2, float y2 );
-public native SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel ( float x, float y, float x2, float y2 );
-
-public native SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs ( float x, float y );
-public native SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel ( float x, float y );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegArcAbsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegArcAbsImpl.java
deleted file mode 100644
index ebef29a0a..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegArcAbsImpl.java
+++ /dev/null
@@ -1,61 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegArcAbsImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegArcAbs
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-public native float getR1( );
-public native void setR1( float r1 )
- throws DOMException;
-public native float getR2( );
-public native void setR2( float r2 )
- throws DOMException;
-public native float getAngle( );
-public native void setAngle( float angle )
- throws DOMException;
-public native boolean getLargeArcFlag( );
-public native void setLargeArcFlag( boolean largeArcFlag )
- throws DOMException;
-public native boolean getSweepFlag( );
-public native void setSweepFlag( boolean sweepFlag )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegArcRelImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegArcRelImpl.java
deleted file mode 100644
index 5d2b15774..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegArcRelImpl.java
+++ /dev/null
@@ -1,61 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegArcRelImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegArcRel
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-public native float getR1( );
-public native void setR1( float r1 )
- throws DOMException;
-public native float getR2( );
-public native void setR2( float r2 )
- throws DOMException;
-public native float getAngle( );
-public native void setAngle( float angle )
- throws DOMException;
-public native boolean getLargeArcFlag( );
-public native void setLargeArcFlag( boolean largeArcFlag )
- throws DOMException;
-public native boolean getSweepFlag( );
-public native void setSweepFlag( boolean sweepFlag )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegClosePathImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegClosePathImpl.java
deleted file mode 100644
index c1615d007..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegClosePathImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGPathSegClosePathImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegClosePath
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicAbsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicAbsImpl.java
deleted file mode 100644
index 2ace254c2..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicAbsImpl.java
+++ /dev/null
@@ -1,58 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegCurvetoCubicAbsImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-public native float getX1( );
-public native void setX1( float x1 )
- throws DOMException;
-public native float getY1( );
-public native void setY1( float y1 )
- throws DOMException;
-public native float getX2( );
-public native void setX2( float x2 )
- throws DOMException;
-public native float getY2( );
-public native void setY2( float y2 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicRelImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicRelImpl.java
deleted file mode 100644
index d3bbf140b..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicRelImpl.java
+++ /dev/null
@@ -1,58 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegCurvetoCubicRelImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-public native float getX1( );
-public native void setX1( float x1 )
- throws DOMException;
-public native float getY1( );
-public native void setY1( float y1 )
- throws DOMException;
-public native float getX2( );
-public native void setX2( float x2 )
- throws DOMException;
-public native float getY2( );
-public native void setY2( float y2 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicSmoothAbsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicSmoothAbsImpl.java
deleted file mode 100644
index 1c1b1328c..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicSmoothAbsImpl.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegCurvetoCubicSmoothAbsImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-public native float getX2( );
-public native void setX2( float x2 )
- throws DOMException;
-public native float getY2( );
-public native void setY2( float y2 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicSmoothRelImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicSmoothRelImpl.java
deleted file mode 100644
index 265228bb5..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoCubicSmoothRelImpl.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegCurvetoCubicSmoothRelImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-public native float getX2( );
-public native void setX2( float x2 )
- throws DOMException;
-public native float getY2( );
-public native void setY2( float y2 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticAbsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticAbsImpl.java
deleted file mode 100644
index bc2b39052..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticAbsImpl.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegCurvetoQuadraticAbsImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-public native float getX1( );
-public native void setX1( float x1 )
- throws DOMException;
-public native float getY1( );
-public native void setY1( float y1 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticRelImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticRelImpl.java
deleted file mode 100644
index 35dd8f927..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticRelImpl.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegCurvetoQuadraticRelImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-public native float getX1( );
-public native void setX1( float x1 )
- throws DOMException;
-public native float getY1( );
-public native void setY1( float y1 )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbsImpl.java
deleted file mode 100644
index 50f0f4be2..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbsImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegCurvetoQuadraticSmoothAbsImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticSmoothRelImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticSmoothRelImpl.java
deleted file mode 100644
index c55c706fc..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegCurvetoQuadraticSmoothRelImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegCurvetoQuadraticSmoothRelImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegImpl.java
deleted file mode 100644
index 2a57b613c..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSeg
-{
-public native short getPathSegType( );
-public native String getPathSegTypeAsLetter( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoAbsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoAbsImpl.java
deleted file mode 100644
index c53dc3de3..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoAbsImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegLinetoAbsImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegLinetoAbs
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoHorizontalAbsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoHorizontalAbsImpl.java
deleted file mode 100644
index d7e29c87d..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoHorizontalAbsImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegLinetoHorizontalAbsImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoHorizontalRelImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoHorizontalRelImpl.java
deleted file mode 100644
index 105f321e8..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoHorizontalRelImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegLinetoHorizontalRelImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoRelImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoRelImpl.java
deleted file mode 100644
index 1c941a79e..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoRelImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegLinetoRelImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegLinetoRel
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoVerticalAbsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoVerticalAbsImpl.java
deleted file mode 100644
index ef7e38820..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoVerticalAbsImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegLinetoVerticalAbsImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs
-{
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoVerticalRelImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoVerticalRelImpl.java
deleted file mode 100644
index 22fdf9232..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegLinetoVerticalRelImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegLinetoVerticalRelImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegLinetoVerticalRel
-{
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegListImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegListImpl.java
deleted file mode 100644
index 99d10586c..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegListImpl.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGException;
-
-import org.w3c.dom.svg.SVGPathSeg;
-
-
-public class SVGPathSegListImpl
- implements org.w3c.dom.svg.SVGPathSegList
-{
-public native int getNumberOfItems( );
-
-public native void clear ( )
- throws DOMException;
-public native SVGPathSeg initialize ( SVGPathSeg newItem )
- throws DOMException, SVGException;
-public native SVGPathSeg getItem ( int index )
- throws DOMException;
-public native SVGPathSeg insertItemBefore ( SVGPathSeg newItem, int index )
- throws DOMException, SVGException;
-public native SVGPathSeg replaceItem ( SVGPathSeg newItem, int index )
- throws DOMException, SVGException;
-public native SVGPathSeg removeItem ( int index )
- throws DOMException;
-public native SVGPathSeg appendItem ( SVGPathSeg newItem )
- throws DOMException, SVGException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegMovetoAbsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegMovetoAbsImpl.java
deleted file mode 100644
index a2e08dc46..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegMovetoAbsImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegMovetoAbsImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegMovetoAbs
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPathSegMovetoRelImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPathSegMovetoRelImpl.java
deleted file mode 100644
index 989925787..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPathSegMovetoRelImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPathSegMovetoRelImpl
- extends
- SVGPathSegImpl
- implements org.w3c.dom.svg.SVGPathSegMovetoRel
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPatternElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPatternElementImpl.java
deleted file mode 100644
index 9d8c774fe..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPatternElementImpl.java
+++ /dev/null
@@ -1,135 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-public class SVGPatternElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGFitToViewBox,
- //SVGUnitTypes
- implements org.w3c.dom.svg.SVGPatternElement
-{
-
-public SVGPatternElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGFitToViewBox = new SVGFitToViewBoxImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGFitToViewBox
-SVGFitToViewBoxImpl _SVGFitToViewBox;
-public SVGAnimatedRect getViewBox()
- { return _SVGFitToViewBox.getViewBox(); }
-public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
- { return _SVGFitToViewBox.getPreserveAspectRatio(); }
-//end SVGFitToViewBox
-
-
-
-public native SVGAnimatedEnumeration getPatternUnits( );
-public native SVGAnimatedEnumeration getPatternContentUnits( );
-public native SVGAnimatedTransformList getPatternTransform( );
-public native SVGAnimatedLength getX( );
-public native SVGAnimatedLength getY( );
-public native SVGAnimatedLength getWidth( );
-public native SVGAnimatedLength getHeight( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPointImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPointImpl.java
deleted file mode 100644
index 87f806a1b..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPointImpl.java
+++ /dev/null
@@ -1,49 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGPoint;
-import org.w3c.dom.svg.SVGMatrix;
-
-
-public class SVGPointImpl
- implements org.w3c.dom.svg.SVGPoint
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-
-public native SVGPoint matrixTransform ( SVGMatrix matrix );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPointListImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPointListImpl.java
deleted file mode 100644
index e1ab60265..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPointListImpl.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGException;
-import org.w3c.dom.svg.SVGPoint;
-
-
-public class SVGPointListImpl
- implements org.w3c.dom.svg.SVGPointList
-{
-public native int getNumberOfItems( );
-
-public native void clear ( )
- throws DOMException;
-public native SVGPoint initialize ( SVGPoint newItem )
- throws DOMException, SVGException;
-public native SVGPoint getItem ( int index )
- throws DOMException;
-public native SVGPoint insertItemBefore ( SVGPoint newItem, int index )
- throws DOMException, SVGException;
-public native SVGPoint replaceItem ( SVGPoint newItem, int index )
- throws DOMException, SVGException;
-public native SVGPoint removeItem ( int index )
- throws DOMException;
-public native SVGPoint appendItem ( SVGPoint newItem )
- throws DOMException, SVGException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPolygonElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPolygonElementImpl.java
deleted file mode 100644
index a93eca993..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPolygonElementImpl.java
+++ /dev/null
@@ -1,177 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-
-public class SVGPolygonElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget,
- //SVGAnimatedPoints
- implements org.w3c.dom.svg.SVGPolygonElement
-{
-
-public SVGPolygonElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
- imbue(_SVGAnimatedPoints = new SVGAnimatedPointsImpl());
-}
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-//from SVGAnimatedPoints
-SVGAnimatedPointsImpl _SVGAnimatedPoints;
-public SVGPointList getPoints()
- { return _SVGAnimatedPoints.getPoints(); }
-public SVGPointList getAnimatedPoints()
- { return _SVGAnimatedPoints.getAnimatedPoints(); }
-//end SVGAnimatedPoints
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPolylineElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPolylineElementImpl.java
deleted file mode 100644
index ea017691d..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPolylineElementImpl.java
+++ /dev/null
@@ -1,175 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-public class SVGPolylineElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget,
- //SVGAnimatedPoints
- implements org.w3c.dom.svg.SVGPolylineElement
-{
-
-public SVGPolylineElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
- imbue(_SVGAnimatedPoints = new SVGAnimatedPointsImpl());
-}
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-//from SVGAnimatedPoints
-SVGAnimatedPointsImpl _SVGAnimatedPoints;
-public SVGPointList getPoints()
- { return _SVGAnimatedPoints.getPoints(); }
-public SVGPointList getAnimatedPoints()
- { return _SVGAnimatedPoints.getAnimatedPoints(); }
-//end SVGAnimatedPoints
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGPreserveAspectRatioImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGPreserveAspectRatioImpl.java
deleted file mode 100644
index 07d9e26ec..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGPreserveAspectRatioImpl.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGPreserveAspectRatioImpl
- implements org.w3c.dom.svg.SVGPreserveAspectRatio
-{
-public native short getAlign( );
-public native void setAlign( short align )
- throws DOMException;
-public native short getMeetOrSlice( );
-public native void setMeetOrSlice( short meetOrSlice )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGRadialGradientElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGRadialGradientElementImpl.java
deleted file mode 100644
index 28db7de38..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGRadialGradientElementImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedLength;
-
-
-public class SVGRadialGradientElementImpl
- extends
- SVGGradientElementImpl
- implements org.w3c.dom.svg.SVGRadialGradientElement
-{
-public native SVGAnimatedLength getCx( );
-public native SVGAnimatedLength getCy( );
-public native SVGAnimatedLength getR( );
-public native SVGAnimatedLength getFx( );
-public native SVGAnimatedLength getFy( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGRectElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGRectElementImpl.java
deleted file mode 100644
index e0a3aefc7..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGRectElementImpl.java
+++ /dev/null
@@ -1,170 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-
-public class SVGRectElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGRectElement
-{
-
-public SVGRectElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-public native SVGAnimatedLength getX( );
-public native SVGAnimatedLength getY( );
-public native SVGAnimatedLength getWidth( );
-public native SVGAnimatedLength getHeight( );
-public native SVGAnimatedLength getRx( );
-public native SVGAnimatedLength getRy( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGRectImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGRectImpl.java
deleted file mode 100644
index 9b4b0e762..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGRectImpl.java
+++ /dev/null
@@ -1,49 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-
-public class SVGRectImpl
- implements org.w3c.dom.svg.SVGRect
-{
-public native float getX( );
-public native void setX( float x )
- throws DOMException;
-public native float getY( );
-public native void setY( float y )
- throws DOMException;
-public native float getWidth( );
-public native void setWidth( float width )
- throws DOMException;
-public native float getHeight( );
-public native void setHeight( float height )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGRenderingIntentImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGRenderingIntentImpl.java
deleted file mode 100644
index 629a105cb..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGRenderingIntentImpl.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGRenderingIntentImpl
- implements org.w3c.dom.svg.SVGRenderingIntent
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGSVGElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGSVGElementImpl.java
deleted file mode 100644
index a98db9e07..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGSVGElementImpl.java
+++ /dev/null
@@ -1,280 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.NodeList;
-import org.w3c.dom.Element;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-import org.w3c.dom.css.RGBColor;
-
-import org.w3c.dom.views.DocumentView;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-import org.w3c.dom.events.DocumentEvent;
-
-import org.w3c.dom.stylesheets.DocumentStyle;
-import org.w3c.dom.stylesheets.StyleSheetList;
-
-
-
-public class SVGSVGElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGLocatable,
- //SVGFitToViewBox,
- //SVGZoomAndPan,
- //EventTarget,
- //DocumentEvent,
- //ViewCSS,
- //DocumentCSS
- implements org.w3c.dom.svg.SVGSVGElement
-{
-public SVGSVGElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGLocatable = new SVGLocatableImpl());
- imbue(_SVGFitToViewBox = new SVGFitToViewBoxImpl());
- imbue(_SVGZoomAndPan = new SVGZoomAndPanImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
- imbue(_DocumentEvent = new org.inkscape.dom.events.DocumentEventImpl());
- imbue(_ViewCSS = new org.inkscape.dom.css.ViewCSSImpl());
- imbue(_DocumentCSS = new org.inkscape.dom.css.DocumentCSSImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGLocatable
-private SVGLocatableImpl _SVGLocatable;
-public SVGElement getNearestViewportElement()
- { return _SVGLocatable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGLocatable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGLocatable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGLocatable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGLocatable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGLocatable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-//from SVGFitToViewBox
-SVGFitToViewBoxImpl _SVGFitToViewBox;
-public SVGAnimatedRect getViewBox()
- { return _SVGFitToViewBox.getViewBox(); }
-public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
- { return _SVGFitToViewBox.getPreserveAspectRatio(); }
-//end SVGFitToViewBox
-
-//from SVGZoomAndPan
-SVGZoomAndPanImpl _SVGZoomAndPan;
-public short getZoomAndPan()
- { return _SVGZoomAndPan.getZoomAndPan(); }
-public void setZoomAndPan(short zoomAndPan) throws DOMException
- { _SVGZoomAndPan.setZoomAndPan(zoomAndPan); }
-//end SVGZoomAndPan
-
-
-//from DocumentEvent
-org.inkscape.dom.events.DocumentEventImpl _DocumentEvent;
-public Event createEvent(String eventType) throws DOMException
- { return _DocumentEvent.createEvent(eventType); }
-public boolean canDispatch(String namespaceURI, String type)
- { return _DocumentEvent.canDispatch(namespaceURI, type); }
-//end DocumentEvent
-
-//from ViewCSS
-org.inkscape.dom.css.ViewCSSImpl _ViewCSS;
-public CSSStyleDeclaration getComputedStyle(Element elt, String pseudoElt)
- { return _ViewCSS.getComputedStyle(elt, pseudoElt); }
-//end ViewCSS
-
-//from AbstractView (from ViewCSS)
-public DocumentView getDocument()
- { return _ViewCSS.getDocument(); }
-//end AbstractView
-
-//from DocumentCSS
-org.inkscape.dom.css.DocumentCSSImpl _DocumentCSS;
-public CSSStyleDeclaration getOverrideStyle(Element elt, String pseudoElt)
- { return _DocumentCSS.getOverrideStyle(elt, pseudoElt); }
-//end DocumentCSS
-
-//from DocumentStyle (from DocumentCSS)
-public StyleSheetList getStyleSheets()
- { return _DocumentCSS.getStyleSheets(); }
-//end DocumentStyle
-
-
-public native SVGAnimatedLength getX( );
-public native SVGAnimatedLength getY( );
-public native SVGAnimatedLength getWidth( );
-public native SVGAnimatedLength getHeight( );
-public native String getContentScriptType( );
-public native void setContentScriptType( String contentScriptType )
- throws DOMException;
-public native String getContentStyleType( );
-public native void setContentStyleType( String contentStyleType )
- throws DOMException;
-public native SVGRect getViewport( );
-public native float getPixelUnitToMillimeterX( );
-public native float getPixelUnitToMillimeterY( );
-public native float getScreenPixelToMillimeterX( );
-public native float getScreenPixelToMillimeterY( );
-public native boolean getUseCurrentView( );
-public native void setUseCurrentView( boolean useCurrentView )
- throws DOMException;
-public native SVGViewSpec getCurrentView( );
-public native float getCurrentScale( );
-public native void setCurrentScale( float currentScale )
- throws DOMException;
-public native SVGPoint getCurrentTranslate( );
-
-public native int suspendRedraw ( int max_wait_milliseconds );
-public native void unsuspendRedraw ( int suspend_handle_id )
- throws DOMException;
-public native void unsuspendRedrawAll ( );
-public native void forceRedraw ( );
-public native void pauseAnimations ( );
-public native void unpauseAnimations ( );
-public native boolean animationsPaused ( );
-public native float getCurrentTime ( );
-public native void setCurrentTime ( float seconds );
-public native NodeList getIntersectionList ( SVGRect rect, SVGElement referenceElement );
-public native NodeList getEnclosureList ( SVGRect rect, SVGElement referenceElement );
-public native boolean checkIntersection ( SVGElement element, SVGRect rect );
-public native boolean checkEnclosure ( SVGElement element, SVGRect rect );
-public native void deselectAll ( );
-public native SVGNumber createSVGNumber ( );
-public native SVGLength createSVGLength ( );
-public native SVGAngle createSVGAngle ( );
-public native SVGPoint createSVGPoint ( );
-public native SVGMatrix createSVGMatrix ( );
-public native SVGRect createSVGRect ( );
-public native SVGTransform createSVGTransform ( );
-public native SVGTransform createSVGTransformFromMatrix ( SVGMatrix matrix );
-public native Element getElementById ( String elementId );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGScriptElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGScriptElementImpl.java
deleted file mode 100644
index a211ad345..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGScriptElementImpl.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.*;
-
-
-
-public class SVGScriptElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGExternalResourcesRequired
- implements org.w3c.dom.svg.SVGScriptElement
-{
-
-public SVGScriptElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-
-
-public native String getType( );
-public native void setType( String type )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGSetElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGSetElementImpl.java
deleted file mode 100644
index 9187d6104..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGSetElementImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGSetElementImpl
- extends
- SVGAnimationElementImpl
- implements org.w3c.dom.svg.SVGSetElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGStopElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGStopElementImpl.java
deleted file mode 100644
index dee28e3ed..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGStopElementImpl.java
+++ /dev/null
@@ -1,62 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-public class SVGStopElementImpl
- extends
- SVGElementImpl
- //SVGStylable
- implements org.w3c.dom.svg.SVGStopElement
-{
-
-public SVGStopElementImpl()
-{
- imbue(_SVGStylable = new SVGStylableImpl());
-}
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-public native SVGAnimatedNumber getOffset( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGStringListImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGStringListImpl.java
deleted file mode 100644
index cb352d9c9..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGStringListImpl.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGException;
-
-
-
-public class SVGStringListImpl
- implements org.w3c.dom.svg.SVGStringList
-{
-public native int getNumberOfItems( );
-
-public native void clear ( )
- throws DOMException;
-public native String initialize ( String newItem )
- throws DOMException, SVGException;
-public native String getItem ( int index )
- throws DOMException;
-public native String insertItemBefore ( String newItem, int index )
- throws DOMException, SVGException;
-public native String replaceItem ( String newItem, int index )
- throws DOMException, SVGException;
-public native String removeItem ( int index )
- throws DOMException;
-public native String appendItem ( String newItem )
- throws DOMException, SVGException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGStylableImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGStylableImpl.java
deleted file mode 100644
index 7523d456d..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGStylableImpl.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-import org.w3c.dom.svg.SVGAnimatedString;
-
-public class SVGStylableImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.svg.SVGStylable
-{
-
-public native SVGAnimatedString getClassName( );
-public native CSSStyleDeclaration getStyle( );
-public native CSSValue getPresentationAttribute ( String name );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGStyleElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGStyleElementImpl.java
deleted file mode 100644
index 8b7408434..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGStyleElementImpl.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGStyleElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGStyleElement
-{
-public native String getXMLspace( );
-public native void setXMLspace( String xmlspace )
- throws DOMException;
-public native String getType( );
-public native void setType( String type )
- throws DOMException;
-public native String getMedia( );
-public native void setMedia( String media )
- throws DOMException;
-public native String getTitle( );
-public native void setTitle( String title )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGSwitchElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGSwitchElementImpl.java
deleted file mode 100644
index fa74caf70..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGSwitchElementImpl.java
+++ /dev/null
@@ -1,166 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-public class SVGSwitchElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGSwitchElement
-{
-
-public SVGSwitchElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-}
-
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGSymbolElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGSymbolElementImpl.java
deleted file mode 100644
index 5fded7c3a..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGSymbolElementImpl.java
+++ /dev/null
@@ -1,161 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-
-public class SVGSymbolElementImpl
- extends
- SVGElementImpl
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGFitToViewBox,
- //EventTarget
- implements org.w3c.dom.svg.SVGSymbolElement
-{
-
-public SVGSymbolElementImpl()
-{
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_SVGFitToViewBox = new SVGFitToViewBoxImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from SVGFitToViewBox
-SVGFitToViewBoxImpl _SVGFitToViewBox;
-public SVGAnimatedRect getViewBox()
- { return _SVGFitToViewBox.getViewBox(); }
-public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
- { return _SVGFitToViewBox.getPreserveAspectRatio(); }
-//end SVGFitToViewBox
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTRefElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTRefElementImpl.java
deleted file mode 100644
index 545c1f305..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTRefElementImpl.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedString;
-
-
-
-public class SVGTRefElementImpl
- extends
- SVGTextPositioningElementImpl
- //SVGURIReference
- implements org.w3c.dom.svg.SVGTRefElement
-{
-
-public SVGTRefElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTSpanElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTSpanElementImpl.java
deleted file mode 100644
index 89ed5dabb..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTSpanElementImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGTSpanElementImpl
- extends
- SVGTextPositioningElementImpl
- implements org.w3c.dom.svg.SVGTSpanElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTestsImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTestsImpl.java
deleted file mode 100644
index 5f0a8c727..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTestsImpl.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGStringList;
-
-
-public class SVGTestsImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.svg.SVGTests
-{
-public native SVGStringList getRequiredFeatures( );
-public native SVGStringList getRequiredExtensions( );
-public native SVGStringList getSystemLanguage( );
-public native boolean hasExtension ( String extension );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTextContentElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTextContentElementImpl.java
deleted file mode 100644
index 3a271ce7a..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTextContentElementImpl.java
+++ /dev/null
@@ -1,161 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventListener;
-
-
-
-
-public class SVGTextContentElementImpl
- extends
- SVGElementImpl
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //EventTarget
- implements org.w3c.dom.svg.SVGTextContentElement
-{
-
-public SVGTextContentElementImpl()
-{
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-
-public native SVGAnimatedLength getTextLength( );
-public native SVGAnimatedEnumeration getLengthAdjust( );
-
-public native int getNumberOfChars ( );
-public native float getComputedTextLength ( );
-public native float getSubStringLength ( int charnum, int nchars )
- throws DOMException;
-public native SVGPoint getStartPositionOfChar ( int charnum )
- throws DOMException;
-public native SVGPoint getEndPositionOfChar ( int charnum )
- throws DOMException;
-public native SVGRect getExtentOfChar ( int charnum )
- throws DOMException;
-public native float getRotationOfChar ( int charnum )
- throws DOMException;
-public native int getCharNumAtPosition ( SVGPoint point );
-public native void selectSubString ( int charnum, int nchars )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTextElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTextElementImpl.java
deleted file mode 100644
index a312aade8..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTextElementImpl.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-
-public class SVGTextElementImpl
- extends
- SVGTextPositioningElementImpl
- //SVGTransformable
- implements org.w3c.dom.svg.SVGTextElement
-{
-
-public SVGTextElementImpl()
-{
- imbue(_SVGTransformable = new SVGTransformableImpl());
-}
-
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTextPathElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTextPathElementImpl.java
deleted file mode 100644
index ce6a96da9..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTextPathElementImpl.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedLength;
-import org.w3c.dom.svg.SVGAnimatedString;
-import org.w3c.dom.svg.SVGAnimatedEnumeration;
-
-public class SVGTextPathElementImpl
- extends
- SVGTextContentElementImpl
- //SVGURIReference
- implements org.w3c.dom.svg.SVGTextPathElement
-{
-
-public SVGTextPathElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-public native SVGAnimatedLength getStartOffset( );
-public native SVGAnimatedEnumeration getMethod( );
-public native SVGAnimatedEnumeration getSpacing( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTextPositioningElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTextPositioningElementImpl.java
deleted file mode 100644
index 1192f081a..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTextPositioningElementImpl.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedLengthList;
-import org.w3c.dom.svg.SVGAnimatedNumberList;
-
-
-public class SVGTextPositioningElementImpl
- extends
- SVGTextContentElementImpl
- implements org.w3c.dom.svg.SVGTextPositioningElement
-{
-public native SVGAnimatedLengthList getX( );
-public native SVGAnimatedLengthList getY( );
-public native SVGAnimatedLengthList getDx( );
-public native SVGAnimatedLengthList getDy( );
-public native SVGAnimatedNumberList getRotate( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTitleElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTitleElementImpl.java
deleted file mode 100644
index 83cdea5bf..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTitleElementImpl.java
+++ /dev/null
@@ -1,79 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-
-
-public class SVGTitleElementImpl
- extends
- SVGElementImpl
- //SVGLangSpace,
- //SVGStylable
- implements org.w3c.dom.svg.SVGTitleElement
-{
-
-public SVGTitleElementImpl()
-{
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
-}
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTransformImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTransformImpl.java
deleted file mode 100644
index 1a5fdc3e5..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTransformImpl.java
+++ /dev/null
@@ -1,49 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGMatrix;
-
-
-public class SVGTransformImpl
- implements org.w3c.dom.svg.SVGTransform
-{
-public native short getType( );
-public native SVGMatrix getMatrix( );
-public native float getAngle( );
-
-public native void setMatrix ( SVGMatrix matrix );
-public native void setTranslate ( float tx, float ty );
-public native void setScale ( float sx, float sy );
-public native void setRotate ( float angle, float cx, float cy );
-public native void setSkewX ( float angle );
-public native void setSkewY ( float angle );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTransformListImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTransformListImpl.java
deleted file mode 100644
index 6fa6012a3..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTransformListImpl.java
+++ /dev/null
@@ -1,60 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.SVGException;
-
-import org.w3c.dom.svg.SVGTransform;
-import org.w3c.dom.svg.SVGMatrix;
-
-
-public class SVGTransformListImpl
- implements org.w3c.dom.svg.SVGTransformList
-{
-public native int getNumberOfItems( );
-
-public native void clear ( )
- throws DOMException;
-public native SVGTransform initialize ( SVGTransform newItem )
- throws DOMException, SVGException;
-public native SVGTransform getItem ( int index )
- throws DOMException;
-public native SVGTransform insertItemBefore ( SVGTransform newItem, int index )
- throws DOMException, SVGException;
-public native SVGTransform replaceItem ( SVGTransform newItem, int index )
- throws DOMException, SVGException;
-public native SVGTransform removeItem ( int index )
- throws DOMException;
-public native SVGTransform appendItem ( SVGTransform newItem )
- throws DOMException, SVGException;
-public native SVGTransform createSVGTransformFromMatrix ( SVGMatrix matrix );
-public native SVGTransform consolidate ( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGTransformableImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGTransformableImpl.java
deleted file mode 100644
index 96384f6f6..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGTransformableImpl.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedTransformList;
-
-
-public class SVGTransformableImpl
- extends
- SVGLocatableImpl
- implements org.w3c.dom.svg.SVGTransformable
-{
-public native SVGAnimatedTransformList getTransform( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGURIReferenceImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGURIReferenceImpl.java
deleted file mode 100644
index 2e3bb0bd4..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGURIReferenceImpl.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.SVGAnimatedString;
-
-
-public class SVGURIReferenceImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.svg.SVGURIReference
-{
-public native SVGAnimatedString getHref( );
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGUnitTypesImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGUnitTypesImpl.java
deleted file mode 100644
index b76dab8ea..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGUnitTypesImpl.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGUnitTypesImpl
- implements org.w3c.dom.svg.SVGUnitTypes
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGUseElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGUseElementImpl.java
deleted file mode 100644
index 3283cdc26..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGUseElementImpl.java
+++ /dev/null
@@ -1,180 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-import org.w3c.dom.svg.*;
-
-import org.w3c.dom.css.CSSStyleDeclaration;
-import org.w3c.dom.css.CSSValue;
-
-import org.w3c.dom.events.Event;
-import org.w3c.dom.events.EventTarget;
-import org.w3c.dom.events.EventException;
-import org.w3c.dom.events.EventListener;
-
-
-public class SVGUseElementImpl
- extends
- SVGElementImpl
- //SVGURIReference,
- //SVGTests,
- //SVGLangSpace,
- //SVGExternalResourcesRequired,
- //SVGStylable,
- //SVGTransformable,
- //EventTarget
- implements org.w3c.dom.svg.SVGUseElement
-{
-public SVGUseElementImpl()
-{
- imbue(_SVGURIReference = new SVGURIReferenceImpl());
- imbue(_SVGTests = new SVGTestsImpl());
- imbue(_SVGLangSpace = new SVGLangSpaceImpl());
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGStylable = new SVGStylableImpl());
- imbue(_SVGTransformable = new SVGTransformableImpl());
- imbue(_EventTarget = new org.inkscape.dom.events.EventTargetImpl());
-}
-
-
-//from SVGURIReference
-private SVGURIReferenceImpl _SVGURIReference;
-public SVGAnimatedString getHref()
- { return _SVGURIReference.getHref(); }
-//end SVGURIReference
-
-//from SVGTests
-private SVGTestsImpl _SVGTests;
-public SVGStringList getRequiredFeatures()
- { return _SVGTests.getRequiredFeatures(); }
-public SVGStringList getRequiredExtensions()
- { return _SVGTests.getRequiredExtensions(); }
-public SVGStringList getSystemLanguage()
- { return _SVGTests.getSystemLanguage(); }
-public boolean hasExtension (String extension)
- { return _SVGTests.hasExtension(extension); }
-//end SVGTests
-
-//from SVGLangSpace
-private SVGLangSpaceImpl _SVGLangSpace;
-public String getXMLlang()
- { return _SVGLangSpace.getXMLlang(); }
-public void setXMLlang(String xmllang)
- throws DOMException
- { _SVGLangSpace.setXMLlang(xmllang); }
-public String getXMLspace()
- { return _SVGLangSpace.getXMLspace(); }
-public void setXMLspace(String xmlspace)
- throws DOMException
- { _SVGLangSpace.setXMLspace(xmlspace); }
-//end SVGLangSpace
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-//from SVGStylable
-private SVGStylableImpl _SVGStylable;
-public SVGAnimatedString getClassName()
- { return _SVGStylable.getClassName(); }
-public CSSStyleDeclaration getStyle()
- { return _SVGStylable.getStyle(); }
-public CSSValue getPresentationAttribute(String name)
- { return _SVGStylable.getPresentationAttribute(name); }
-//end SVGStylable
-
-//from SVGTransformable
-private SVGTransformableImpl _SVGTransformable;
-public SVGAnimatedTransformList getTransform()
- { return _SVGTransformable.getTransform(); }
-//end SVGTransformable
-
-//from SVGLocatable (from SVGTransformable)
-public SVGElement getNearestViewportElement()
- { return _SVGTransformable.getNearestViewportElement(); }
-public SVGElement getFarthestViewportElement()
- { return _SVGTransformable.getFarthestViewportElement(); }
-public SVGRect getBBox()
- { return _SVGTransformable.getBBox(); }
-public SVGMatrix getCTM()
- { return _SVGTransformable.getCTM(); }
-public SVGMatrix getScreenCTM()
- { return _SVGTransformable.getScreenCTM(); }
-public SVGMatrix getTransformToElement (SVGElement element)
- throws SVGException
- { return _SVGTransformable.getTransformToElement(element); }
-//end SVGLocatable
-
-//from EventTarget
-private org.inkscape.dom.events.EventTargetImpl _EventTarget;
-public void addEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.addEventListener(type, listener, useCapture); }
-public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListener(type, listener, useCapture); }
-public boolean dispatchEvent(Event evt)
- throws EventException
- { return _EventTarget.dispatchEvent(evt); }
-public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup)
- { _EventTarget.addEventListenerNS(namespaceURI, type, listener, useCapture, evtGroup); }
-public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture)
- { _EventTarget.removeEventListenerNS(namespaceURI, type, listener, useCapture); }
-public boolean willTriggerNS(String namespaceURI,
- String type)
- { return _EventTarget.willTriggerNS(namespaceURI, type); }
-public boolean hasEventListenerNS(String namespaceURI,
- String type)
- { return _EventTarget.hasEventListenerNS(namespaceURI, type); }
-//end EventTarget
-
-
-public native SVGAnimatedLength getX( );
-public native SVGAnimatedLength getY( );
-public native SVGAnimatedLength getWidth( );
-public native SVGAnimatedLength getHeight( );
-public native SVGElementInstance getInstanceRoot( );
-public native SVGElementInstance getAnimatedInstanceRoot( );
-
-}
-
-
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGVKernElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGVKernElementImpl.java
deleted file mode 100644
index 97af0c646..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGVKernElementImpl.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-public class SVGVKernElementImpl
- extends
- SVGElementImpl
- implements org.w3c.dom.svg.SVGVKernElement
-{
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGViewElementImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGViewElementImpl.java
deleted file mode 100644
index c47336a02..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGViewElementImpl.java
+++ /dev/null
@@ -1,77 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.svg.*;
-
-
-public class SVGViewElementImpl
- extends
- SVGElementImpl
- //SVGExternalResourcesRequired,
- //SVGFitToViewBox,
- //SVGZoomAndPan
- implements org.w3c.dom.svg.SVGViewElement
-{
-public SVGViewElementImpl()
-{
- imbue(_SVGExternalResourcesRequired = new SVGExternalResourcesRequiredImpl());
- imbue(_SVGFitToViewBox = new SVGFitToViewBoxImpl());
- imbue(_SVGZoomAndPan = new SVGZoomAndPanImpl());
-}
-
-
-//from SVGExternalResourcesRequired
-private SVGExternalResourcesRequiredImpl _SVGExternalResourcesRequired;
-public SVGAnimatedBoolean getExternalResourcesRequired()
- { return _SVGExternalResourcesRequired.getExternalResourcesRequired(); }
-//end SVGExternalResourcesRequired
-
-
-//from SVGFitToViewBox
-SVGFitToViewBoxImpl _SVGFitToViewBox;
-public SVGAnimatedRect getViewBox()
- { return _SVGFitToViewBox.getViewBox(); }
-public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
- { return _SVGFitToViewBox.getPreserveAspectRatio(); }
-//end SVGFitToViewBox
-
-//from SVGZoomAndPan
-SVGZoomAndPanImpl _SVGZoomAndPan;
-public short getZoomAndPan()
- { return _SVGZoomAndPan.getZoomAndPan(); }
-public void setZoomAndPan(short zoomAndPan) throws DOMException
- { _SVGZoomAndPan.setZoomAndPan(zoomAndPan); }
-//end SVGZoomAndPan
-
-
-public native SVGStringList getViewTarget( );
-
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGViewSpecImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGViewSpecImpl.java
deleted file mode 100644
index 20042bad5..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGViewSpecImpl.java
+++ /dev/null
@@ -1,64 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.svg.*;
-
-
-
-public class SVGViewSpecImpl
- extends
- SVGZoomAndPanImpl
- //SVGFitToViewBox
- implements org.w3c.dom.svg.SVGViewSpec
-{
-
-public SVGViewSpecImpl()
-{
- imbue(_SVGFitToViewBox = new SVGFitToViewBoxImpl());
-}
-
-
-//from SVGFitToViewBox
-SVGFitToViewBoxImpl _SVGFitToViewBox;
-public SVGAnimatedRect getViewBox()
- { return _SVGFitToViewBox.getViewBox(); }
-public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
- { return _SVGFitToViewBox.getPreserveAspectRatio(); }
-//end SVGFitToViewBox
-
-
-public native SVGTransformList getTransform( );
-public native SVGElement getViewTarget( );
-public native String getViewBoxString( );
-public native String getPreserveAspectRatioString( );
-public native String getTransformString( );
-public native String getViewTargetString( );
-}
-
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGZoomAndPanImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGZoomAndPanImpl.java
deleted file mode 100644
index d77d64f75..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGZoomAndPanImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG11/java.html
- */
-
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public class SVGZoomAndPanImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.svg.SVGZoomAndPan
-{
-public native short getZoomAndPan( );
-public native void setZoomAndPan( short zoomAndPan )
- throws DOMException;
-}
diff --git a/src/bind/java/org/inkscape/dom/svg/SVGZoomEventImpl.java b/src/bind/java/org/inkscape/dom/svg/SVGZoomEventImpl.java
deleted file mode 100644
index 018eee915..000000000
--- a/src/bind/java/org/inkscape/dom/svg/SVGZoomEventImpl.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these SVG files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/SVG/java.html
- */
-
-
-package org.inkscape.dom.svg;
-
-import org.w3c.dom.events.UIEvent;
-import org.w3c.dom.svg.SVGRect;
-import org.w3c.dom.svg.SVGPoint;
-
-
-public class SVGZoomEventImpl
- extends
- org.inkscape.dom.events.UIEventImpl
- implements org.w3c.dom.svg.SVGZoomEvent
-{
-public native SVGRect getZoomRectScreen( );
-public native float getPreviousScale( );
-public native SVGPoint getPreviousTranslate( );
-public native float getNewScale( );
-public native SVGPoint getNewTranslate( );
-}
diff --git a/src/bind/java/org/inkscape/dom/views/AbstractViewImpl.java b/src/bind/java/org/inkscape/dom/views/AbstractViewImpl.java
deleted file mode 100644
index 9b2bd2dad..000000000
--- a/src/bind/java/org/inkscape/dom/views/AbstractViewImpl.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/java-binding.html
- */
-
-package org.inkscape.dom.views;
-
-import org.w3c.dom.views.DocumentView;
-
-
-public class AbstractViewImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.views.AbstractView
-{
-
-public native DocumentView getDocument();
-
-}
diff --git a/src/bind/java/org/inkscape/dom/views/DocumentViewImpl.java b/src/bind/java/org/inkscape/dom/views/DocumentViewImpl.java
deleted file mode 100644
index a0ae88004..000000000
--- a/src/bind/java/org/inkscape/dom/views/DocumentViewImpl.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (c) 2007-2008 Inkscape.org
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Note that these files are implementations of the Java
- * interface package found here:
- * http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/java-binding.html
- */
-
-
-package org.inkscape.dom.views;
-
-import org.w3c.dom.views.AbstractView;
-
-
-public class DocumentViewImpl
- extends
- org.inkscape.cmn.BaseInterface
- implements org.w3c.dom.views.DocumentView
-{
-
-public native AbstractView getDefaultView();
-
-}
diff --git a/src/bind/java/org/inkscape/script/Editor.java b/src/bind/java/org/inkscape/script/Editor.java
deleted file mode 100644
index 81d65f4cf..000000000
--- a/src/bind/java/org/inkscape/script/Editor.java
+++ /dev/null
@@ -1,311 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (C) 2007-2008 Bob Jamison
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.inkscape.script;
-
-
-import java.awt.BorderLayout;
-import java.security.MessageDigest;
-import java.security.NoSuchAlgorithmException;
-import javax.swing.filechooser.FileNameExtensionFilter;
-import javax.swing.JFileChooser;
-import javax.swing.JOptionPane;
-import javax.swing.JPanel;
-import javax.swing.JTextPane;
-
-import java.io.File;
-import java.io.FileReader;
-import java.io.FileWriter;
-import java.io.IOException;
-
-
-
-/**
- * A simple script editor for quick fixes.
- */
-public class Editor extends JPanel
-{
-ScriptConsole parent;
-JTextPane textPane;
-
-//########################################################################
-//# MESSSAGES
-//########################################################################
-void err(String fmt, Object... arguments)
-{
- parent.err("Editor err:" + fmt, arguments);
-}
-
-void msg(String fmt, Object... arguments)
-{
- parent.msg("Editor:" + fmt, arguments);
-}
-
-void trace(String fmt, Object... arguments)
-{
- parent.trace("Editor:" + fmt, arguments);
-}
-
-
-//########################################################################
-//# U T I L I T Y
-//########################################################################
-
-private JFileChooser _chooser;
-
-JFileChooser getChooser()
-{
- if (_chooser == null)
- {
- _chooser = new JFileChooser();
- _chooser.setAcceptAllFileFilterUsed(false);
- _chooser.setCurrentDirectory(new File("."));
- FileNameExtensionFilter filter = new FileNameExtensionFilter(
- "Script Files", "js", "py", "r");
- _chooser.setFileFilter(filter);
- }
- return _chooser;
-}
-
-
-/**
- * Returns the current text contained in this editor
- */
-public String getText()
-{
- return textPane.getText();
-}
-
-
-String lastHash = null;
-
-/**
- * Sets the text of this editor
- */
-public void setText(String txt)
-{
- textPane.setText(txt);
- lastHash = getHash(txt);
- trace("hash:" + lastHash);
-}
-
-MessageDigest md = null;
-
-final String hex = "0123456789abcdef";
-
-String toHex(byte arr[])
-{
- StringBuffer buf = new StringBuffer();
- for (byte b : arr)
- {
- buf.append(hex.charAt((b>>4) & 15));
- buf.append(hex.charAt((b ) & 15));
- }
- return buf.toString();
-}
-
-String getHash(String text)
-{
- if (md == null)
- {
- try
- {
- md = MessageDigest.getInstance("MD5");
- }
- catch (NoSuchAlgorithmException e)
- {
- err("getHash: " + e);
- return "";
- }
- }
- byte hash[] = md.digest(text.getBytes());
- return toHex(hash);
-}
-
-
-//########################################################################
-//# L O A D / S A V E
-//########################################################################
-String fileName = "";
-
-/**
- * Gets the name of the current file in the editor
- */
-public String getFileName()
-{
- return fileName;
-}
-
-/**
- * Sets the name of the current file in the editor
- */
-public void setFileName(String val)
-{
- fileName = val;
-}
-
-/**
- * Selects and opens a file, loading into the editor
- */
-public boolean openFile()
-{
- JFileChooser chooser = getChooser();
- int ret = chooser.showOpenDialog(this);
- if (ret != JFileChooser.APPROVE_OPTION)
- return false;
- File f = chooser.getSelectedFile();
- String fname = f.getName();
- try
- {
- FileReader in = new FileReader(fname);
- StringBuffer buf = new StringBuffer();
- while (true)
- {
- int ch = in.read();
- if (ch < 0)
- break;
- buf.append((char)ch);
- }
- in.close();
- setText(buf.toString());
- }
- catch (IOException e)
- {
- err("save file:" + e);
- return false;
- }
- return true;
-}
-
-
-/**
- * Saves the file currently in the editor. Uses the Save
- * selector if there is not current file name.
- */
-public boolean saveFile()
-{
- if (!isDirty())
- return true;
-
- String fname = getFileName();
- if (fname == null || fname.length()==0)
- {
- JFileChooser chooser = getChooser();
- int ret = chooser.showSaveDialog(this);
- if (ret != JFileChooser.APPROVE_OPTION)
- return false;
- File f = chooser.getSelectedFile();
- fname = f.getName();
- }
- try
- {
- FileWriter out = new FileWriter(fname);
- out.write(getText());
- out.close();
- setFileName(fname);
- resetDirty();
- }
- catch (IOException e)
- {
- err("save file:" + e);
- return false;
- }
- return true;
-}
-
-
-/**
- * Saves the file currently in the editor under a new name.
- * Get the new name from the chooser, and see if it already exists.
- */
-public boolean saveAsFile()
-{
- JFileChooser chooser = getChooser();
- int ret = chooser.showSaveDialog(this);
- if (ret != JFileChooser.APPROVE_OPTION)
- return false;
- File f = chooser.getSelectedFile();
- String fname = f.getName();
- if (f.exists())
- {
- ret = JOptionPane.showConfirmDialog(this,
- "File '" + fname + "' already exists. Overwrite?");
- if (ret != JOptionPane.YES_OPTION)
- return false;
- }
- try
- {
- FileWriter out = new FileWriter(fname);
- out.write(getText());
- out.close();
- setFileName(fname);
- resetDirty();
- }
- catch (IOException e)
- {
- err("saveAs file:" + e);
- return false;
- }
- return true;
-}
-
-
-/**
- * State that the editor is now 'unedited'
- */
-public void resetDirty()
-{
- lastHash = getHash(getText());
-}
-
-/**
- * Determines if the editor has been edited since the last open/save
- */
-public boolean isDirty()
-{
- String txt = getText();
- String hash = getHash(txt);
- if ( (lastHash == null && txt.length()>0) ||
- (lastHash != null && !lastHash.equals(hash)) )
- return true;
- return false;
-}
-
-
-/**
- * Creates the editor for the ScriptConsole
- */
-public Editor(ScriptConsole par)
-{
- super();
- parent = par;
- setLayout(new BorderLayout());
- textPane = new JTextPane();
- add(textPane, BorderLayout.CENTER);
-}
-
-
-
-}
-
diff --git a/src/bind/java/org/inkscape/script/ScriptConsole.java b/src/bind/java/org/inkscape/script/ScriptConsole.java
deleted file mode 100644
index 8241e2797..000000000
--- a/src/bind/java/org/inkscape/script/ScriptConsole.java
+++ /dev/null
@@ -1,652 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (C) 2007-2008 Bob Jamison
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.inkscape.script;
-
-import org.inkscape.cmn.Resource;
-
-import javax.script.*;
-
-import javax.swing.WindowConstants;
-import javax.swing.JFrame;
-import javax.swing.JButton;
-import javax.swing.JMenu;
-import javax.swing.JLabel;
-import javax.swing.JMenuBar;
-import javax.swing.JMenuItem;
-import javax.swing.JComboBox;
-import javax.swing.ButtonGroup;
-import javax.swing.JOptionPane;
-import javax.swing.JTabbedPane;
-import javax.swing.JToolBar;
-import javax.swing.Action;
-import javax.swing.AbstractAction;
-
-
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
-import java.awt.BorderLayout;
-
-import java.io.File;
-import java.io.FileReader;
-import java.io.FileWriter;
-import java.io.IOException;
-
-
-import java.util.List;
-import java.util.HashMap;
-import java.util.ArrayList;
-import java.util.List;
-
-
-
-/**
- * This is the main Script Console window. It contains
- * a terminal-like console, and a simple script editor.
- */
-public class ScriptConsole extends JFrame
-{
-Terminal terminal;
-Editor editor;
-
-JTabbedPane tabPane;
-JToolBar toolbar;
-JMenuBar menubar;
-JComboBox engineBox;
-
-//########################################################################
-//# MESSSAGES
-//########################################################################
-public void err(String fmt, Object... arguments)
-{
- terminal.errorf("ScriptConsole err:" + fmt + "\n", arguments);
-}
-
-public void msg(String fmt, Object... arguments)
-{
- terminal.outputf("ScriptConsole:" + fmt, arguments);
-}
-
-public void trace(String fmt, Object... arguments)
-{
- terminal.outputf("ScriptConsole:" + fmt + "\n", arguments);
-}
-
-
-
-
-
-
-void alert(String msg)
-{
- JOptionPane.showMessageDialog(this, msg);
-}
-
-
-
-
-//########################################################################
-//# S C R I P T S
-//########################################################################
-ScriptEngine engine;
-
-ArrayList<ScriptEngine> engines;
-
-
-public void setEngine(ScriptEngine engine)
-{
- this.engine = engine;
- this.engine.getContext().setWriter(terminal.getOutWriter());
- this.engine.getContext().setErrorWriter(terminal.getErrWriter());
- //do something to make the combobox show the current engine
-}
-
-
-public ScriptEngine getEngine()
-{
- return engine;
-}
-
-
-public boolean setEngine(String langName)
-{
- for (ScriptEngine engine : engines)
- {
- for(String name: engine.getFactory().getNames())
- {
- if (langName.equalsIgnoreCase(name))
- {
- setEngine(engine);
- return true;
- }
- }
- }
- return false;
-}
-
-
-/**
- * Run a script buffer
- *
- * @param str the script buffer to execute
- * @return true if successful, else false
- */
-public boolean doRunCmd(String str)
-{
- if (engine == null)
- {
- err("No engine set");
- return false;
- }
-
- //execute script from buffer
- try
- {
- getEngine().eval(str);
- }
- catch (javax.script.ScriptException e)
- {
- err("Executing script: " + e);
- //e.printStackTrace();
- }
- terminal.output("\nscript> ");
- return true;
-}
-
-/**
- * Run a script buffer
- *
- * @param str the script buffer to execute
- * @return true if successful, else false
- */
-public boolean doRun(String str)
-{
- if (engine == null)
- {
- err("No engine set");
- return false;
- }
-
- //execute script from buffer
- try
- {
- getEngine().eval(str);
- }
- catch (javax.script.ScriptException e)
- {
- err("Executing script: " + e);
- //e.printStackTrace();
- }
- return true;
-}
-
-
-/**
- * Run a script buffer
- *
- * @param lang the scripting language to run
- * @param str the script buffer to execute
- * @return true if successful, else false
- */
-public boolean doRun(String lang, String str)
-{
- // find script engine
- if (!setEngine(lang))
- {
- err("doRun: cannot find script engine '" + lang + "'");
- return false;
- }
- return doRun(str);
-}
-
-
-/**
- * Run a script file
- *
- * @param fname the script file to execute
- * @return true if successful, else false
- */
-public boolean doRunFile(String fname)
-{
- if (engine == null)
- {
- err("No engine set");
- return false;
- }
-
- //try opening file and feeding into engine
- FileReader in = null;
- boolean ret = true;
- try
- {
- in = new FileReader(fname);
- }
- catch (java.io.IOException e)
- {
- err("Executing file: " + e);
- return false;
- }
- try
- {
- engine.eval(in);
- }
- catch (javax.script.ScriptException e)
- {
- err("Executing file: " + e);
- ret = false;
- }
- try
- {
- in.close();
- }
- catch (java.io.IOException e)
- {
- err("Executing file: " + e);
- return false;
- }
- return ret;
-}
-
-
-/**
- * Run a script file
- *
- * @param lang the scripting language to run
- * @param fname the script file to execute
- * @return true if successful, else false
- */
-public boolean doRunFile(String lang, String fname)
-{
- // find script engine
- if (!setEngine(lang))
- {
- err("doRunFile: cannot find script engine '" + lang + "'");
- return false;
- }
- return doRunFile(fname);
-}
-
-
-
-class ScriptEngineAction extends AbstractAction
-{
-
-
-public void actionPerformed(ActionEvent evt)
-{
- int index = engineBox.getSelectedIndex();
- if (index<0)
- return;
- ScriptEngine engine = engines.get(index);
- setEngine(engine);
-}
-
-public ScriptEngineAction()
-{
- super("SelectEngine", null);
- putValue(SHORT_DESCRIPTION, "Select a scripting engine");
-}
-
-}
-
-
-private void initScripts()
-{
- engines = new ArrayList<ScriptEngine>();
- Action action = new ScriptEngineAction();
- engineBox = new JComboBox();
- engineBox.setAction(action);
- engineBox.setEditable(false);
- toolbar.add(engineBox);
-
- ScriptEngineManager scriptEngineManager =
- new ScriptEngineManager();
- List<ScriptEngineFactory> factories =
- scriptEngineManager.getEngineFactories();
- for (ScriptEngineFactory factory: factories)
- {
- trace("ScriptEngineFactory Info");
- String engName = factory.getEngineName();
- String engVersion = factory.getEngineVersion();
- String fullEngName = engName + " (" + engVersion + ")";
- String langName = factory.getLanguageName();
- String langVersion = factory.getLanguageVersion();
- String fullLangName = langName + " (" + langVersion + ")";
- trace("\t" + fullEngName);
- List<String> engNames = factory.getNames();
- for(String name: engNames)
- {
- trace("\tEngine Alias: " + name);
- }
- trace("\t" + fullLangName);
- engines.add(factory.getScriptEngine());
- engineBox.addItem(fullLangName + " / " + fullEngName);
- }
- if (engineBox.getItemCount()>0)
- {
- engineBox.setSelectedIndex(0);
- setEngine(engines.get(0));
- }
-}
-
-
-static final String defaultCodeStr =
- "/**\n" +
- " * This is some example Javascript.\n" +
- " * Try executing\n" +
- " */\n" +
- "importPackage(javax.swing);\n" +
- "function sayHello() {\n" +
- " JOptionPane.showMessageDialog(null, 'Hello, world!',\n" +
- " 'Welcome to Inkscape', JOptionPane.WARNING_MESSAGE);\n" +
- "}\n" +
- "\n" +
- "sayHello();\n" +
- "\n";
-
-
-//########################################################################
-//# A C T I O N S
-//########################################################################
-Action newAction;
-Action openAction;
-Action quitAction;
-Action runAction;
-Action saveAction;
-Action saveAsAction;
-Action stopAction;
-
-
-
-class NewAction extends AbstractAction
-{
-
-public void actionPerformed(ActionEvent evt)
-{
- //
-}
-
-public NewAction()
-{
- super("New", Resource.getIcon("document-new.png"));
- putValue(SHORT_DESCRIPTION, "Create a new script file");
-}
-
-}
-
-
-
-class OpenAction extends AbstractAction
-{
-
-public void actionPerformed(ActionEvent evt)
-{
- editor.openFile();
-}
-
-public OpenAction()
-{
- super("Open", Resource.getIcon("document-open.png"));
- putValue(SHORT_DESCRIPTION, "Open a script file");
-}
-
-}
-
-
-
-class QuitAction extends AbstractAction
-{
-
-public void actionPerformed(ActionEvent evt)
-{
- setVisible(false);
-}
-
-public QuitAction()
-{
- super("Quit", Resource.getIcon("system-log-out.png"));
- putValue(SHORT_DESCRIPTION, "Quit this script console");
-}
-
-}
-
-
-
-class RunAction extends AbstractAction
-{
-
-public void actionPerformed(ActionEvent evt)
-{
- String txt = editor.getText();
- doRun(txt);
-}
-
-public RunAction()
-{
- super("Run", Resource.getIcon("go-next.png"));
- putValue(SHORT_DESCRIPTION, "Run the script in the editor");
-}
-
-}
-
-
-
-class SaveAction extends AbstractAction
-{
-
-public void actionPerformed(ActionEvent evt)
-{
- editor.saveFile();
-}
-
-public SaveAction()
-{
- super("Save", Resource.getIcon("document-save.png"));
- putValue(SHORT_DESCRIPTION, "Save file");
-}
-
-}
-
-
-
-class SaveAsAction extends AbstractAction
-{
-
-public void actionPerformed(ActionEvent evt)
-{
- editor.saveAsFile();
-}
-
-public SaveAsAction()
-{
- super("SaveAs", Resource.getIcon("document-save-as.png"));
- putValue(SHORT_DESCRIPTION, "Save under a new file name");
-}
-
-}
-
-
-
-class StopAction extends AbstractAction
-{
-
-public void actionPerformed(ActionEvent evt)
-{
- //#
-}
-
-public StopAction()
-{
- super("Stop", Resource.getIcon("process-stop.png"));
- putValue(SHORT_DESCRIPTION, "Stop the running script");
-}
-
-}
-
-
-
-HashMap<String, Action> actions;
-void setupActions()
-{
- actions = new HashMap<String, Action>();
- actions.put("New", newAction = new NewAction());
- actions.put("Open", openAction = new OpenAction());
- actions.put("Quit", quitAction = new QuitAction());
- actions.put("Run", runAction = new RunAction());
- actions.put("Save", saveAction = new SaveAction());
- actions.put("SaveAs", saveAsAction = new SaveAsAction());
- actions.put("Stop", stopAction = new StopAction());
-}
-
-
-public void enableAction(String name)
-{
- Action action = actions.get(name);
- if (action == null)
- return;
- action.setEnabled(true);
-}
-
-public void disableAction(String name)
-{
- Action action = actions.get(name);
- if (action == null)
- return;
- action.setEnabled(false);
-}
-
-
-
-//########################################################################
-//# S E T U P
-//########################################################################
-
-JButton toolbarButton(Action action)
-{
- JButton btn = new JButton(action);
- btn.setText("");
- btn.setToolTipText((String)action.getValue(Action.SHORT_DESCRIPTION));
- return btn;
-}
-
-
-private boolean setup()
-{
- setTitle("Inkscape Script Console");
- setSize(600, 400);
- setIconImage(Resource.getImage("inkscape.png"));
- setDefaultCloseOperation(WindowConstants.HIDE_ON_CLOSE);
-
- //######################################################
- //# A C T I O N S
- //######################################################
- setupActions();
-
- //######################################################
- //# M E N U
- //######################################################
- menubar = new JMenuBar();
- setJMenuBar(menubar);
-
- JMenu menu = new JMenu("File");
- menubar.add(menu);
- menu.add(new JMenuItem(openAction));
- menu.add(new JMenuItem(saveAction));
- menu.add(new JMenuItem(saveAsAction));
- menu.add(new JMenuItem(quitAction));
-
- menu = new JMenu("Run");
- menubar.add(menu);
- menu.add(new JMenuItem(runAction));
- menu.add(new JMenuItem(stopAction));
-
- //######################################################
- //# T O O L B A R
- //######################################################
- toolbar = new JToolBar();
- getContentPane().add(toolbar, BorderLayout.NORTH);
- toolbar.add(toolbarButton(openAction));
- toolbar.add(toolbarButton(saveAction));
- toolbar.add(toolbarButton(runAction));
- toolbar.add(toolbarButton(stopAction));
-
- //######################################################
- //# C O N T E N T
- //######################################################
- tabPane = new JTabbedPane();
- getContentPane().add(tabPane, BorderLayout.CENTER);
-
- terminal = new Terminal();
- tabPane.addTab("Console",
- Resource.getIcon("utilities-terminal.png"),
- terminal);
- terminal.output("\nscript> ");
-
- editor = new Editor(this);
- tabPane.addTab("Script",
- Resource.getIcon("accessories-text-editor.png"),
- editor);
-
- editor.setText(defaultCodeStr);
-
- //######################################################
- //# E N G I N E
- //######################################################
- initScripts();
-
- return true;
-}
-
-
-
-
-
-
-public ScriptConsole()
-{
- setup();
-}
-
-
-private static ScriptConsole _instance = null;
-public static ScriptConsole getInstance()
-{
- if (_instance == null)
- _instance = new ScriptConsole();
- return _instance;
-}
-
-
-public static void main(String argv[])
-{
- ScriptConsole sc = getInstance();
- sc.setVisible(true);
-}
-
-
-}
-//########################################################################
-//# E N D O F F I L E
-//########################################################################
-
diff --git a/src/bind/java/org/inkscape/script/Terminal.java b/src/bind/java/org/inkscape/script/Terminal.java
deleted file mode 100644
index 22d2cb251..000000000
--- a/src/bind/java/org/inkscape/script/Terminal.java
+++ /dev/null
@@ -1,297 +0,0 @@
-/**
- * This is a simple mechanism to bind Inkscape to Java, and thence
- * to all of the nice things that can be layered upon that.
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (C) 2007-2008 Bob Jamison
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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 the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.inkscape.script;
-
-import java.awt.BorderLayout;
-import javax.swing.JFrame;
-import javax.swing.JPanel;
-import javax.swing.JTextPane;
-import javax.swing.JScrollPane;
-import javax.swing.text.DefaultCaret;
-import javax.swing.text.Document;
-import javax.swing.text.BadLocationException;
-import javax.swing.text.StyleConstants;
-import javax.swing.text.SimpleAttributeSet;
-import java.awt.Color;
-import java.awt.event.KeyEvent;
-import java.awt.event.KeyListener;
-import java.awt.Font;
-
-import java.io.ByteArrayOutputStream;
-import java.io.PrintStream;
-import java.io.IOException;
-import java.io.Writer;
-import java.io.PrintWriter;
-
-public class Terminal extends JPanel
- implements KeyListener
-{
-
-SimpleAttributeSet inTextAttr;
-SimpleAttributeSet outTextAttr;
-SimpleAttributeSet errTextAttr;
-
-StringBuffer buf = new StringBuffer();
-JTextPane textPane;
-
-void err(String msg)
-{
- System.out.println("Terminal err: " + msg);
-}
-
-void trace(String msg)
-{
- System.out.println("Terminal: " + msg);
-}
-
-
-void processInputLine(String txt)
-{
- ScriptConsole cons = ScriptConsole.getInstance();
- if (cons != null)
- cons.doRunCmd(txt);
-}
-
-
-
-class OutWriter extends Writer
-{
-
-public void write(char[] cbuf, int off, int len)
-{
- String s = new String(cbuf, off, len);
- output(s);
-}
-
-public void flush()
-{
-}
-
-public void close()
-{
-}
-
-}
-
-
-
-PrintWriter outWriter;
-
-public Writer getOutWriter()
-{
- if (outWriter == null)
- outWriter = new PrintWriter(new OutWriter());
- return outWriter;
-}
-
-
-public void output(String txt)
-{
- Document doc = textPane.getDocument();
- try
- {
- doc.insertString(doc.getLength(), txt, outTextAttr);
- textPane.setCaretPosition(doc.getLength());
- }
- catch (BadLocationException e)
- {
- }
-
-}
-
-
-public void outputf(String fmt, Object... args)
-{
- ByteArrayOutputStream baos = new ByteArrayOutputStream();
- PrintStream out = new PrintStream(baos);
- out.printf(fmt, args);
- out.close();
- String s = baos.toString();
- output(s);
-}
-
-
-
-class ErrWriter extends Writer
-{
-
-public void write(char[] cbuf, int off, int len)
-{
- String s = new String(cbuf, off, len);
- error(s);
-}
-
-public void flush()
-{
-}
-
-public void close()
-{
-}
-
-}
-
-
-
-PrintWriter errWriter;
-
-public Writer getErrWriter()
-{
- if (errWriter == null)
- errWriter = new PrintWriter(new ErrWriter());
- return errWriter;
-}
-
-
-public void error(String txt)
-{
- Document doc = textPane.getDocument();
- try
- {
- doc.insertString(doc.getLength(), txt, errTextAttr);
- textPane.setCaretPosition(doc.getLength());
- }
- catch (BadLocationException e)
- {
- }
-
-}
-
-public void errorf(String fmt, Object... args)
-{
- ByteArrayOutputStream baos = new ByteArrayOutputStream();
- PrintStream out = new PrintStream(baos);
- out.printf(fmt, args);
- out.close();
- String s = baos.toString();
- error(s);
-}
-
-
-public void keyPressed(KeyEvent evt)
-{
-}
-
-public void keyReleased(KeyEvent evt)
-{
-}
-
-public void keyTyped(KeyEvent evt)
-{
- Document doc = textPane.getDocument();
- char ch = evt.getKeyChar();
- if (ch == 127)
- {
- }
- else if (ch == '\b')
- {
- if (buf.length() == 0)
- return;
- try
- {
- buf.delete(buf.length()-1, buf.length());
- doc.remove(doc.getLength()-1, 1);
- textPane.setCaretPosition(doc.getLength());
- }
- catch (BadLocationException e)
- {
- err("keyTyped:" + e);
- }
- }
- else
- {
- try
- {
- buf.append(ch);
- doc.insertString(doc.getLength(), "" + ch, inTextAttr);
- textPane.setCaretPosition(doc.getLength());
- }
- catch (BadLocationException e)
- {
- }
- if (ch == '\n' || ch == '\r')
- {
- String txt = buf.toString();
- buf.delete(0, buf.length());
- txt = txt.trim();
- processInputLine(txt);
- }
- }
-
-
-
-}
-
-
-
-void setup()
-{
- setLayout(new BorderLayout());
- textPane = new JTextPane();
- add(new JScrollPane(textPane), BorderLayout.CENTER);
- textPane.setEditable(false);
- textPane.setBackground(Color.BLACK);
- textPane.setCaretColor(Color.WHITE);
- textPane.setCaret(new DefaultCaret());
- textPane.getCaret().setVisible(true);
- textPane.getCaret().setBlinkRate(500);
- Font currentFont = textPane.getFont();
- textPane.setFont(new Font("Monospaced", currentFont.getStyle(), currentFont.getSize()));
- textPane.addKeyListener(this);
-
- inTextAttr = new SimpleAttributeSet();
- StyleConstants.setForeground(inTextAttr, Color.YELLOW);
- outTextAttr = new SimpleAttributeSet();
- StyleConstants.setForeground(outTextAttr, Color.GREEN);
- errTextAttr = new SimpleAttributeSet();
- StyleConstants.setForeground(errTextAttr, Color.RED);
-
-
-}
-
-
-
-
-
-
-public Terminal()
-{
- super();
- setup();
-}
-
-
-
-public static void main(String argv[])
-{
- Terminal t = new Terminal();
- JFrame par = new JFrame("Terminal Test");
- par.setSize(500, 350);
- par.getContentPane().add(t);
- par.setVisible(true);
-}
-
-}
-
diff --git a/src/bind/java/org/w3c/dom/css/CSS2Properties.java b/src/bind/java/org/w3c/dom/css/CSS2Properties.java
deleted file mode 100644
index b84df9b30..000000000
--- a/src/bind/java/org/w3c/dom/css/CSS2Properties.java
+++ /dev/null
@@ -1,1411 +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.css;
-
-import org.w3c.dom.DOMException;
-
-/**
- * The <code>CSS2Properties</code> interface represents a convenience
- * mechanism for retrieving and setting properties within a
- * <code>CSSStyleDeclaration</code>. The attributes of this interface
- * correspond to all the properties specified in CSS2. Getting an attribute
- * of this interface is equivalent to calling the
- * <code>getPropertyValue</code> method of the
- * <code>CSSStyleDeclaration</code> interface. Setting an attribute of this
- * interface is equivalent to calling the <code>setProperty</code> method of
- * the <code>CSSStyleDeclaration</code> interface.
- * <p> A conformant implementation of the CSS module is not required to
- * implement the <code>CSS2Properties</code> interface. If an implementation
- * does implement this interface, the expectation is that language-specific
- * methods can be used to cast from an instance of the
- * <code>CSSStyleDeclaration</code> interface to the
- * <code>CSS2Properties</code> interface.
- * <p> If an implementation does implement this interface, it is expected to
- * understand the specific syntax of the shorthand properties, and apply
- * their semantics; when the <code>margin</code> property is set, for
- * example, the <code>marginTop</code>, <code>marginRight</code>,
- * <code>marginBottom</code> and <code>marginLeft</code> properties are
- * actually being set by the underlying implementation.
- * <p> When dealing with CSS "shorthand" properties, the shorthand properties
- * should be decomposed into their component longhand properties as
- * appropriate, and when querying for their value, the form returned should
- * be the shortest form exactly equivalent to the declarations made in the
- * ruleset. However, if there is no shorthand declaration that could be
- * added to the ruleset without changing in any way the rules already
- * declared in the ruleset (i.e., by adding longhand rules that were
- * previously not declared in the ruleset), then the empty string should be
- * returned for the shorthand property.
- * <p> For example, querying for the <code>font</code> property should not
- * return "normal normal normal 14pt/normal Arial, sans-serif", when "14pt
- * Arial, sans-serif" suffices. (The normals are initial values, and are
- * implied by use of the longhand property.)
- * <p> If the values for all the longhand properties that compose a particular
- * string are the initial values, then a string consisting of all the
- * initial values should be returned (e.g. a <code>border-width</code> value
- * of "medium" should be returned as such, not as "").
- * <p> For some shorthand properties that take missing values from other
- * sides, such as the <code>margin</code>, <code>padding</code>, and
- * <code>border-[width|style|color]</code> properties, the minimum number of
- * sides possible should be used; i.e., "0px 10px" will be returned instead
- * of "0px 10px 0px 10px".
- * <p> If the value of a shorthand property can not be decomposed into its
- * component longhand properties, as is the case for the <code>font</code>
- * property with a value of "menu", querying for the values of the component
- * longhand properties should return the empty string.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSS2Properties {
- /**
- * See the azimuth property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getAzimuth();
- public void setAzimuth(String azimuth)
- throws DOMException;
-
- /**
- * See the background property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBackground();
- public void setBackground(String background)
- throws DOMException;
-
- /**
- * See the background-attachment property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBackgroundAttachment();
- public void setBackgroundAttachment(String backgroundAttachment)
- throws DOMException;
-
- /**
- * See the background-color property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBackgroundColor();
- public void setBackgroundColor(String backgroundColor)
- throws DOMException;
-
- /**
- * See the background-image property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBackgroundImage();
- public void setBackgroundImage(String backgroundImage)
- throws DOMException;
-
- /**
- * See the background-position property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBackgroundPosition();
- public void setBackgroundPosition(String backgroundPosition)
- throws DOMException;
-
- /**
- * See the background-repeat property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBackgroundRepeat();
- public void setBackgroundRepeat(String backgroundRepeat)
- throws DOMException;
-
- /**
- * See the border property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorder();
- public void setBorder(String border)
- throws DOMException;
-
- /**
- * See the border-collapse property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderCollapse();
- public void setBorderCollapse(String borderCollapse)
- throws DOMException;
-
- /**
- * See the border-color property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderColor();
- public void setBorderColor(String borderColor)
- throws DOMException;
-
- /**
- * See the border-spacing property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderSpacing();
- public void setBorderSpacing(String borderSpacing)
- throws DOMException;
-
- /**
- * See the border-style property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderStyle();
- public void setBorderStyle(String borderStyle)
- throws DOMException;
-
- /**
- * See the border-top property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderTop();
- public void setBorderTop(String borderTop)
- throws DOMException;
-
- /**
- * See the border-right property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderRight();
- public void setBorderRight(String borderRight)
- throws DOMException;
-
- /**
- * See the border-bottom property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderBottom();
- public void setBorderBottom(String borderBottom)
- throws DOMException;
-
- /**
- * See the border-left property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderLeft();
- public void setBorderLeft(String borderLeft)
- throws DOMException;
-
- /**
- * See the border-top-color property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderTopColor();
- public void setBorderTopColor(String borderTopColor)
- throws DOMException;
-
- /**
- * See the border-right-color property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderRightColor();
- public void setBorderRightColor(String borderRightColor)
- throws DOMException;
-
- /**
- * See the border-bottom-color property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderBottomColor();
- public void setBorderBottomColor(String borderBottomColor)
- throws DOMException;
-
- /**
- * See the border-left-color property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderLeftColor();
- public void setBorderLeftColor(String borderLeftColor)
- throws DOMException;
-
- /**
- * See the border-top-style property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderTopStyle();
- public void setBorderTopStyle(String borderTopStyle)
- throws DOMException;
-
- /**
- * See the border-right-style property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderRightStyle();
- public void setBorderRightStyle(String borderRightStyle)
- throws DOMException;
-
- /**
- * See the border-bottom-style property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderBottomStyle();
- public void setBorderBottomStyle(String borderBottomStyle)
- throws DOMException;
-
- /**
- * See the border-left-style property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderLeftStyle();
- public void setBorderLeftStyle(String borderLeftStyle)
- throws DOMException;
-
- /**
- * See the border-top-width property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderTopWidth();
- public void setBorderTopWidth(String borderTopWidth)
- throws DOMException;
-
- /**
- * See the border-right-width property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderRightWidth();
- public void setBorderRightWidth(String borderRightWidth)
- throws DOMException;
-
- /**
- * See the border-bottom-width property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderBottomWidth();
- public void setBorderBottomWidth(String borderBottomWidth)
- throws DOMException;
-
- /**
- * See the border-left-width property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderLeftWidth();
- public void setBorderLeftWidth(String borderLeftWidth)
- throws DOMException;
-
- /**
- * See the border-width property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBorderWidth();
- public void setBorderWidth(String borderWidth)
- throws DOMException;
-
- /**
- * See the bottom property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getBottom();
- public void setBottom(String bottom)
- throws DOMException;
-
- /**
- * See the caption-side property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getCaptionSide();
- public void setCaptionSide(String captionSide)
- throws DOMException;
-
- /**
- * See the clear property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getClear();
- public void setClear(String clear)
- throws DOMException;
-
- /**
- * See the clip property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getClip();
- public void setClip(String clip)
- throws DOMException;
-
- /**
- * See the color property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getColor();
- public void setColor(String color)
- throws DOMException;
-
- /**
- * See the content property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getContent();
- public void setContent(String content)
- throws DOMException;
-
- /**
- * See the counter-increment property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getCounterIncrement();
- public void setCounterIncrement(String counterIncrement)
- throws DOMException;
-
- /**
- * See the counter-reset property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getCounterReset();
- public void setCounterReset(String counterReset)
- throws DOMException;
-
- /**
- * See the cue property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getCue();
- public void setCue(String cue)
- throws DOMException;
-
- /**
- * See the cue-after property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getCueAfter();
- public void setCueAfter(String cueAfter)
- throws DOMException;
-
- /**
- * See the cue-before property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getCueBefore();
- public void setCueBefore(String cueBefore)
- throws DOMException;
-
- /**
- * See the cursor property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getCursor();
- public void setCursor(String cursor)
- throws DOMException;
-
- /**
- * See the direction property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getDirection();
- public void setDirection(String direction)
- throws DOMException;
-
- /**
- * See the display property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getDisplay();
- public void setDisplay(String display)
- throws DOMException;
-
- /**
- * See the elevation property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getElevation();
- public void setElevation(String elevation)
- throws DOMException;
-
- /**
- * See the empty-cells property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getEmptyCells();
- public void setEmptyCells(String emptyCells)
- throws DOMException;
-
- /**
- * See the float property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getCssFloat();
- public void setCssFloat(String cssFloat)
- throws DOMException;
-
- /**
- * See the font property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getFont();
- public void setFont(String font)
- throws DOMException;
-
- /**
- * See the font-family property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getFontFamily();
- public void setFontFamily(String fontFamily)
- throws DOMException;
-
- /**
- * See the font-size property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getFontSize();
- public void setFontSize(String fontSize)
- throws DOMException;
-
- /**
- * See the font-size-adjust property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getFontSizeAdjust();
- public void setFontSizeAdjust(String fontSizeAdjust)
- throws DOMException;
-
- /**
- * See the font-stretch property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getFontStretch();
- public void setFontStretch(String fontStretch)
- throws DOMException;
-
- /**
- * See the font-style property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getFontStyle();
- public void setFontStyle(String fontStyle)
- throws DOMException;
-
- /**
- * See the font-variant property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getFontVariant();
- public void setFontVariant(String fontVariant)
- throws DOMException;
-
- /**
- * See the font-weight property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getFontWeight();
- public void setFontWeight(String fontWeight)
- throws DOMException;
-
- /**
- * See the height property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getHeight();
- public void setHeight(String height)
- throws DOMException;
-
- /**
- * See the left property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getLeft();
- public void setLeft(String left)
- throws DOMException;
-
- /**
- * See the letter-spacing property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getLetterSpacing();
- public void setLetterSpacing(String letterSpacing)
- throws DOMException;
-
- /**
- * See the line-height property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getLineHeight();
- public void setLineHeight(String lineHeight)
- throws DOMException;
-
- /**
- * See the list-style property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getListStyle();
- public void setListStyle(String listStyle)
- throws DOMException;
-
- /**
- * See the list-style-image property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getListStyleImage();
- public void setListStyleImage(String listStyleImage)
- throws DOMException;
-
- /**
- * See the list-style-position property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getListStylePosition();
- public void setListStylePosition(String listStylePosition)
- throws DOMException;
-
- /**
- * See the list-style-type property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getListStyleType();
- public void setListStyleType(String listStyleType)
- throws DOMException;
-
- /**
- * See the margin property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMargin();
- public void setMargin(String margin)
- throws DOMException;
-
- /**
- * See the margin-top property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMarginTop();
- public void setMarginTop(String marginTop)
- throws DOMException;
-
- /**
- * See the margin-right property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMarginRight();
- public void setMarginRight(String marginRight)
- throws DOMException;
-
- /**
- * See the margin-bottom property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMarginBottom();
- public void setMarginBottom(String marginBottom)
- throws DOMException;
-
- /**
- * See the margin-left property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMarginLeft();
- public void setMarginLeft(String marginLeft)
- throws DOMException;
-
- /**
- * See the marker-offset property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMarkerOffset();
- public void setMarkerOffset(String markerOffset)
- throws DOMException;
-
- /**
- * See the marks property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMarks();
- public void setMarks(String marks)
- throws DOMException;
-
- /**
- * See the max-height property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMaxHeight();
- public void setMaxHeight(String maxHeight)
- throws DOMException;
-
- /**
- * See the max-width property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMaxWidth();
- public void setMaxWidth(String maxWidth)
- throws DOMException;
-
- /**
- * See the min-height property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMinHeight();
- public void setMinHeight(String minHeight)
- throws DOMException;
-
- /**
- * See the min-width property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getMinWidth();
- public void setMinWidth(String minWidth)
- throws DOMException;
-
- /**
- * See the orphans property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getOrphans();
- public void setOrphans(String orphans)
- throws DOMException;
-
- /**
- * See the outline property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getOutline();
- public void setOutline(String outline)
- throws DOMException;
-
- /**
- * See the outline-color property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getOutlineColor();
- public void setOutlineColor(String outlineColor)
- throws DOMException;
-
- /**
- * See the outline-style property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getOutlineStyle();
- public void setOutlineStyle(String outlineStyle)
- throws DOMException;
-
- /**
- * See the outline-width property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getOutlineWidth();
- public void setOutlineWidth(String outlineWidth)
- throws DOMException;
-
- /**
- * See the overflow property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getOverflow();
- public void setOverflow(String overflow)
- throws DOMException;
-
- /**
- * See the padding property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPadding();
- public void setPadding(String padding)
- throws DOMException;
-
- /**
- * See the padding-top property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPaddingTop();
- public void setPaddingTop(String paddingTop)
- throws DOMException;
-
- /**
- * See the padding-right property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPaddingRight();
- public void setPaddingRight(String paddingRight)
- throws DOMException;
-
- /**
- * See the padding-bottom property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPaddingBottom();
- public void setPaddingBottom(String paddingBottom)
- throws DOMException;
-
- /**
- * See the padding-left property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPaddingLeft();
- public void setPaddingLeft(String paddingLeft)
- throws DOMException;
-
- /**
- * See the page property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPage();
- public void setPage(String page)
- throws DOMException;
-
- /**
- * See the page-break-after property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPageBreakAfter();
- public void setPageBreakAfter(String pageBreakAfter)
- throws DOMException;
-
- /**
- * See the page-break-before property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPageBreakBefore();
- public void setPageBreakBefore(String pageBreakBefore)
- throws DOMException;
-
- /**
- * See the page-break-inside property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPageBreakInside();
- public void setPageBreakInside(String pageBreakInside)
- throws DOMException;
-
- /**
- * See the pause property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPause();
- public void setPause(String pause)
- throws DOMException;
-
- /**
- * See the pause-after property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPauseAfter();
- public void setPauseAfter(String pauseAfter)
- throws DOMException;
-
- /**
- * See the pause-before property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPauseBefore();
- public void setPauseBefore(String pauseBefore)
- throws DOMException;
-
- /**
- * See the pitch property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPitch();
- public void setPitch(String pitch)
- throws DOMException;
-
- /**
- * See the pitch-range property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPitchRange();
- public void setPitchRange(String pitchRange)
- throws DOMException;
-
- /**
- * See the play-during property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPlayDuring();
- public void setPlayDuring(String playDuring)
- throws DOMException;
-
- /**
- * See the position property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getPosition();
- public void setPosition(String position)
- throws DOMException;
-
- /**
- * See the quotes property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getQuotes();
- public void setQuotes(String quotes)
- throws DOMException;
-
- /**
- * See the richness property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getRichness();
- public void setRichness(String richness)
- throws DOMException;
-
- /**
- * See the right property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getRight();
- public void setRight(String right)
- throws DOMException;
-
- /**
- * See the size property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getSize();
- public void setSize(String size)
- throws DOMException;
-
- /**
- * See the speak property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getSpeak();
- public void setSpeak(String speak)
- throws DOMException;
-
- /**
- * See the speak-header property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getSpeakHeader();
- public void setSpeakHeader(String speakHeader)
- throws DOMException;
-
- /**
- * See the speak-numeral property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getSpeakNumeral();
- public void setSpeakNumeral(String speakNumeral)
- throws DOMException;
-
- /**
- * See the speak-punctuation property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getSpeakPunctuation();
- public void setSpeakPunctuation(String speakPunctuation)
- throws DOMException;
-
- /**
- * See the speech-rate property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getSpeechRate();
- public void setSpeechRate(String speechRate)
- throws DOMException;
-
- /**
- * See the stress property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getStress();
- public void setStress(String stress)
- throws DOMException;
-
- /**
- * See the table-layout property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getTableLayout();
- public void setTableLayout(String tableLayout)
- throws DOMException;
-
- /**
- * See the text-align property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getTextAlign();
- public void setTextAlign(String textAlign)
- throws DOMException;
-
- /**
- * See the text-decoration property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getTextDecoration();
- public void setTextDecoration(String textDecoration)
- throws DOMException;
-
- /**
- * See the text-indent property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getTextIndent();
- public void setTextIndent(String textIndent)
- throws DOMException;
-
- /**
- * See the text-shadow property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getTextShadow();
- public void setTextShadow(String textShadow)
- throws DOMException;
-
- /**
- * See the text-transform property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getTextTransform();
- public void setTextTransform(String textTransform)
- throws DOMException;
-
- /**
- * See the top property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getTop();
- public void setTop(String top)
- throws DOMException;
-
- /**
- * See the unicode-bidi property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getUnicodeBidi();
- public void setUnicodeBidi(String unicodeBidi)
- throws DOMException;
-
- /**
- * See the vertical-align property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getVerticalAlign();
- public void setVerticalAlign(String verticalAlign)
- throws DOMException;
-
- /**
- * See the visibility property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getVisibility();
- public void setVisibility(String visibility)
- throws DOMException;
-
- /**
- * See the voice-family property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getVoiceFamily();
- public void setVoiceFamily(String voiceFamily)
- throws DOMException;
-
- /**
- * See the volume property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getVolume();
- public void setVolume(String volume)
- throws DOMException;
-
- /**
- * See the white-space property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getWhiteSpace();
- public void setWhiteSpace(String whiteSpace)
- throws DOMException;
-
- /**
- * See the widows property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getWidows();
- public void setWidows(String widows)
- throws DOMException;
-
- /**
- * See the width property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getWidth();
- public void setWidth(String width)
- throws DOMException;
-
- /**
- * See the word-spacing property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getWordSpacing();
- public void setWordSpacing(String wordSpacing)
- throws DOMException;
-
- /**
- * See the z-index property definition in CSS2.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the new value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public String getZIndex();
- public void setZIndex(String zIndex)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSCharsetRule.java b/src/bind/java/org/w3c/dom/css/CSSCharsetRule.java
deleted file mode 100644
index ac1884557..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSCharsetRule.java
+++ /dev/null
@@ -1,48 +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.css;
-
-import org.w3c.dom.DOMException;
-
-/**
- * The <code>CSSCharsetRule</code> interface represents a @charset rule in a
- * CSS style sheet. The value of the <code>encoding</code> attribute does
- * not affect the encoding of text data in the DOM objects; this encoding is
- * always UTF-16. After a stylesheet is loaded, the value of the
- * <code>encoding</code> attribute is the value found in the
- * <code>@charset</code> rule. If there was no <code>@charset</code> in the
- * original document, then no <code>CSSCharsetRule</code> is created. The
- * value of the <code>encoding</code> attribute may also be used as a hint
- * for the encoding used on serialization of the style sheet.
- * <p> The value of the @charset rule (and therefore of the
- * <code>CSSCharsetRule</code>) may not correspond to the encoding the
- * document actually came in; character encoding information e.g. in an HTTP
- * header, has priority (see CSS document representation) but this is not
- * reflected in the <code>CSSCharsetRule</code>.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSCharsetRule extends CSSRule {
- /**
- * The encoding information used in this <code>@charset</code> rule.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the specified encoding value has a syntax error
- * and is unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this encoding rule is
- * readonly.
- */
- public String getEncoding();
- public void setEncoding(String encoding)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSFontFaceRule.java b/src/bind/java/org/w3c/dom/css/CSSFontFaceRule.java
deleted file mode 100644
index a17957061..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSFontFaceRule.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.css;
-
-/**
- * The <code>CSSFontFaceRule</code> interface represents a @font-face rule in
- * a CSS style sheet. The <code>@font-face</code> rule is used to hold a set
- * of font descriptions.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSFontFaceRule extends CSSRule {
- /**
- * The declaration-block of this rule.
- */
- public CSSStyleDeclaration getStyle();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSImportRule.java b/src/bind/java/org/w3c/dom/css/CSSImportRule.java
deleted file mode 100644
index e18ad569b..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSImportRule.java
+++ /dev/null
@@ -1,44 +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.css;
-
-import org.w3c.dom.stylesheets.MediaList;
-
-/**
- * The <code>CSSImportRule</code> interface represents a @import rule within
- * a CSS style sheet. The <code>@import</code> rule is used to import style
- * rules from other style sheets.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSImportRule extends CSSRule {
- /**
- * The location of the style sheet to be imported. The attribute will not
- * contain the <code>"url(...)"</code> specifier around the URI.
- */
- public String getHref();
-
- /**
- * A list of media types for which this style sheet may be used.
- */
- public MediaList getMedia();
-
- /**
- * The style sheet referred to by this rule, if it has been loaded. The
- * value of this attribute is <code>null</code> if the style sheet has
- * not yet been loaded or if it will not be loaded (e.g. if the style
- * sheet is for a media type not supported by the user agent).
- */
- public CSSStyleSheet getStyleSheet();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSMediaRule.java b/src/bind/java/org/w3c/dom/css/CSSMediaRule.java
deleted file mode 100644
index c74d3faf5..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSMediaRule.java
+++ /dev/null
@@ -1,76 +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.css;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.stylesheets.MediaList;
-
-/**
- * The <code>CSSMediaRule</code> interface represents a @media rule in a CSS
- * style sheet. A <code>@media</code> rule can be used to delimit style
- * rules for specific media types.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSMediaRule extends CSSRule {
- /**
- * A list of media types for this rule.
- */
- public MediaList getMedia();
-
- /**
- * A list of all CSS rules contained within the media block.
- */
- public CSSRuleList getCssRules();
-
- /**
- * Used to insert a new rule into the media block.
- * @param rule The parsable text representing the rule. For rule sets
- * this contains both the selector and the style declaration. For
- * at-rules, this specifies both the at-identifier and the rule
- * content.
- * @param index The index within the media block's rule collection of the
- * rule before which to insert the specified rule. If the specified
- * index is equal to the length of the media blocks's rule collection,
- * the rule will be added to the end of the media block.
- * @return The index within the media block's rule collection of the
- * newly inserted rule.
- * @exception DOMException
- * HIERARCHY_REQUEST_ERR: Raised if the rule cannot be inserted at the
- * specified index, e.g., if an <code>@import</code> rule is inserted
- * after a standard rule set or other at-rule.
- * <br>INDEX_SIZE_ERR: Raised if the specified index is not a valid
- * insertion point.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this media rule is
- * readonly.
- * <br>SYNTAX_ERR: Raised if the specified rule has a syntax error and
- * is unparsable.
- */
- public int insertRule(String rule,
- int index)
- throws DOMException;
-
- /**
- * Used to delete a rule from the media block.
- * @param index The index within the media block's rule collection of the
- * rule to remove.
- * @exception DOMException
- * INDEX_SIZE_ERR: Raised if the specified index does not correspond to
- * a rule in the media rule list.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this media rule is
- * readonly.
- */
- public void deleteRule(int index)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSPageRule.java b/src/bind/java/org/w3c/dom/css/CSSPageRule.java
deleted file mode 100644
index d2fc9c351..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSPageRule.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.css;
-
-import org.w3c.dom.DOMException;
-
-/**
- * The <code>CSSPageRule</code> interface represents a @page rule within a
- * CSS style sheet. The <code>@page</code> rule is used to specify the
- * dimensions, orientation, margins, etc. of a page box for paged media.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSPageRule extends CSSRule {
- /**
- * The parsable textual representation of the page selector for the rule.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the specified CSS string value has a syntax
- * error and is unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this rule is readonly.
- */
- public String getSelectorText();
- public void setSelectorText(String selectorText)
- throws DOMException;
-
- /**
- * The declaration-block of this rule.
- */
- public CSSStyleDeclaration getStyle();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSPrimitiveValue.java b/src/bind/java/org/w3c/dom/css/CSSPrimitiveValue.java
deleted file mode 100644
index 781ce8ab4..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSPrimitiveValue.java
+++ /dev/null
@@ -1,296 +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.css;
-
-import org.w3c.dom.DOMException;
-
-/**
- * The <code>CSSPrimitiveValue</code> interface represents a single CSS value
- * . This interface may be used to determine the value of a specific style
- * property currently set in a block or to set a specific style property
- * explicitly within the block. An instance of this interface might be
- * obtained from the <code>getPropertyCSSValue</code> method of the
- * <code>CSSStyleDeclaration</code> interface. A
- * <code>CSSPrimitiveValue</code> object only occurs in a context of a CSS
- * property.
- * <p> Conversions are allowed between absolute values (from millimeters to
- * centimeters, from degrees to radians, and so on) but not between relative
- * values. (For example, a pixel value cannot be converted to a centimeter
- * value.) Percentage values can't be converted since they are relative to
- * the parent value (or another property value). There is one exception for
- * color percentage values: since a color percentage value is relative to
- * the range 0-255, a color percentage value can be converted to a number;
- * (see also the <code>RGBColor</code> interface).
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSPrimitiveValue extends CSSValue {
- // UnitTypes
- /**
- * The value is not a recognized CSS2 value. The value can only be
- * obtained by using the <code>cssText</code> attribute.
- */
- public static final short CSS_UNKNOWN = 0;
- /**
- * The value is a simple number. The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_NUMBER = 1;
- /**
- * The value is a percentage. The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_PERCENTAGE = 2;
- /**
- * The value is a length (ems). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_EMS = 3;
- /**
- * The value is a length (exs). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_EXS = 4;
- /**
- * The value is a length (px). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_PX = 5;
- /**
- * The value is a length (cm). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_CM = 6;
- /**
- * The value is a length (mm). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_MM = 7;
- /**
- * The value is a length (in). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_IN = 8;
- /**
- * The value is a length (pt). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_PT = 9;
- /**
- * The value is a length (pc). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_PC = 10;
- /**
- * The value is an angle (deg). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_DEG = 11;
- /**
- * The value is an angle (rad). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_RAD = 12;
- /**
- * The value is an angle (grad). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_GRAD = 13;
- /**
- * The value is a time (ms). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_MS = 14;
- /**
- * The value is a time (s). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_S = 15;
- /**
- * The value is a frequency (Hz). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_HZ = 16;
- /**
- * The value is a frequency (kHz). The value can be obtained by using the
- * <code>getFloatValue</code> method.
- */
- public static final short CSS_KHZ = 17;
- /**
- * The value is a number with an unknown dimension. The value can be
- * obtained by using the <code>getFloatValue</code> method.
- */
- public static final short CSS_DIMENSION = 18;
- /**
- * The value is a STRING. The value can be obtained by using the
- * <code>getStringValue</code> method.
- */
- public static final short CSS_STRING = 19;
- /**
- * The value is a URI. The value can be obtained by using the
- * <code>getStringValue</code> method.
- */
- public static final short CSS_URI = 20;
- /**
- * The value is an identifier. The value can be obtained by using the
- * <code>getStringValue</code> method.
- */
- public static final short CSS_IDENT = 21;
- /**
- * The value is a attribute function. The value can be obtained by using
- * the <code>getStringValue</code> method.
- */
- public static final short CSS_ATTR = 22;
- /**
- * The value is a counter or counters function. The value can be obtained
- * by using the <code>getCounterValue</code> method.
- */
- public static final short CSS_COUNTER = 23;
- /**
- * The value is a rect function. The value can be obtained by using the
- * <code>getRectValue</code> method.
- */
- public static final short CSS_RECT = 24;
- /**
- * The value is a RGB color. The value can be obtained by using the
- * <code>getRGBColorValue</code> method.
- */
- public static final short CSS_RGBCOLOR = 25;
-
- /**
- * The type of the value as defined by the constants specified above.
- */
- public short getPrimitiveType();
-
- /**
- * A method to set the float value with a specified unit. If the property
- * attached with this value can not accept the specified unit or the
- * float value, the value will be unchanged and a
- * <code>DOMException</code> will be raised.
- * @param unitType A unit code as defined above. The unit code can only
- * be a float unit type (i.e. <code>CSS_NUMBER</code>,
- * <code>CSS_PERCENTAGE</code>, <code>CSS_EMS</code>,
- * <code>CSS_EXS</code>, <code>CSS_PX</code>, <code>CSS_CM</code>,
- * <code>CSS_MM</code>, <code>CSS_IN</code>, <code>CSS_PT</code>,
- * <code>CSS_PC</code>, <code>CSS_DEG</code>, <code>CSS_RAD</code>,
- * <code>CSS_GRAD</code>, <code>CSS_MS</code>, <code>CSS_S</code>,
- * <code>CSS_HZ</code>, <code>CSS_KHZ</code>,
- * <code>CSS_DIMENSION</code>).
- * @param floatValue The new float value.
- * @exception DOMException
- * INVALID_ACCESS_ERR: Raised if the attached property doesn't support
- * the float value or the unit type.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public void setFloatValue(short unitType,
- float floatValue)
- throws DOMException;
-
- /**
- * This method is used to get a float value in a specified unit. If this
- * CSS value doesn't contain a float value or can't be converted into
- * the specified unit, a <code>DOMException</code> is raised.
- * @param unitType A unit code to get the float value. The unit code can
- * only be a float unit type (i.e. <code>CSS_NUMBER</code>,
- * <code>CSS_PERCENTAGE</code>, <code>CSS_EMS</code>,
- * <code>CSS_EXS</code>, <code>CSS_PX</code>, <code>CSS_CM</code>,
- * <code>CSS_MM</code>, <code>CSS_IN</code>, <code>CSS_PT</code>,
- * <code>CSS_PC</code>, <code>CSS_DEG</code>, <code>CSS_RAD</code>,
- * <code>CSS_GRAD</code>, <code>CSS_MS</code>, <code>CSS_S</code>,
- * <code>CSS_HZ</code>, <code>CSS_KHZ</code>,
- * <code>CSS_DIMENSION</code>).
- * @return The float value in the specified unit.
- * @exception DOMException
- * INVALID_ACCESS_ERR: Raised if the CSS value doesn't contain a float
- * value or if the float value can't be converted into the specified
- * unit.
- */
- public float getFloatValue(short unitType)
- throws DOMException;
-
- /**
- * A method to set the string value with the specified unit. If the
- * property attached to this value can't accept the specified unit or
- * the string value, the value will be unchanged and a
- * <code>DOMException</code> will be raised.
- * @param stringType A string code as defined above. The string code can
- * only be a string unit type (i.e. <code>CSS_STRING</code>,
- * <code>CSS_URI</code>, <code>CSS_IDENT</code>, and
- * <code>CSS_ATTR</code>).
- * @param stringValue The new string value.
- * @exception DOMException
- * INVALID_ACCESS_ERR: Raised if the CSS value doesn't contain a string
- * value or if the string value can't be converted into the specified
- * unit.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
- */
- public void setStringValue(short stringType,
- String stringValue)
- throws DOMException;
-
- /**
- * This method is used to get the string value. If the CSS value doesn't
- * contain a string value, a <code>DOMException</code> is raised. Some
- * properties (like 'font-family' or 'voice-family') convert a
- * whitespace separated list of idents to a string.
- * @return The string value in the current unit. The current
- * <code>primitiveType</code> can only be a string unit type (i.e.
- * <code>CSS_STRING</code>, <code>CSS_URI</code>,
- * <code>CSS_IDENT</code> and <code>CSS_ATTR</code>).
- * @exception DOMException
- * INVALID_ACCESS_ERR: Raised if the CSS value doesn't contain a string
- * value.
- */
- public String getStringValue()
- throws DOMException;
-
- /**
- * This method is used to get the Counter value. If this CSS value
- * doesn't contain a counter value, a <code>DOMException</code> is
- * raised. Modification to the corresponding style property can be
- * achieved using the <code>Counter</code> interface.
- * @return The Counter value.
- * @exception DOMException
- * INVALID_ACCESS_ERR: Raised if the CSS value doesn't contain a
- * Counter value (e.g. this is not <code>CSS_COUNTER</code>).
- */
- public Counter getCounterValue()
- throws DOMException;
-
- /**
- * This method is used to get the Rect value. If this CSS value doesn't
- * contain a rect value, a <code>DOMException</code> is raised.
- * Modification to the corresponding style property can be achieved
- * using the <code>Rect</code> interface.
- * @return The Rect value.
- * @exception DOMException
- * INVALID_ACCESS_ERR: Raised if the CSS value doesn't contain a Rect
- * value. (e.g. this is not <code>CSS_RECT</code>).
- */
- public Rect getRectValue()
- throws DOMException;
-
- /**
- * This method is used to get the RGB color. If this CSS value doesn't
- * contain a RGB color value, a <code>DOMException</code> is raised.
- * Modification to the corresponding style property can be achieved
- * using the <code>RGBColor</code> interface.
- * @return the RGB color value.
- * @exception DOMException
- * INVALID_ACCESS_ERR: Raised if the attached property can't return a
- * RGB color value (e.g. this is not <code>CSS_RGBCOLOR</code>).
- */
- public RGBColor getRGBColorValue()
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSRule.java b/src/bind/java/org/w3c/dom/css/CSSRule.java
deleted file mode 100644
index 8626f8089..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSRule.java
+++ /dev/null
@@ -1,93 +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.css;
-
-import org.w3c.dom.DOMException;
-
-/**
- * The <code>CSSRule</code> interface is the abstract base interface for any
- * type of CSS statement. This includes both rule sets and at-rules. An
- * implementation is expected to preserve all rules specified in a CSS style
- * sheet, even if the rule is not recognized by the parser. Unrecognized
- * rules are represented using the <code>CSSUnknownRule</code> interface.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSRule {
- // RuleType
- /**
- * The rule is a <code>CSSUnknownRule</code>.
- */
- public static final short UNKNOWN_RULE = 0;
- /**
- * The rule is a <code>CSSStyleRule</code>.
- */
- public static final short STYLE_RULE = 1;
- /**
- * The rule is a <code>CSSCharsetRule</code>.
- */
- public static final short CHARSET_RULE = 2;
- /**
- * The rule is a <code>CSSImportRule</code>.
- */
- public static final short IMPORT_RULE = 3;
- /**
- * The rule is a <code>CSSMediaRule</code>.
- */
- public static final short MEDIA_RULE = 4;
- /**
- * The rule is a <code>CSSFontFaceRule</code>.
- */
- public static final short FONT_FACE_RULE = 5;
- /**
- * The rule is a <code>CSSPageRule</code>.
- */
- public static final short PAGE_RULE = 6;
-
- /**
- * The type of the rule, as defined above. The expectation is that
- * binding-specific casting methods can be used to cast down from an
- * instance of the <code>CSSRule</code> interface to the specific
- * derived interface implied by the <code>type</code>.
- */
- public short getType();
-
- /**
- * The parsable textual representation of the rule. This reflects the
- * current state of the rule and not its initial value.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the specified CSS string value has a syntax
- * error and is unparsable.
- * <br>INVALID_MODIFICATION_ERR: Raised if the specified CSS string
- * value represents a different type of rule than the current one.
- * <br>HIERARCHY_REQUEST_ERR: Raised if the rule cannot be inserted at
- * this point in the style sheet.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if the rule is readonly.
- */
- public String getCssText();
- public void setCssText(String cssText)
- throws DOMException;
-
- /**
- * The style sheet that contains this rule.
- */
- public CSSStyleSheet getParentStyleSheet();
-
- /**
- * If this rule is contained inside another rule (e.g. a style rule
- * inside an @media block), this is the containing rule. If this rule is
- * not nested inside any other rules, this returns <code>null</code>.
- */
- public CSSRule getParentRule();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSRuleList.java b/src/bind/java/org/w3c/dom/css/CSSRuleList.java
deleted file mode 100644
index ba4052074..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSRuleList.java
+++ /dev/null
@@ -1,43 +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.css;
-
-/**
- * The <code>CSSRuleList</code> interface provides the abstraction of an
- * ordered collection of CSS rules.
- * <p> The items in the <code>CSSRuleList</code> are accessible via an
- * integral index, starting from 0.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSRuleList {
- /**
- * The number of <code>CSSRules</code> in the list. The range of valid
- * child rule indices is <code>0</code> to <code>length-1</code>
- * inclusive.
- */
- public int getLength();
-
- /**
- * Used to retrieve a CSS rule by ordinal index. The order in this
- * collection represents the order of the rules in the CSS style sheet.
- * If index is greater than or equal to the number of rules in the list,
- * this returns <code>null</code>.
- * @param indexIndex into the collection
- * @return The style rule at the <code>index</code> position in the
- * <code>CSSRuleList</code>, or <code>null</code> if that is not a
- * valid index.
- */
- public CSSRule item(int index);
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSStyleDeclaration.java b/src/bind/java/org/w3c/dom/css/CSSStyleDeclaration.java
deleted file mode 100644
index d017fbd55..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSStyleDeclaration.java
+++ /dev/null
@@ -1,152 +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.css;
-
-import org.w3c.dom.DOMException;
-
-/**
- * The <code>CSSStyleDeclaration</code> interface represents a single CSS
- * declaration block. This interface may be used to determine the style
- * properties currently set in a block or to set style properties explicitly
- * within the block.
- * <p> While an implementation may not recognize all CSS properties within a
- * CSS declaration block, it is expected to provide access to all specified
- * properties in the style sheet through the <code>CSSStyleDeclaration</code>
- * interface. Furthermore, implementations that support a specific level of
- * CSS should correctly handle CSS shorthand properties for that level. For
- * a further discussion of shorthand properties, see the
- * <code>CSS2Properties</code> interface.
- * <p> This interface is also used to provide a read-only access to the
- * computed values of an element. See also the <code>ViewCSS</code>
- * interface. The CSS Object Model doesn't provide an access to the
- * specified or actual values of the CSS cascade.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSStyleDeclaration {
- /**
- * The parsable textual representation of the declaration block
- * (excluding the surrounding curly braces). Setting this attribute will
- * result in the parsing of the new value and resetting of all the
- * properties in the declaration block including the removal or addition
- * of properties.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the specified CSS string value has a syntax
- * error and is unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is
- * readonly or a property is readonly.
- */
- public String getCssText();
- public void setCssText(String cssText)
- throws DOMException;
-
- /**
- * Used to retrieve the value of a CSS property if it has been explicitly
- * set within this declaration block.
- * @param propertyName The name of the CSS property. See the CSS property
- * index.
- * @return Returns the value of the property if it has been explicitly
- * set for this declaration block. Returns the empty string if the
- * property has not been set.
- */
- public String getPropertyValue(String propertyName);
-
- /**
- * Used to retrieve the object representation of the value of a CSS
- * property if it has been explicitly set within this declaration block.
- * This method returns <code>null</code> if the property is a shorthand
- * property. Shorthand property values can only be accessed and modified
- * as strings, using the <code>getPropertyValue</code> and
- * <code>setProperty</code> methods.
- * @param propertyName The name of the CSS property. See the CSS property
- * index.
- * @return Returns the value of the property if it has been explicitly
- * set for this declaration block. Returns <code>null</code> if the
- * property has not been set.
- */
- public CSSValue getPropertyCSSValue(String propertyName);
-
- /**
- * Used to remove a CSS property if it has been explicitly set within
- * this declaration block.
- * @param propertyName The name of the CSS property. See the CSS property
- * index.
- * @return Returns the value of the property if it has been explicitly
- * set for this declaration block. Returns the empty string if the
- * property has not been set or the property name does not correspond
- * to a known CSS property.
- * @exception DOMException
- * NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly
- * or the property is readonly.
- */
- public String removeProperty(String propertyName)
- throws DOMException;
-
- /**
- * Used to retrieve the priority of a CSS property (e.g. the
- * <code>"important"</code> qualifier) if the property has been
- * explicitly set in this declaration block.
- * @param propertyName The name of the CSS property. See the CSS property
- * index.
- * @return A string representing the priority (e.g.
- * <code>"important"</code>) if one exists. The empty string if none
- * exists.
- */
- public String getPropertyPriority(String propertyName);
-
- /**
- * Used to set a property value and priority within this declaration
- * block.
- * @param propertyName The name of the CSS property. See the CSS property
- * index.
- * @param value The new value of the property.
- * @param priority The new priority of the property (e.g.
- * <code>"important"</code>).
- * @exception DOMException
- * SYNTAX_ERR: Raised if the specified value has a syntax error and is
- * unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is
- * readonly or the property is readonly.
- */
- public void setProperty(String propertyName,
- String value,
- String priority)
- throws DOMException;
-
- /**
- * The number of properties that have been explicitly set in this
- * declaration block. The range of valid indices is 0 to length-1
- * inclusive.
- */
- public int getLength();
-
- /**
- * Used to retrieve the properties that have been explicitly set in this
- * declaration block. The order of the properties retrieved using this
- * method does not have to be the order in which they were set. This
- * method can be used to iterate over all properties in this declaration
- * block.
- * @param index Index of the property name to retrieve.
- * @return The name of the property at this ordinal position. The empty
- * string if no property exists at this position.
- */
- public String item(int index);
-
- /**
- * The CSS rule that contains this declaration block or <code>null</code>
- * if this <code>CSSStyleDeclaration</code> is not attached to a
- * <code>CSSRule</code>.
- */
- public CSSRule getParentRule();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSStyleRule.java b/src/bind/java/org/w3c/dom/css/CSSStyleRule.java
deleted file mode 100644
index 45a647b19..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSStyleRule.java
+++ /dev/null
@@ -1,42 +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.css;
-
-import org.w3c.dom.DOMException;
-
-/**
- * The <code>CSSStyleRule</code> interface represents a single rule set in a
- * CSS style sheet.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSStyleRule extends CSSRule {
- /**
- * The textual representation of the selector for the rule set. The
- * implementation may have stripped out insignificant whitespace while
- * parsing the selector.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the specified CSS string value has a syntax
- * error and is unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this rule is readonly.
- */
- public String getSelectorText();
- public void setSelectorText(String selectorText)
- throws DOMException;
-
- /**
- * The declaration-block of this rule set.
- */
- public CSSStyleDeclaration getStyle();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSStyleSheet.java b/src/bind/java/org/w3c/dom/css/CSSStyleSheet.java
deleted file mode 100644
index cdfd74d9a..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSStyleSheet.java
+++ /dev/null
@@ -1,85 +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.css;
-
-import org.w3c.dom.DOMException;
-import org.w3c.dom.stylesheets.StyleSheet;
-
-/**
- * The <code>CSSStyleSheet</code> interface is a concrete interface used to
- * represent a CSS style sheet i.e., a style sheet whose content type is
- * "text/css".
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSStyleSheet extends StyleSheet {
- /**
- * If this style sheet comes from an <code>@import</code> rule, the
- * <code>ownerRule</code> attribute will contain the
- * <code>CSSImportRule</code>. In that case, the <code>ownerNode</code>
- * attribute in the <code>StyleSheet</code> interface will be
- * <code>null</code>. If the style sheet comes from an element or a
- * processing instruction, the <code>ownerRule</code> attribute will be
- * <code>null</code> and the <code>ownerNode</code> attribute will
- * contain the <code>Node</code>.
- */
- public CSSRule getOwnerRule();
-
- /**
- * The list of all CSS rules contained within the style sheet. This
- * includes both rule sets and at-rules.
- */
- public CSSRuleList getCssRules();
-
- /**
- * Used to insert a new rule into the style sheet. The new rule now
- * becomes part of the cascade.
- * @param rule The parsable text representing the rule. For rule sets
- * this contains both the selector and the style declaration. For
- * at-rules, this specifies both the at-identifier and the rule
- * content.
- * @param index The index within the style sheet's rule list of the rule
- * before which to insert the specified rule. If the specified index
- * is equal to the length of the style sheet's rule collection, the
- * rule will be added to the end of the style sheet.
- * @return The index within the style sheet's rule collection of the
- * newly inserted rule.
- * @exception DOMException
- * HIERARCHY_REQUEST_ERR: Raised if the rule cannot be inserted at the
- * specified index e.g. if an <code>@import</code> rule is inserted
- * after a standard rule set or other at-rule.
- * <br>INDEX_SIZE_ERR: Raised if the specified index is not a valid
- * insertion point.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this style sheet is
- * readonly.
- * <br>SYNTAX_ERR: Raised if the specified rule has a syntax error and
- * is unparsable.
- */
- public int insertRule(String rule,
- int index)
- throws DOMException;
-
- /**
- * Used to delete a rule from the style sheet.
- * @param index The index within the style sheet's rule list of the rule
- * to remove.
- * @exception DOMException
- * INDEX_SIZE_ERR: Raised if the specified index does not correspond to
- * a rule in the style sheet's rule list.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this style sheet is
- * readonly.
- */
- public void deleteRule(int index)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSUnknownRule.java b/src/bind/java/org/w3c/dom/css/CSSUnknownRule.java
deleted file mode 100644
index 763d5f1b6..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSUnknownRule.java
+++ /dev/null
@@ -1,22 +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.css;
-
-/**
- * The <code>CSSUnknownRule</code> interface represents an at-rule not
- * supported by this user agent.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSUnknownRule extends CSSRule {
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSValue.java b/src/bind/java/org/w3c/dom/css/CSSValue.java
deleted file mode 100644
index c40929095..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSValue.java
+++ /dev/null
@@ -1,68 +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.css;
-
-import org.w3c.dom.DOMException;
-
-/**
- * The <code>CSSValue</code> interface represents a simple or a complex
- * value. A <code>CSSValue</code> object only occurs in a context of a CSS
- * property.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSValue {
- // UnitTypes
- /**
- * The value is inherited and the <code>cssText</code> contains "inherit".
- */
- public static final short CSS_INHERIT = 0;
- /**
- * The value is a primitive value and an instance of the
- * <code>CSSPrimitiveValue</code> interface can be obtained by using
- * binding-specific casting methods on this instance of the
- * <code>CSSValue</code> interface.
- */
- public static final short CSS_PRIMITIVE_VALUE = 1;
- /**
- * The value is a <code>CSSValue</code> list and an instance of the
- * <code>CSSValueList</code> interface can be obtained by using
- * binding-specific casting methods on this instance of the
- * <code>CSSValue</code> interface.
- */
- public static final short CSS_VALUE_LIST = 2;
- /**
- * The value is a custom value.
- */
- public static final short CSS_CUSTOM = 3;
-
- /**
- * A string representation of the current value.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the specified CSS string value has a syntax
- * error (according to the attached property) or is unparsable.
- * <br>INVALID_MODIFICATION_ERR: Raised if the specified CSS string
- * value represents a different type of values than the values allowed
- * by the CSS property.
- * <br> NO_MODIFICATION_ALLOWED_ERR: Raised if this value is readonly.
- */
- public String getCssText();
- public void setCssText(String cssText)
- throws DOMException;
-
- /**
- * A code defining the type of the value as defined above.
- */
- public short getCssValueType();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/CSSValueList.java b/src/bind/java/org/w3c/dom/css/CSSValueList.java
deleted file mode 100644
index b159165d9..000000000
--- a/src/bind/java/org/w3c/dom/css/CSSValueList.java
+++ /dev/null
@@ -1,46 +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.css;
-
-/**
- * The <code>CSSValueList</code> interface provides the abstraction of an
- * ordered collection of CSS values.
- * <p> Some properties allow an empty list into their syntax. In that case,
- * these properties take the <code>none</code> identifier. So, an empty list
- * means that the property has the value <code>none</code>.
- * <p> The items in the <code>CSSValueList</code> are accessible via an
- * integral index, starting from 0.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface CSSValueList extends CSSValue {
- /**
- * The number of <code>CSSValues</code> in the list. The range of valid
- * values of the indices is <code>0</code> to <code>length-1</code>
- * inclusive.
- */
- public int getLength();
-
- /**
- * Used to retrieve a <code>CSSValue</code> by ordinal index. The order in
- * this collection represents the order of the values in the CSS style
- * property. If index is greater than or equal to the number of values
- * in the list, this returns <code>null</code>.
- * @param indexIndex into the collection.
- * @return The <code>CSSValue</code> at the <code>index</code> position
- * in the <code>CSSValueList</code>, or <code>null</code> if that is
- * not a valid index.
- */
- public CSSValue item(int index);
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/Counter.java b/src/bind/java/org/w3c/dom/css/Counter.java
deleted file mode 100644
index 8cd4967b3..000000000
--- a/src/bind/java/org/w3c/dom/css/Counter.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.css;
-
-/**
- * The <code>Counter</code> interface is used to represent any counter or
- * counters function value. This interface reflects the values in the
- * underlying style property.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface Counter {
- /**
- * This attribute is used for the identifier of the counter.
- */
- public String getIdentifier();
-
- /**
- * This attribute is used for the style of the list.
- */
- public String getListStyle();
-
- /**
- * This attribute is used for the separator of the nested counters.
- */
- public String getSeparator();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/DOMImplementationCSS.java b/src/bind/java/org/w3c/dom/css/DOMImplementationCSS.java
deleted file mode 100644
index 66755de64..000000000
--- a/src/bind/java/org/w3c/dom/css/DOMImplementationCSS.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.css;
-
-import org.w3c.dom.DOMImplementation;
-import org.w3c.dom.DOMException;
-
-/**
- * This interface allows the DOM user to create a <code>CSSStyleSheet</code>
- * outside the context of a document. There is no way to associate the new
- * <code>CSSStyleSheet</code> with a document in DOM Level 2.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface DOMImplementationCSS extends DOMImplementation {
- /**
- * Creates a new <code>CSSStyleSheet</code>.
- * @param title The advisory title. See also the section.
- * @param media The comma-separated list of media associated with the new
- * style sheet. See also the section.
- * @return A new CSS style sheet.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the specified media string value has a syntax
- * error and is unparsable.
- */
- public CSSStyleSheet createCSSStyleSheet(String title,
- String media)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/DocumentCSS.java b/src/bind/java/org/w3c/dom/css/DocumentCSS.java
deleted file mode 100644
index bb1b8540a..000000000
--- a/src/bind/java/org/w3c/dom/css/DocumentCSS.java
+++ /dev/null
@@ -1,50 +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.css;
-
-import org.w3c.dom.stylesheets.DocumentStyle;
-import org.w3c.dom.Element;
-
-/**
- * This interface represents a document with a CSS view.
- * <p> The <code>getOverrideStyle</code> method provides a mechanism through
- * which a DOM author could effect immediate change to the style of an
- * element without modifying the explicitly linked style sheets of a
- * document or the inline style of elements in the style sheets. This style
- * sheet comes after the author style sheet in the cascade algorithm and is
- * called override style sheet. The override style sheet takes precedence
- * over author style sheets. An "!important" declaration still takes
- * precedence over a normal declaration. Override, author, and user style
- * sheets all may contain "!important" declarations. User "!important" rules
- * take precedence over both override and author "!important" rules, and
- * override "!important" rules take precedence over author "!important"
- * rules.
- * <p> The expectation is that an instance of the <code>DocumentCSS</code>
- * interface can be obtained by using binding-specific casting methods on an
- * instance of the <code>Document</code> interface.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface DocumentCSS extends DocumentStyle {
- /**
- * This method is used to retrieve the override style declaration for a
- * specified element and a specified pseudo-element.
- * @param elt The element whose style is to be modified. This parameter
- * cannot be null.
- * @param pseudoElt The pseudo-element or <code>null</code> if none.
- * @return The override style declaration.
- */
- public CSSStyleDeclaration getOverrideStyle(Element elt,
- String pseudoElt);
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/ElementCSSInlineStyle.java b/src/bind/java/org/w3c/dom/css/ElementCSSInlineStyle.java
deleted file mode 100644
index 98b60bf9d..000000000
--- a/src/bind/java/org/w3c/dom/css/ElementCSSInlineStyle.java
+++ /dev/null
@@ -1,32 +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.css;
-
-/**
- * Inline style information attached to elements is exposed through the
- * <code>style</code> attribute. This represents the contents of the STYLE
- * attribute for HTML elements (or elements in other schemas or DTDs which
- * use the STYLE attribute in the same way). The expectation is that an
- * instance of the ElementCSSInlineStyle interface can be obtained by using
- * binding-specific casting methods on an instance of the Element interface
- * when the element supports inline CSS style informations.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface ElementCSSInlineStyle {
- /**
- * The style attribute.
- */
- public CSSStyleDeclaration getStyle();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/RGBColor.java b/src/bind/java/org/w3c/dom/css/RGBColor.java
deleted file mode 100644
index cd5daa567..000000000
--- a/src/bind/java/org/w3c/dom/css/RGBColor.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.css;
-
-/**
- * The <code>RGBColor</code> interface is used to represent any RGB color
- * value. This interface reflects the values in the underlying style
- * property. Hence, modifications made to the <code>CSSPrimitiveValue</code>
- * objects modify the style property.
- * <p> A specified RGB color is not clipped (even if the number is outside the
- * range 0-255 or 0%-100%). A computed RGB color is clipped depending on the
- * device.
- * <p> Even if a style sheet can only contain an integer for a color value,
- * the internal storage of this integer is a float, and this can be used as
- * a float in the specified or the computed style.
- * <p> A color percentage value can always be converted to a number and vice
- * versa.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface RGBColor {
- /**
- * This attribute is used for the red value of the RGB color.
- */
- public CSSPrimitiveValue getRed();
-
- /**
- * This attribute is used for the green value of the RGB color.
- */
- public CSSPrimitiveValue getGreen();
-
- /**
- * This attribute is used for the blue value of the RGB color.
- */
- public CSSPrimitiveValue getBlue();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/Rect.java b/src/bind/java/org/w3c/dom/css/Rect.java
deleted file mode 100644
index f5efb1084..000000000
--- a/src/bind/java/org/w3c/dom/css/Rect.java
+++ /dev/null
@@ -1,44 +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.css;
-
-/**
- * The <code>Rect</code> interface is used to represent any rect value. This
- * interface reflects the values in the underlying style property. Hence,
- * modifications made to the <code>CSSPrimitiveValue</code> objects modify
- * the style property.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface Rect {
- /**
- * This attribute is used for the top of the rect.
- */
- public CSSPrimitiveValue getTop();
-
- /**
- * This attribute is used for the right of the rect.
- */
- public CSSPrimitiveValue getRight();
-
- /**
- * This attribute is used for the bottom of the rect.
- */
- public CSSPrimitiveValue getBottom();
-
- /**
- * This attribute is used for the left of the rect.
- */
- public CSSPrimitiveValue getLeft();
-
-}
diff --git a/src/bind/java/org/w3c/dom/css/ViewCSS.java b/src/bind/java/org/w3c/dom/css/ViewCSS.java
deleted file mode 100644
index 6c98bd4ec..000000000
--- a/src/bind/java/org/w3c/dom/css/ViewCSS.java
+++ /dev/null
@@ -1,43 +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.css;
-
-import org.w3c.dom.views.AbstractView;
-import org.w3c.dom.Element;
-
-/**
- * This interface represents a CSS view. The <code>getComputedStyle</code>
- * method provides a read only access to the computed values of an element.
- * <p> The expectation is that an instance of the <code>ViewCSS</code>
- * interface can be obtained by using binding-specific casting methods on an
- * instance of the <code>AbstractView</code> interface.
- * <p> Since a computed style is related to an <code>Element</code> node, if
- * this element is removed from the document, the associated
- * <code>CSSStyleDeclaration</code> and <code>CSSValue</code> related to
- * this declaration are no longer valid.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface ViewCSS extends AbstractView {
- /**
- * This method is used to get the computed style as it is defined in .
- * @param elt The element whose style is to be computed. This parameter
- * cannot be null.
- * @param pseudoElt The pseudo-element or <code>null</code> if none.
- * @return The computed style. The <code>CSSStyleDeclaration</code> is
- * read-only and contains only absolute values.
- */
- public CSSStyleDeclaration getComputedStyle(Element elt,
- String pseudoElt);
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/CustomEvent.java b/src/bind/java/org/w3c/dom/events/CustomEvent.java
deleted file mode 100644
index c7bdf0433..000000000
--- a/src/bind/java/org/w3c/dom/events/CustomEvent.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-/**
- * The <code>CustomEvent</code> interface gives access to the attributes
- * <code>Event.currentTarget</code> and <code>Event.eventPhase</code>. It is
- * intended to be used by the DOM Events implementation to access the
- * underlying current target and event phase while dispatching a custom
- * <code>Event</code> in the tree; it is also intended to be implemented,
- * and <em>not used</em>, by DOM applications.
- * <p> The methods contained in this interface are not intended to be used by
- * a DOM application, especially during the dispatch on the
- * <code>Event</code> object. Changing the current target or the current
- * phase may result in unpredictable results of the event flow. The DOM
- * Events implementation should ensure that both methods return the
- * appropriate current target and phase before invoking each event listener
- * on the current target to protect DOM applications from malicious event
- * listeners.
- * <p ><b>Note:</b> If this interface is supported by the event object,
- * <code>Event.isCustom()</code> must return <code>true</code>.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 3
- */
-public interface CustomEvent extends Event {
- /**
- * The <code>setDispatchState</code> method is used by the DOM Events
- * implementation to set the values of <code>Event.currentTarget</code>
- * and <code>Event.eventPhase</code>. It also reset the states of
- * <code>isPropagationStopped</code> and
- * <code>isImmediatePropagationStopped</code>.
- * @param target Specifies the new value for the
- * <code>Event.currentTarget</code> attribute.
- * @param phase Specifies the new value for the
- * <code>Event.eventPhase</code> attribute.
- */
- public void setDispatchState(EventTarget target,
- short phase);
-
- /**
- * This method will return <code>true</code> if the method
- * <code>stopPropagation()</code> has been called for this event,
- * <code>false</code> in any other cases.
- * @return <code>true</code> if the event propagation has been stopped
- * in the current group.
- */
- public boolean isPropagationStopped();
-
- /**
- * The <code>isImmediatePropagationStopped</code> method is used by the
- * DOM Events implementation to know if the method
- * <code>stopImmediatePropagation()</code> has been called for this
- * event. It returns <code>true</code> if the method has been called,
- * <code>false</code> otherwise.
- * @return <code>true</code> if the event propagation has been stopped
- * immediately in the current group.
- */
- public boolean isImmediatePropagationStopped();
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/DocumentEvent.java b/src/bind/java/org/w3c/dom/events/DocumentEvent.java
deleted file mode 100644
index 8f50dd74b..000000000
--- a/src/bind/java/org/w3c/dom/events/DocumentEvent.java
+++ /dev/null
@@ -1,86 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-import org.w3c.dom.DOMException;
-
-/**
- * The <code>DocumentEvent</code> interface provides a mechanism by which the
- * user can create an <code>Event</code> object of a type supported by the
- * implementation. If the feature "Events" is supported by the
- * <code>Document</code> object, the <code>DocumentEvent</code> interface
- * must be implemented on the same object. If the feature "+Events" is
- * supported by the <code>Document</code> object, an object that supports
- * the <code>DocumentEvent</code> interface must be returned by invoking the
- * method <code>Node.getFeature("+Events", "3.0")</code> on the
- * <code>Document</code> object.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 2
- */
-public interface DocumentEvent {
- /**
- *
- * @param eventType The <code>eventType</code> parameter specifies the
- * name of the DOM Events interface to be supported by the created
- * event object, e.g. <code>"Event"</code>, <code>"MouseEvent"</code>,
- * <code>"MutationEvent"</code> and so on. If the <code>Event</code>
- * is to be dispatched via the <code>EventTarget.dispatchEvent()</code>
- * method the appropriate event init method must be called after
- * creation in order to initialize the <code>Event</code>'s values.
- * As an example, a user wishing to synthesize some kind of
- * <code>UIEvent</code> would invoke
- * <code>DocumentEvent.createEvent("UIEvent")</code>. The
- * <code>UIEvent.initUIEventNS()</code> method could then be called on
- * the newly created <code>UIEvent</code> object to set the specific
- * type of user interface event to be dispatched,
- * <code>{"http://www.w3.org/2001/xml-events", "DOMActivate"}</code>
- * for example, and set its context information, e.g.
- * <code>UIEvent.detail</code> in this example. The
- * <code>createEvent</code> method is used in creating
- * <code>Event</code>s when it is either inconvenient or unnecessary
- * for the user to create an <code>Event</code> themselves. In cases
- * where the implementation provided <code>Event</code> is
- * insufficient, users may supply their own <code>Event</code>
- * implementations for use with the
- * <code>EventTarget.dispatchEvent()</code> method. However, the DOM
- * implementation needs access to the attributes
- * <code>Event.currentTarget</code> and <code>Event.eventPhase</code>
- * to appropriately propagate the event in the DOM tree. Therefore
- * users' <code>Event</code> implementations might need to support the
- * <code>CustomEvent</code> interface for that effect.
- * <p ><b>Note:</b> For backward compatibility reason, "UIEvents",
- * "MouseEvents", "MutationEvents", and "HTMLEvents" feature names are
- * valid values for the parameter <code>eventType</code> and represent
- * respectively the interfaces "UIEvent", "MouseEvent",
- * "MutationEvent", and "Event".
- * @return The newly created event object.
- * @exception DOMException
- * NOT_SUPPORTED_ERR: Raised if the implementation does not support the
- * <code>Event</code> interface requested.
- */
- public Event createEvent(String eventType)
- throws DOMException;
-
- /**
- * Test if the implementation can generate events of a specified type.
- * @param namespaceURI Specifies the <code>Event.namespaceURI</code> of
- * the event.
- * @param type Specifies the <code>Event.type</code> of the event.
- * @return <code>true</code> if the implementation can generate and
- * dispatch this event type, <code>false</code> otherwise.
- * @since DOM Level 3
- */
- public boolean canDispatch(String namespaceURI,
- String type);
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/Event.java b/src/bind/java/org/w3c/dom/events/Event.java
deleted file mode 100644
index 949931518..000000000
--- a/src/bind/java/org/w3c/dom/events/Event.java
+++ /dev/null
@@ -1,209 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-/**
- * The <code>Event</code> interface is used to provide contextual information
- * about an event to the listener processing the event. An object which
- * implements the <code>Event</code> interface is passed as the parameter to
- * an <code>EventListener</code>. More specific context information is
- * passed to event listeners by deriving additional interfaces from
- * <code>Event</code> which contain information directly relating to the
- * type of event they represent. These derived interfaces are also
- * implemented by the object passed to the event listener.
- * <p> To create an instance of the <code>Event</code> interface, use the
- * <code>DocumentEvent.createEvent("Event")</code> method call.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 2
- */
-public interface Event {
- // PhaseType
- /**
- * The current event phase is the capture phase.
- */
- public static final short CAPTURING_PHASE = 1;
- /**
- * The current event is in the target phase, i.e. it is being evaluated
- * at the event target.
- */
- public static final short AT_TARGET = 2;
- /**
- * The current event phase is the bubbling phase.
- */
- public static final short BUBBLING_PHASE = 3;
-
- /**
- * The name should be an <a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-NCName'>NCName</a> as defined in [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>]
- * and is case-sensitive.
- * <br> If the attribute <code>Event.namespaceURI</code> is different from
- * <code>null</code>, this attribute represents a local name.
- */
- public String getType();
-
- /**
- * Used to indicate the event target. This attribute contains the target
- * node when used with the .
- */
- public EventTarget getTarget();
-
- /**
- * Used to indicate the <code>EventTarget</code> whose
- * <code>EventListeners</code> are currently being processed. This is
- * particularly useful during the capture and bubbling phases. This
- * attribute could contain the target node or a target ancestor when
- * used with the .
- */
- public EventTarget getCurrentTarget();
-
- /**
- * Used to indicate which phase of event flow is currently being
- * accomplished.
- */
- public short getEventPhase();
-
- /**
- * Used to indicate whether or not an event is a bubbling event. If the
- * event can bubble the value is <code>true</code>, otherwise the value
- * is <code>false</code>.
- */
- public boolean getBubbles();
-
- /**
- * Used to indicate whether or not an event can have its default action
- * prevented (see also ). If the default action can be prevented the
- * value is <code>true</code>, otherwise the value is <code>false</code>
- * .
- */
- public boolean getCancelable();
-
- /**
- * Used to specify the time (in milliseconds relative to the epoch) at
- * which the event was created. Due to the fact that some systems may
- * not provide this information the value of <code>timeStamp</code> may
- * be not available for all events. When not available, a value of
- * <code>0</code> will be returned. Examples of epoch time are the time
- * of the system start or 0:0:0 UTC 1st January 1970.
- */
- public long getTimeStamp();
-
- /**
- * This method is used to prevent event listeners of the same group to be
- * triggered but its effect is deferred until all event listeners
- * attached on the <code>currentTarget</code> have been triggered (see
- * ). Once it has been called, further calls to that method have no
- * additional effect.
- * <p ><b>Note:</b> This method does not prevent the default action from
- * being invoked; use <code>preventDefault</code> for that effect.
- */
- public void stopPropagation();
-
- /**
- * If an event is cancelable, the <code>preventDefault</code> method is
- * used to signify that the event is to be canceled, meaning any default
- * action normally taken by the implementation as a result of the event
- * will not occur (see also ), and thus independently of event groups.
- * Calling this method for a non-cancelable event has no effect.
- * <p ><b>Note:</b> This method does not stop the event propagation; use
- * <code>stopPropagation</code> or <code>stopImmediatePropagation</code>
- * for that effect.
- */
- public void preventDefault();
-
- /**
- * The <code>initEvent</code> method is used to initialize the value of
- * an <code>Event</code> created through the
- * <code>DocumentEvent.createEvent</code> method. This method may only
- * be called before the <code>Event</code> has been dispatched via the
- * <code>EventTarget.dispatchEvent()</code> method. If the method is
- * called several times before invoking
- * <code>EventTarget.dispatchEvent</code>, only the final invocation
- * takes precedence. This method has no effect if called after the event
- * has been dispatched. If called from a subclass of the
- * <code>Event</code> interface only the values specified in this method
- * are modified, all other attributes are left unchanged.
- * <br> This method sets the <code>Event.type</code> attribute to
- * <code>eventTypeArg</code>, and <code>Event.namespaceURI</code> to
- * <code>null</code>. To initialize an event with a namespace URI, use
- * the <code>Event.initEventNS(namespaceURIArg, eventTypeArg, ...)</code>
- * method.
- * @param eventTypeArg Specifies <code>Event.type</code>.
- * @param canBubbleArg Specifies <code>Event.bubbles</code>. This
- * parameter overrides the intrinsic bubbling behavior of the event.
- * @param cancelableArg Specifies <code>Event.cancelable</code>. This
- * parameter overrides the intrinsic cancelable behavior of the event.
- */
- public void initEvent(String eventTypeArg,
- boolean canBubbleArg,
- boolean cancelableArg);
-
- /**
- * The namespace URI associated with this event at creation time, or
- * <code>null</code> if it is unspecified.
- * <br> For events initialized with a DOM Level 2 Events method, such as
- * <code>Event.initEvent()</code>, this is always <code>null</code>.
- * @since DOM Level 3
- */
- public String getNamespaceURI();
-
- /**
- * This method will always return <code>false</code>, unless the event
- * implements the <code>CustomEvent</code> interface.
- * @return <code>false</code>, unless the event object implements the
- * <code>CustomEvent</code> interface.
- * @since DOM Level 3
- */
- public boolean isCustom();
-
- /**
- * This method is used to prevent event listeners of the same group to be
- * triggered and, unlike <code>stopPropagation</code> its effect is
- * immediate (see ). Once it has been called, further calls to that
- * method have no additional effect.
- * <p ><b>Note:</b> This method does not prevent the default action from
- * being invoked; use <code>Event.preventDefault()</code> for that
- * effect.
- * @since DOM Level 3
- */
- public void stopImmediatePropagation();
-
- /**
- * This method will return <code>true</code> if the method
- * <code>Event.preventDefault()</code> has been called for this event,
- * <code>false</code> otherwise.
- * @return <code>true</code> if <code>Event.preventDefault()</code> has
- * been called for this event.
- * @since DOM Level 3
- */
- public boolean isDefaultPrevented();
-
- /**
- * The <code>initEventNS</code> method is used to initialize the value of
- * an <code>Event</code> object and has the same behavior as
- * <code>Event.initEvent()</code>.
- * @param namespaceURIArg Specifies <code>Event.namespaceuRI</code>, the
- * namespace URI associated with this event, or <code>null</code> if
- * no namespace.
- * @param eventTypeArg Specifies <code>Event.type</code>, the local name
- * of the event type.
- * @param canBubbleArg Refer to the <code>Event.initEvent()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>Event.initEvent()</code>
- * method for a description of this parameter.
- * @since DOM Level 3
- */
- public void initEventNS(String namespaceURIArg,
- String eventTypeArg,
- boolean canBubbleArg,
- boolean cancelableArg);
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/EventException.java b/src/bind/java/org/w3c/dom/events/EventException.java
deleted file mode 100644
index 51763b46b..000000000
--- a/src/bind/java/org/w3c/dom/events/EventException.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-/**
- * Event operations may throw an <code>EventException</code> as specified in
- * their method descriptions.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 2
- */
-public class EventException extends RuntimeException {
- public EventException(short code, String message) {
- super(message);
- this.code = code;
- }
- public short code;
- // EventExceptionCode
- /**
- * If the <code>Event.type</code> was not specified by initializing the
- * event before the method was called. Specification of the
- * <code>Event.type</code> as <code>null</code> or an empty string will
- * also trigger this exception.
- */
- public static final short UNSPECIFIED_EVENT_TYPE_ERR = 0;
- /**
- * If the <code>Event</code> object is already dispatched in the tree.
- * @since DOM Level 3
- */
- public static final short DISPATCH_REQUEST_ERR = 1;
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/EventListener.java b/src/bind/java/org/w3c/dom/events/EventListener.java
deleted file mode 100644
index a5102b130..000000000
--- a/src/bind/java/org/w3c/dom/events/EventListener.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-/**
- * The <code>EventListener</code> interface is the primary way for handling
- * events. Users implement the <code>EventListener</code> interface and
- * register their event listener on an <code>EventTarget</code>. The users
- * should also remove their <code>EventListener</code> from its
- * <code>EventTarget</code> after they have completed using the listener.
- * <p> Copying a <code>Node</code>, with methods such as
- * <code>Node.cloneNode</code> or <code>Range.cloneContents</code>, does not
- * copy the event listeners attached to it. Event listeners must be attached
- * to the newly created <code>Node</code> afterwards if so desired.
- * <p> Moving a <code>Node</code>, with methods <code>Document.adoptNode</code>
- * , <code>Node.appendChild</code>, or <code>Range.extractContents</code>,
- * does not affect the event listeners attached to it.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 2
- */
-public interface EventListener {
- /**
- * This method is called whenever an event occurs of the event type for
- * which the <code>EventListener</code> interface was registered.
- * @param evt The <code>Event</code> contains contextual information
- * about the event.
- */
- public void handleEvent(Event evt);
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/EventTarget.java b/src/bind/java/org/w3c/dom/events/EventTarget.java
deleted file mode 100644
index 1be6edace..000000000
--- a/src/bind/java/org/w3c/dom/events/EventTarget.java
+++ /dev/null
@@ -1,202 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-/**
- * The <code>EventTarget</code> interface is implemented by all the objects
- * which could be event targets in an implementation which supports the .
- * The interface allows registration, removal or query of event listeners,
- * and dispatch of events to an event target.
- * <p> When used with , this interface is implemented by all target nodes and
- * target ancestors, i.e. all DOM <code>Nodes</code> of the tree support
- * this interface when the implementation conforms to DOM Level 3 Events
- * and, therefore, this interface can be obtained by using binding-specific
- * casting methods on an instance of the <code>Node</code> interface.
- * <p> Invoking <code>addEventListener</code> or
- * <code>addEventListenerNS</code> multiple times on the same
- * <code>EventTarget</code> with the same parameters (
- * <code>namespaceURI</code>, <code>type</code>, <code>listener</code>, and
- * <code>useCapture</code>) is considered to be a no-op and thus
- * independently of the event group. They do not cause the
- * <code>EventListener</code> to be called more than once and do not cause a
- * change in the triggering order. In order to guarantee that an event
- * listener will be added to the event target for the specified event group,
- * one needs to invoke <code>removeEventListener</code> or
- * <code>removeEventListenerNS</code> first.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 2
- */
-public interface EventTarget {
- /**
- * This method allows the registration of an event listener in the
- * default group and, depending on the <code>useCapture</code>
- * parameter, on the capture phase of the DOM event flow or its target
- * and bubbling phases.
- * @param type Specifies the <code>Event.type</code> associated with the
- * event for which the user is registering.
- * @param listener The <code>listener</code> parameter takes an object
- * implemented by the user which implements the
- * <code>EventListener</code> interface and contains the method to be
- * called when the event occurs.
- * @param useCapture If true, <code>useCapture</code> indicates that the
- * user wishes to add the event listener for the capture phase only,
- * i.e. this event listener will not be triggered during the target
- * and bubbling phases. If <code>false</code>, the event listener will
- * only be triggered during the target and bubbling phases.
- */
- public void addEventListener(String type,
- EventListener listener,
- boolean useCapture);
-
- /**
- * This method allows the removal of event listeners from the default
- * group.
- * <br> Calling <code>removeEventListener</code> with arguments which do
- * not identify any currently registered <code>EventListener</code> on
- * the <code>EventTarget</code> has no effect.
- * @param type Specifies the <code>Event.type</code> for which the user
- * registered the event listener.
- * @param listener The <code>EventListener</code> to be removed.
- * @param useCapture Specifies whether the <code>EventListener</code>
- * being removed was registered for the capture phase or not. If a
- * listener was registered twice, once for the capture phase and once
- * for the target and bubbling phases, each must be removed
- * separately. Removal of an event listener registered for the capture
- * phase does not affect the same event listener registered for the
- * target and bubbling phases, and vice versa.
- */
- public void removeEventListener(String type,
- EventListener listener,
- boolean useCapture);
-
- /**
- * This method allows the dispatch of events into the implementation's
- * event model. The event target of the event is the
- * <code>EventTarget</code> object on which <code>dispatchEvent</code>
- * is called.
- * @param evt The event to be dispatched.
- * @return Indicates whether any of the listeners which handled the
- * event called <code>Event.preventDefault()</code>. If
- * <code>Event.preventDefault()</code> was called the returned value
- * is <code>false</code>, else it is <code>true</code>.
- * @exception EventException
- * UNSPECIFIED_EVENT_TYPE_ERR: Raised if the <code>Event.type</code>
- * was not specified by initializing the event before
- * <code>dispatchEvent</code> was called. Specification of the
- * <code>Event.type</code> as <code>null</code> or an empty string
- * will also trigger this exception.
- * <br> DISPATCH_REQUEST_ERR: Raised if the <code>Event</code> object is
- * already being dispatched in the tree.
- * <br> NOT_SUPPORTED_ERR: Raised if the <code>Event</code> object has
- * not been created using <code>DocumentEvent.createEvent()</code> or
- * does not support the interface <code>CustomEvent</code>.
- * @version DOM Level 3
- */
- public boolean dispatchEvent(Event evt)
- throws EventException;
-
- /**
- * This method allows the registration of an event listener in a
- * specified group or the default group and, depending on the
- * <code>useCapture</code> parameter, on the capture phase of the DOM
- * event flow or its target and bubbling phases.
- * @param namespaceURI Specifies the <code>Event.namespaceURI</code>
- * associated with the event for which the user is registering.
- * @param type Specifies the <code>Event.type</code> associated with the
- * event for which the user is registering.
- * @param listener The <code>listener</code> parameter takes an object
- * implemented by the user which implements the
- * <code>EventListener</code> interface and contains the method to be
- * called when the event occurs.
- * @param useCapture If true, <code>useCapture</code> indicates that the
- * user wishes to add the event listener for the capture phase only,
- * i.e. this event listener will not be triggered during the target
- * and bubbling phases. If <code>false</code>, the event listener will
- * only be triggered during the target and bubbling phases.
- * @param evtGroup The object that represents the event group to
- * associate with the <code>EventListener</code> (see also ). Use
- * <code>null</code> to attach the event listener to the default
- * group.
- * @since DOM Level 3
- */
- public void addEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture,
- Object evtGroup);
-
- /**
- * This method allows the removal of an event listener, independently of
- * the associated event group.
- * <br> Calling <code>removeEventListenerNS</code> with arguments which do
- * not identify any currently registered <code>EventListener</code> on
- * the <code>EventTarget</code> has no effect.
- * @param namespaceURI Specifies the <code>Event.namespaceURI</code>
- * associated with the event for which the user registered the event
- * listener.
- * @param type Specifies the <code>Event.type</code> associated with the
- * event for which the user registered the event listener.
- * @param listener The <code>EventListener</code> parameter indicates
- * the <code>EventListener</code> to be removed.
- * @param useCapture Specifies whether the <code>EventListener</code>
- * being removed was registered for the capture phase or not. If a
- * listener was registered twice, once for the capture phase and once
- * for the target and bubbling phases, each must be removed
- * separately. Removal of an event listener registered for the capture
- * phase does not affect the same event listener registered for the
- * target and bubbling phases, and vice versa.
- * @since DOM Level 3
- */
- public void removeEventListenerNS(String namespaceURI,
- String type,
- EventListener listener,
- boolean useCapture);
-
- /**
- * This method allows the DOM application to know if an event listener,
- * attached to this <code>EventTarget</code> or one of its ancestors,
- * will be triggered by the specified event type during the dispatch of
- * the event to this event target or one of its descendants.
- * @param namespaceURI Specifies the <code>Event.namespaceURI</code>
- * associated with the event.
- * @param type Specifies the <code>Event.type</code> associated with the
- * event.
- * @return <code>true</code> if an event listener will be triggered on
- * the <code>EventTarget</code> with the specified event type,
- * <code>false</code> otherwise.
- * @since DOM Level 3
- */
- public boolean willTriggerNS(String namespaceURI,
- String type);
-
- /**
- * This method allows the DOM application to know if this
- * <code>EventTarget</code> contains an event listener registered for
- * the specified event type. This is useful for determining at which
- * nodes within a hierarchy altered handling of specific event types has
- * been introduced, but should not be used to determine whether the
- * specified event type triggers an event listener (see
- * <code>EventTarget.willTriggerNS()</code>).
- * @param namespaceURI Specifies the <code>Event.namespaceURI</code>
- * associated with the event.
- * @param type Specifies the <code>Event.type</code> associated with the
- * event.
- * @return <code>true</code> if an event listener is registered on this
- * <code>EventTarget</code> for the specified event type,
- * <code>false</code> otherwise.
- * @since DOM Level 3
- */
- public boolean hasEventListenerNS(String namespaceURI,
- String type);
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/KeyboardEvent.java b/src/bind/java/org/w3c/dom/events/KeyboardEvent.java
deleted file mode 100644
index e166f5f77..000000000
--- a/src/bind/java/org/w3c/dom/events/KeyboardEvent.java
+++ /dev/null
@@ -1,178 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-import org.w3c.dom.views.AbstractView;
-
-/**
- * The <code>KeyboardEvent</code> interface provides specific contextual
- * information associated with keyboard devices. Each keyboard event
- * references a key using an identifier. Keyboard events are commonly
- * directed at the element that has the focus.
- * <p> The <code>KeyboardEvent</code> interface provides convenient attributes
- * for some common modifiers keys: <code>KeyboardEvent.ctrlKey</code>,
- * <code>KeyboardEvent.shiftKey</code>, <code>KeyboardEvent.altKey</code>,
- * <code>KeyboardEvent.metaKey</code>. These attributes are equivalent to
- * use the method
- * <code>KeyboardEvent.getModifierState(keyIdentifierArg)</code> with
- * "Control", "Shift", "Alt", or "Meta" respectively.
- * <p> To create an instance of the <code>KeyboardEvent</code> interface, use
- * the <code>DocumentEvent.createEvent("KeyboardEvent")</code> method call.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 3
- */
-public interface KeyboardEvent extends UIEvent {
- // KeyLocationCode
- /**
- * The key activation is not distinguished as the left or right version
- * of the key, and did not originate from the numeric keypad (or did not
- * originate with a virtual key corresponding to the numeric keypad).
- * Example: the 'Q' key on a PC 101 Key US keyboard.
- */
- public static final int DOM_KEY_LOCATION_STANDARD = 0x00;
- /**
- * The key activated is in the left key location (there is more than one
- * possible location for this key). Example: the left Shift key on a PC
- * 101 Key US keyboard.
- */
- public static final int DOM_KEY_LOCATION_LEFT = 0x01;
- /**
- * The key activation is in the right key location (there is more than
- * one possible location for this key). Example: the right Shift key on
- * a PC 101 Key US keyboard.
- */
- public static final int DOM_KEY_LOCATION_RIGHT = 0x02;
- /**
- * The key activation originated on the numeric keypad or with a virtual
- * key corresponding to the numeric keypad. Example: the '1' key on a PC
- * 101 Key US keyboard located on the numeric pad.
- */
- public static final int DOM_KEY_LOCATION_NUMPAD = 0x03;
-
- /**
- * <code>keyIdentifier</code> holds the identifier of the key. The key
- * identifiers are defined in Appendix A.2 "". Implementations that are
- * unable to identify a key must use the key identifier
- * <code>"Unidentified"</code>.
- */
- public String getKeyIdentifier();
-
- /**
- * The <code>keyLocation</code> attribute contains an indication of the
- * location of they key on the device, as described in .
- */
- public int getKeyLocation();
-
- /**
- * <code>true</code> if the control (Ctrl) key modifier is activated.
- */
- public boolean getCtrlKey();
-
- /**
- * <code>true</code> if the shift (Shift) key modifier is activated.
- */
- public boolean getShiftKey();
-
- /**
- * <code>true</code> if the alternative (Alt) key modifier is activated.
- * <p ><b>Note:</b> The Option key modifier on Macintosh systems must be
- * represented using this key modifier.
- */
- public boolean getAltKey();
-
- /**
- * <code>true</code> if the meta (Meta) key modifier is activated.
- * <p ><b>Note:</b> The Command key modifier on Macintosh systems must be
- * represented using this key modifier.
- */
- public boolean getMetaKey();
-
- /**
- * This methods queries the state of a modifier using a key identifier.
- * See also .
- * @param keyIdentifierArg A modifier key identifier. Common modifier
- * keys are <code>"Alt"</code>, <code>"AltGraph"</code>,
- * <code>"CapsLock"</code>, <code>"Control"</code>, <code>"Meta"</code>
- * , <code>"NumLock"</code>, <code>"Scroll"</code>, or
- * <code>"Shift"</code>.
- * <p ><b>Note:</b> If an application wishes to distinguish between
- * right and left modifiers, this information could be deduced using
- * keyboard events and <code>KeyboardEvent.keyLocation</code>.
- * @return <code>true</code> if it is modifier key and the modifier is
- * activated, <code>false</code> otherwise.
- */
- public boolean getModifierState(String keyIdentifierArg);
-
- /**
- * The <code>initKeyboardEvent</code> method is used to initialize the
- * value of a <code>KeyboardEvent</code> object and has the same
- * behavior as <code>UIEvent.initUIEvent()</code>. The value of
- * <code>UIEvent.detail</code> remains undefined.
- * @param typeArg Refer to the <code>UIEvent.initUIEvent()</code> method
- * for a description of this parameter.
- * @param canBubbleArg Refer to the <code>UIEvent.initUIEvent()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>UIEvent.initUIEvent()</code>
- * method for a description of this parameter.
- * @param viewArg Refer to the <code>UIEvent.initUIEvent()</code> method
- * for a description of this parameter.
- * @param keyIdentifierArg Specifies
- * <code>KeyboardEvent.keyIdentifier</code>.
- * @param keyLocationArg Specifies <code>KeyboardEvent.keyLocation</code>
- * .
- * @param modifiersList A <a href='http://www.w3.org/TR/2000/REC-xml-20001006#NT-S'>white space</a> separated list of modifier key identifiers to be activated on this
- * object.
- */
- public void initKeyboardEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- String keyIdentifierArg,
- int keyLocationArg,
- String modifiersList);
-
- /**
- * The <code>initKeyboardEventNS</code> method is used to initialize the
- * value of a <code>KeyboardEvent</code> object and has the same
- * behavior as <code>UIEvent.initUIEventNS()</code>. The value of
- * <code>UIEvent.detail</code> remains undefined.
- * @param namespaceURI Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param typeArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param canBubbleArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param viewArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param keyIdentifierArg Refer to the
- * <code>KeyboardEvent.initKeyboardEvent()</code> method for a
- * description of this parameter.
- * @param keyLocationArg Refer to the
- * <code>KeyboardEvent.initKeyboardEvent()</code> method for a
- * description of this parameter.
- * @param modifiersList A <a href='http://www.w3.org/TR/2000/REC-xml-20001006#NT-S'>white space</a> separated list of modifier key identifiers to be activated on this
- * object. As an example, <code>"Control Alt"</code> will activated
- * the control and alt modifiers.
- */
- public void initKeyboardEventNS(String namespaceURI,
- String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- String keyIdentifierArg,
- int keyLocationArg,
- String modifiersList);
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/MouseEvent.java b/src/bind/java/org/w3c/dom/events/MouseEvent.java
deleted file mode 100644
index 9877e8dbc..000000000
--- a/src/bind/java/org/w3c/dom/events/MouseEvent.java
+++ /dev/null
@@ -1,219 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-import org.w3c.dom.views.AbstractView;
-
-/**
- * The <code>MouseEvent</code> interface provides specific contextual
- * information associated with Mouse events.
- * <p> In the case of nested elements mouse events are always targeted at the
- * most deeply nested element. Ancestors of the targeted element may use
- * bubbling to obtain notification of mouse events which occur within theirs
- * descendent elements.
- * <p> To create an instance of the <code>MouseEvent</code> interface, use the
- * <code>DocumentEvent.createEvent("MouseEvent")</code> method call.
- * <p ><b>Note:</b> When initializing <code>MouseEvent</code> objects using
- * <code>initMouseEvent</code> or <code>initMouseEventNS</code>,
- * implementations should use the client coordinates <code>clientX</code>
- * and <code>clientY</code> for calculation of other coordinates (such as
- * target coordinates exposed by DOM Level 0 implementations).
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 2
- */
-public interface MouseEvent extends UIEvent {
- /**
- * The horizontal coordinate at which the event occurred relative to the
- * origin of the screen coordinate system.
- */
- public int getScreenX();
-
- /**
- * The vertical coordinate at which the event occurred relative to the
- * origin of the screen coordinate system.
- */
- public int getScreenY();
-
- /**
- * The horizontal coordinate at which the event occurred relative to the
- * DOM implementation's client area.
- */
- public int getClientX();
-
- /**
- * The vertical coordinate at which the event occurred relative to the DOM
- * implementation's client area.
- */
- public int getClientY();
-
- /**
- * <code>true</code> if the control (Ctrl) key modifier is activated.
- */
- public boolean getCtrlKey();
-
- /**
- * <code>true</code> if the shift (Shift) key modifier is activated.
- */
- public boolean getShiftKey();
-
- /**
- * <code>true</code> if the alt (alternative) key modifier is activated.
- * <p ><b>Note:</b> The Option key modifier on Macintosh systems must be
- * represented using this key modifier.
- */
- public boolean getAltKey();
-
- /**
- * <code>true</code> if the meta (Meta) key modifier is activated.
- * <p ><b>Note:</b> The Command key modifier on Macintosh system must be
- * represented using this meta key.
- */
- public boolean getMetaKey();
-
- /**
- * During mouse events caused by the depression or release of a mouse
- * button, <code>button</code> is used to indicate which mouse button
- * changed state. <code>0</code> indicates the normal button of the
- * mouse (in general on the left or the one button on Macintosh mice,
- * used to activate a button or select text). <code>2</code> indicates
- * the contextual property (in general on the right, used to display a
- * context menu) button of the mouse if present. <code>1</code>
- * indicates the extra (in general in the middle and often combined with
- * the mouse wheel) button. Some mice may provide or simulate more
- * buttons, and values higher than <code>2</code> can be used to
- * represent such buttons.
- */
- public short getButton();
-
- /**
- * Used to identify a secondary <code>EventTarget</code> related to a UI
- * event. Currently this attribute is used with the mouseover event to
- * indicate the <code>EventTarget</code> which the pointing device
- * exited and with the mouseout event to indicate the
- * <code>EventTarget</code> which the pointing device entered.
- */
- public EventTarget getRelatedTarget();
-
- /**
- * The <code>initMouseEvent</code> method is used to initialize the value
- * of a <code>MouseEvent</code> object and has the same behavior as
- * <code>UIEvent.initUIEvent()</code>.
- * @param typeArg Refer to the <code>UIEvent.initUIEvent()</code> method
- * for a description of this parameter.
- * @param canBubbleArg Refer to the <code>UIEvent.initUIEvent()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>UIEvent.initUIEvent()</code>
- * method for a description of this parameter.
- * @param viewArg Refer to the <code>UIEvent.initUIEvent()</code> method
- * for a description of this parameter.
- * @param detailArg Refer to the <code>UIEvent.initUIEvent()</code>
- * method for a description of this parameter.
- * @param screenXArg Specifies <code>MouseEvent.screenX</code>.
- * @param screenYArg Specifies <code>MouseEvent.screenY</code>.
- * @param clientXArg Specifies <code>MouseEvent.clientX</code>.
- * @param clientYArg Specifies <code>MouseEvent.clientY</code>.
- * @param ctrlKeyArg Specifies <code>MouseEvent.ctrlKey</code>.
- * @param altKeyArg Specifies <code>MouseEvent.altKey</code>.
- * @param shiftKeyArg Specifies <code>MouseEvent.shiftKey</code>.
- * @param metaKeyArg Specifies <code>MouseEvent.metaKey</code>.
- * @param buttonArg Specifies <code>MouseEvent.button</code>.
- * @param relatedTargetArg Specifies
- * <code>MouseEvent.relatedTarget</code>.
- */
- public void initMouseEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- int detailArg,
- int screenXArg,
- int screenYArg,
- int clientXArg,
- int clientYArg,
- boolean ctrlKeyArg,
- boolean altKeyArg,
- boolean shiftKeyArg,
- boolean metaKeyArg,
- short buttonArg,
- EventTarget relatedTargetArg);
-
- /**
- * This methods queries the state of a modifier using a key identifier.
- * See also .
- * @param keyIdentifierArg A modifier key identifier, as defined by the
- * <code>KeyboardEvent.keyIdentifier</code> attribute. Common modifier
- * keys are <code>"Alt"</code>, <code>"AltGraph"</code>,
- * <code>"CapsLock"</code>, <code>"Control"</code>, <code>"Meta"</code>
- * , <code>"NumLock"</code>, <code>"Scroll"</code>, or
- * <code>"Shift"</code>.
- * <p ><b>Note:</b> If an application wishes to distinguish between
- * right and left modifiers, this information could be deduced using
- * keyboard events and <code>KeyboardEvent.keyLocation</code>.
- * @return <code>true</code> if it is modifier key and the modifier is
- * activated, <code>false</code> otherwise.
- * @since DOM Level 3
- */
- public boolean getModifierState(String keyIdentifierArg);
-
- /**
- * The <code>initMouseEventNS</code> method is used to initialize the
- * value of a <code>MouseEvent</code> object and has the same behavior
- * as <code>UIEvent.initUIEventNS()</code>.
- * @param namespaceURI Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param typeArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param canBubbleArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param viewArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param detailArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param screenXArg Refer to the
- * <code>MouseEvent.initMouseEvent()</code> method for a description
- * of this parameter.
- * @param screenYArg Refer to the
- * <code>MouseEvent.initMouseEvent()</code> method for a description
- * of this parameter.
- * @param clientXArg Refer to the
- * <code>MouseEvent.initMouseEvent()</code> method for a description
- * of this parameter.
- * @param clientYArg Refer to the
- * <code>MouseEvent.initMouseEvent()</code> method for a description
- * of this parameter.
- * @param buttonArg Refer to the <code>MouseEvent.initMouseEvent()</code>
- * method for a description of this parameter.
- * @param relatedTargetArg Refer to the
- * <code>MouseEvent.initMouseEvent()</code> method for a description
- * of this parameter.
- * @param modifiersList A <a href='http://www.w3.org/TR/2000/REC-xml-20001006#NT-S'>white space</a> separated list of modifier key identifiers to be activated on this
- * object. As an example, <code>"Control Alt"</code> will activated
- * the control and alt modifiers.
- * @since DOM Level 3
- */
- public void initMouseEventNS(String namespaceURI,
- String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- int detailArg,
- int screenXArg,
- int screenYArg,
- int clientXArg,
- int clientYArg,
- short buttonArg,
- EventTarget relatedTargetArg,
- String modifiersList);
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/MutationEvent.java b/src/bind/java/org/w3c/dom/events/MutationEvent.java
deleted file mode 100644
index 12d8b2f6b..000000000
--- a/src/bind/java/org/w3c/dom/events/MutationEvent.java
+++ /dev/null
@@ -1,160 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-import org.w3c.dom.Node;
-
-/**
- * The <code>MutationEvent</code> interface provides specific contextual
- * information associated with Mutation events.
- * <p> To create an instance of the <code>MutationEvent</code> interface, use
- * the <code>DocumentEvent.createEvent("MutationEvent")</code> method call.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 2
- */
-public interface MutationEvent extends Event {
- // attrChangeType
- /**
- * The <code>Attr</code> was modified in place.
- */
- public static final short MODIFICATION = 1;
- /**
- * The <code>Attr</code> was just added.
- */
- public static final short ADDITION = 2;
- /**
- * The <code>Attr</code> was just removed.
- */
- public static final short REMOVAL = 3;
-
- /**
- * <code>relatedNode</code> is used to identify a secondary node related
- * to a mutation event. For example, if a mutation event is dispatched
- * to a node indicating that its parent has changed, the
- * <code>relatedNode</code> is the changed parent. If an event is
- * instead dispatched to a subtree indicating a node was changed within
- * it, the <code>relatedNode</code> is the changed node. In the case of
- * the
- * <code>{"http://www.w3.org/2001/xml-events", "DOMAttrModified"}</code>
- * event it indicates the <code>Attr</code> node which was modified,
- * added, or removed.
- */
- public Node getRelatedNode();
-
- /**
- * <code>prevValue</code> indicates the previous value of the
- * <code>Attr</code> node in
- * <code>{"http://www.w3.org/2001/xml-events", "DOMAttrModified"}</code>
- * events, and of the <code>CharacterData</code> node in
- * <code>{"http://www.w3.org/2001/xml-events", "DOMCharacterDataModified"}</code>
- * events.
- */
- public String getPrevValue();
-
- /**
- * <code>newValue</code> indicates the new value of the <code>Attr</code>
- * node in
- * <code>{"http://www.w3.org/2001/xml-events", "DOMAttrModified"}</code>
- * events, and of the <code>CharacterData</code> node in
- * <code>{"http://www.w3.org/2001/xml-events", "DOMCharacterDataModified"}</code>
- * events.
- */
- public String getNewValue();
-
- /**
- * <code>attrName</code> indicates the name of the changed
- * <code>Attr</code> node in a
- * <code>{"http://www.w3.org/2001/xml-events", "DOMAttrModified"}</code>
- * event.
- */
- public String getAttrName();
-
- /**
- * <code>attrChange</code> indicates the type of change which triggered
- * the
- * <code>{"http://www.w3.org/2001/xml-events", "DOMAttrModified"}</code>
- * event. The values can be <code>MODIFICATION</code>,
- * <code>ADDITION</code>, or <code>REMOVAL</code>.
- */
- public short getAttrChange();
-
- /**
- * The <code>initMutationEvent</code> method is used to initialize the
- * value of a <code>MutationEvent</code> object and has the same
- * behavior as <code>Event.initEvent()</code>.
- * @param typeArg Refer to the <code>Event.initEvent()</code> method for
- * a description of this parameter.
- * @param canBubbleArg Refer to the <code>Event.initEvent()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>Event.initEvent()</code>
- * method for a description of this parameter.
- * @param relatedNodeArg Specifies <code>MutationEvent.relatedNode</code>
- * .
- * @param prevValueArg Specifies <code>MutationEvent.prevValue</code>.
- * This value may be null.
- * @param newValueArg Specifies <code>MutationEvent.newValue</code>.
- * This value may be null.
- * @param attrNameArg Specifies <code>MutationEvent.attrname</code>.
- * This value may be null.
- * @param attrChangeArg Specifies <code>MutationEvent.attrChange</code>.
- * This value may be null.
- */
- public void initMutationEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- Node relatedNodeArg,
- String prevValueArg,
- String newValueArg,
- String attrNameArg,
- short attrChangeArg);
-
- /**
- * The <code>initMutationEventNS</code> method is used to initialize the
- * value of a <code>MutationEvent</code> object and has the same
- * behavior as <code>Event.initEventNS()</code>.
- * @param namespaceURI Refer to the <code>Event.initEventNS()</code>
- * method for a description of this parameter.
- * @param typeArg Refer to the <code>Event.initEventNS()</code> method
- * for a description of this parameter.
- * @param canBubbleArg Refer to the <code>Event.initEventNS()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>Event.initEventNS()</code>
- * method for a description of this parameter.
- * @param relatedNodeArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @param prevValueArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @param newValueArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @param attrNameArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @param attrChangeArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @since DOM Level 3
- */
- public void initMutationEventNS(String namespaceURI,
- String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- Node relatedNodeArg,
- String prevValueArg,
- String newValueArg,
- String attrNameArg,
- short attrChangeArg);
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/MutationNameEvent.java b/src/bind/java/org/w3c/dom/events/MutationNameEvent.java
deleted file mode 100644
index f5c217198..000000000
--- a/src/bind/java/org/w3c/dom/events/MutationNameEvent.java
+++ /dev/null
@@ -1,104 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-import org.w3c.dom.Node;
-
-/**
- * The <code>MutationNameEvent</code> interface provides specific contextual
- * information associated with Mutation name event types.
- * <p> To create an instance of the <code>MutationNameEvent</code> interface,
- * use the <code>Document.createEvent("MutationNameEvent")</code> method
- * call.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 3
- */
-public interface MutationNameEvent extends MutationEvent {
- /**
- * The previous value of the <code>relatedNode</code>'s
- * <code>namespaceURI</code>.
- */
- public String getPrevNamespaceURI();
-
- /**
- * The previous value of the <code>relatedNode</code>'s
- * <code>nodeName</code>.
- */
- public String getPrevNodeName();
-
- /**
- * The <code>initMutationNameEvent</code> method is used to initialize
- * the value of a <code>MutationNameEvent</code> object and has the same
- * behavior as <code>MutationEvent.initMutationEvent()</code>.
- * @param typeArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @param canBubbleArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @param cancelableArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @param relatedNodeArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @param prevNamespaceURIArg Specifies
- * <code>MutationNameEvent.prevNamespaceURI</code>. This value may be
- * <code>null</code>.
- * @param prevNodeNameArg Specifies
- * <code>MutationNameEvent.prevNodeName</code>.
- * @since DOM Level 3
- */
- public void initMutationNameEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- Node relatedNodeArg,
- String prevNamespaceURIArg,
- String prevNodeNameArg);
-
- /**
- * The <code>initMutationNameEventNS</code> method is used to initialize
- * the value of a <code>MutationNameEvent</code> object and has the same
- * behavior as <code>MutationEvent.initMutationEventNS()</code>.
- * @param namespaceURI Refer to the
- * <code>MutationEvent.initMutationEventNS()</code> method for a
- * description of this parameter.
- * @param typeArg Refer to the
- * <code>MutationEvent.initMutationEventNS()</code> method for a
- * description of this parameter.
- * @param canBubbleArg Refer to the
- * <code>MutationEvent.initMutationEventNS()</code> method for a
- * description of this parameter.
- * @param cancelableArg Refer to the
- * <code>MutationEvent.initMutationEventNS()</code> method for a
- * description of this parameter.
- * @param relatedNodeArg Refer to the
- * <code>MutationEvent.initMutationEventNS()</code> method for a
- * description of this parameter.
- * @param prevNamespaceURIArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @param prevNodeNameArg Refer to the
- * <code>MutationEvent.initMutationEvent()</code> method for a
- * description of this parameter.
- * @since DOM Level 3
- */
- public void initMutationNameEventNS(String namespaceURI,
- String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- Node relatedNodeArg,
- String prevNamespaceURIArg,
- String prevNodeNameArg);
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/TextEvent.java b/src/bind/java/org/w3c/dom/events/TextEvent.java
deleted file mode 100644
index 4ba5f5abf..000000000
--- a/src/bind/java/org/w3c/dom/events/TextEvent.java
+++ /dev/null
@@ -1,81 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-import org.w3c.dom.views.AbstractView;
-
-/**
- * The <code>TextEvent</code> interface provides specific contextual
- * information associated with Text Events.
- * <p> To create an instance of the <code>TextEvent</code> interface, use the
- * <code>DocumentEvent.createEvent("TextEvent")</code> method call.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 3
- */
-public interface TextEvent extends UIEvent {
- /**
- * <code>data</code> holds the value of the characters generated by the
- * character device. This may be a single Unicode character or a
- * non-empty sequence of Unicode characters [Unicode]. Characters should be normalized as defined by the Unicode
- * normalization form NFC, defined in [<a href='http://www.unicode.org/unicode/reports/tr15/'>UTR #15</a>]. This
- * attribute cannot be null or contain the empty string.
- */
- public String getData();
-
- /**
- * The <code>initTextEvent</code> method is used to initialize the value
- * of a <code>TextEvent</code> object and has the same behavior as
- * <code>UIEvent.initUIEvent()</code>. The value of
- * <code>UIEvent.detail</code> remains undefined.
- * @param typeArg Refer to the <code>UIEvent.initUIEvent()</code> method
- * for a description of this parameter.
- * @param canBubbleArg Refer to the <code>UIEvent.initUIEvent()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>UIEvent.initUIEvent()</code>
- * method for a description of this parameter.
- * @param viewArg Refer to the <code>UIEvent.initUIEvent()</code> method
- * for a description of this parameter.
- * @param dataArg Specifies <code>TextEvent.data</code>.
- */
- public void initTextEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- String dataArg);
-
- /**
- * The <code>initTextEventNS</code> method is used to initialize the
- * value of a <code>TextEvent</code> object and has the same behavior as
- * <code>UIEvent.initUIEventNS()</code>. The value of
- * <code>UIEvent.detail</code> remains undefined.
- * @param namespaceURI Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param type Refer to the <code>UIEvent.initUIEventNS()</code> method
- * for a description of this parameter.
- * @param canBubbleArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param viewArg Refer to the <code>UIEvent.initUIEventNS()</code>
- * method for a description of this parameter.
- * @param dataArg Refer to the <code>TextEvent.initTextEvent()</code>
- * method for a description of this parameter.
- */
- public void initTextEventNS(String namespaceURI,
- String type,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- String dataArg);
-
-}
diff --git a/src/bind/java/org/w3c/dom/events/UIEvent.java b/src/bind/java/org/w3c/dom/events/UIEvent.java
deleted file mode 100644
index e4a819c73..000000000
--- a/src/bind/java/org/w3c/dom/events/UIEvent.java
+++ /dev/null
@@ -1,82 +0,0 @@
-/*
- * Copyright (c) 2003 World Wide Web Consortium,
- *
- * (Massachusetts Institute of Technology, European Research Consortium for
- * Informatics and Mathematics, Keio University). All Rights Reserved. This
- * work is distributed under the W3C(r) Software License [1] 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.
- *
- * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- */
-
-package org.w3c.dom.events;
-
-import org.w3c.dom.views.AbstractView;
-
-/**
- * The <code>UIEvent</code> interface provides specific contextual
- * information associated with User Interface events.
- * <p> To create an instance of the <code>UIEvent</code> interface, use the
- * <code>DocumentEvent.createEvent("UIEvent")</code> method call.
- * <p>See also the <a href='http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107'>Document Object Model (DOM) Level 3 Events Specification</a>.
- * @since DOM Level 2
- */
-public interface UIEvent extends Event {
- /**
- * The <code>view</code> attribute identifies the <code>AbstractView</code>
- * from which the event was generated.
- */
- public AbstractView getView();
-
- /**
- * Specifies some detail information about the <code>Event</code>,
- * depending on the type of event.
- */
- public int getDetail();
-
- /**
- * The <code>initUIEvent</code> method is used to initialize the value of
- * a <code>UIEvent</code> object and has the same behavior as
- * <code>Event.initEvent()</code>.
- * @param typeArg Refer to the <code>Event.initEvent()</code> method for
- * a description of this parameter.
- * @param canBubbleArg Refer to the <code>Event.initEvent()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>Event.initEvent()</code>
- * method for a description of this parameter.
- * @param viewArg Specifies <code>UIEvent.view</code>.
- * @param detailArg Specifies <code>UIEvent.detail</code>.
- */
- public void initUIEvent(String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- int detailArg);
-
- /**
- * The <code>initUIEventNS</code> method is used to initialize the value
- * of a <code>UIEvent</code> object and has the same behavior as
- * <code>Event.initEventNS()</code>.
- * @param namespaceURI Refer to the <code>Event.initEventNS()</code>
- * method for a description of this parameter.
- * @param typeArg Refer to the <code>Event.initEventNS()</code> method
- * for a description of this parameter.
- * @param canBubbleArg Refer to the <code>Event.initEventNS()</code>
- * method for a description of this parameter.
- * @param cancelableArg Refer to the <code>Event.initEventNS()</code>
- * method for a description of this parameter.
- * @param viewArg Refer to the <code>UIEvent.initUIEvent()</code> method
- * for a description of this parameter.
- * @param detailArg Refer to the <code>UIEvent.initUIEvent()</code>
- * method for a description of this parameter.
- * @since DOM Level 3
- */
- public void initUIEventNS(String namespaceURI,
- String typeArg,
- boolean canBubbleArg,
- boolean cancelableArg,
- AbstractView viewArg,
- int detailArg);
-
-}
diff --git a/src/bind/java/org/w3c/dom/smil/ElementExclusiveTimeContainer.java b/src/bind/java/org/w3c/dom/smil/ElementExclusiveTimeContainer.java
deleted file mode 100644
index 84c7a14b4..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/ElementLayout.java b/src/bind/java/org/w3c/dom/smil/ElementLayout.java
deleted file mode 100644
index 7f3128fae..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/ElementParallelTimeContainer.java b/src/bind/java/org/w3c/dom/smil/ElementParallelTimeContainer.java
deleted file mode 100644
index a796bc7be..000000000
--- a/src/bind/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 <code>parallel</code> 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/bind/java/org/w3c/dom/smil/ElementSequentialTimeContainer.java b/src/bind/java/org/w3c/dom/smil/ElementSequentialTimeContainer.java
deleted file mode 100644
index bca584164..000000000
--- a/src/bind/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 <code>seq</code> container defines a sequence of elements in which
- * elements play one after the other.
- */
-public interface ElementSequentialTimeContainer extends ElementTimeContainer {
-}
-
diff --git a/src/bind/java/org/w3c/dom/smil/ElementSyncBehavior.java b/src/bind/java/org/w3c/dom/smil/ElementSyncBehavior.java
deleted file mode 100644
index e75feccc0..000000000
--- a/src/bind/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 <code>syncBehavior="locked"</code> .
- */
- 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/bind/java/org/w3c/dom/smil/ElementTargetAttributes.java b/src/bind/java/org/w3c/dom/smil/ElementTargetAttributes.java
deleted file mode 100644
index 23a37b638..000000000
--- a/src/bind/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 <code>ATTRIBUTE_TYPE_CODE</code> .
- */
- public short getAttributeType();
- public void setAttributeType(short attributeType);
-
-}
-
diff --git a/src/bind/java/org/w3c/dom/smil/ElementTest.java b/src/bind/java/org/w3c/dom/smil/ElementTest.java
deleted file mode 100644
index 78fe497d5..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/ElementTime.java b/src/bind/java/org/w3c/dom/smil/ElementTime.java
deleted file mode 100644
index 715d46ac9..000000000
--- a/src/bind/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 <code>RESTART_ALWAYS</code> .
- * @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 <code>FILL_REMOVE</code> .
- * @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 <code>true</code> if the method call was successful and the
- * element was begun. <code>false</code> if the method call failed.
- * Possible reasons for failure include: The element doesn't support
- * the <code>beginElement</code> method. (the <code>beginEvent</code>
- * attribute is not set to <code>"undefinite"</code> ) The element is
- * already active and can't be restart when it is active. (the
- * <code>restart</code> attribute is set to <code>"whenNotActive"</code>
- * ) The element is active or has been active and can't be restart.
- * (the <code>restart</code> attribute is set to <code>"never"</code> ).
- *
- */
- public boolean beginElement();
-
- /**
- * Causes this element to end the local timeline (subject to sync
- * constraints).
- * @return <code>true</code> if the method call was successful and the
- * element was endeed. <code>false</code> if method call failed.
- * Possible reasons for failure include: The element doesn't support
- * the <code>endElement</code> method. (the <code>endEvent</code>
- * attribute is not set to <code>"undefinite"</code> ) 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/bind/java/org/w3c/dom/smil/ElementTimeContainer.java b/src/bind/java/org/w3c/dom/smil/ElementTimeContainer.java
deleted file mode 100644
index 69b39e820..000000000
--- a/src/bind/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 <code>Nodelist</code> 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/bind/java/org/w3c/dom/smil/ElementTimeControl.java b/src/bind/java/org/w3c/dom/smil/ElementTimeControl.java
deleted file mode 100644
index e546b3609..000000000
--- a/src/bind/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 <code>true</code> if the method call was successful and the
- * element was begun. <code>false</code> if the method call failed.
- * Possible reasons for failure include: The element doesn't support
- * the <code>beginElement</code> method. (the <code>begin</code>
- * attribute is not set to <code>"indefinite"</code> ) The element is
- * already active and can't be restart when it is active. (the
- * <code>restart</code> attribute is set to <code>"whenNotActive"</code>
- * ) The element is active or has been active and can't be restart.
- * (the <code>restart</code> attribute is set to <code>"never"</code> ).
- *
- * @exception DOMException
- * SYNTAX_ERR: The element was not defined with the appropriate syntax
- * to allow <code>beginElement</code> 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 &gt;= 0, the semantics are
- * equivalent to an event-base begin with the specified offset. If the
- * offset is &lt; 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 <code>true</code> if the method call was successful and the
- * element was begun. <code>false</code> if the method call failed.
- * Possible reasons for failure include: The element doesn't support
- * the <code>beginElementAt</code> method. (the <code>begin</code>
- * attribute is not set to <code>"indefinite"</code> ) The element is
- * already active and can't be restart when it is active. (the
- * <code>restart</code> attribute is set to <code>"whenNotActive"</code>
- * ) The element is active or has been active and can't be restart.
- * (the <code>restart</code> attribute is set to <code>"never"</code> ).
- *
- * @exception DOMException
- * SYNTAX_ERR: The element was not defined with the appropriate syntax
- * to allow <code>beginElementAt</code> calls.
- */
- public boolean beginElementAt(float offset)
- throws DOMException;
-
- /**
- * Causes this element to end the local timeline (subject to sync
- * constraints).
- * @return <code>true</code> if the method call was successful and the
- * element was ended. <code>false</code> if method call failed.
- * Possible reasons for failure include: The element doesn't support
- * the <code>endElement</code> method. (the <code>end</code> attribute
- * is not set to <code>"indefinite"</code> ) The element is not active.
- *
- * @exception DOMException
- * SYNTAX_ERR: The element was not defined with the appropriate syntax
- * to allow <code>endElement</code> 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 &gt;= 0.
- * @return <code>true</code> if the method call was successful and the
- * element was ended. <code>false</code> if method call failed.
- * Possible reasons for failure include: The element doesn't support
- * the <code>endElementAt</code> method. (the <code>end</code>
- * attribute is not set to <code>"indefinite"</code> ) The element is
- * not active.
- * @exception DOMException
- * SYNTAX_ERR: The element was not defined with the appropriate syntax
- * to allow <code>endElementAt</code> calls.
- */
- public boolean endElementAt(float offset)
- throws DOMException;
-
-}
-
diff --git a/src/bind/java/org/w3c/dom/smil/ElementTimeManipulation.java b/src/bind/java/org/w3c/dom/smil/ElementTimeManipulation.java
deleted file mode 100644
index bb83326e6..000000000
--- a/src/bind/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 <code>1.0</code> (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 <code>0</code> to <code>100</code> .
- * Default value is <code>0</code> (no acceleration).
- * <br> 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 <code>0</code> to <code>100</code> .
- * Default value is <code>0</code> (no deceleration).
- * <br> 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 <code>false</code> .
- * @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/bind/java/org/w3c/dom/smil/SMILAnimateColorElement.java b/src/bind/java/org/w3c/dom/smil/SMILAnimateColorElement.java
deleted file mode 100644
index 9bd9d13a6..000000000
--- a/src/bind/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 <code>animateColor</code> element.
- */
-public interface SMILAnimateColorElement extends SMILAnimation {
-}
-
diff --git a/src/bind/java/org/w3c/dom/smil/SMILAnimateElement.java b/src/bind/java/org/w3c/dom/smil/SMILAnimateElement.java
deleted file mode 100644
index 9393e00c5..000000000
--- a/src/bind/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 <code>animate</code> element.
- */
-public interface SMILAnimateElement extends SMILAnimation {
-}
-
diff --git a/src/bind/java/org/w3c/dom/smil/SMILAnimateMotionElement.java b/src/bind/java/org/w3c/dom/smil/SMILAnimateMotionElement.java
deleted file mode 100644
index 6a140ad9f..000000000
--- a/src/bind/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 <code>animationMotion</code> 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/bind/java/org/w3c/dom/smil/SMILAnimation.java b/src/bind/java/org/w3c/dom/smil/SMILAnimation.java
deleted file mode 100644
index 8615dfaeb..000000000
--- a/src/bind/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 <code>ADDITIVE_REPLACE</code> .
- * @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 <code>ACCUMULATE_NONE</code> .
- * @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 <code>DOMString</code> 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 <code>DOMString</code> 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 <code>DOMString</code> 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 <code>DOMString</code> 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 <code>DOMString</code> 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/bind/java/org/w3c/dom/smil/SMILDocument.java b/src/bind/java/org/w3c/dom/smil/SMILDocument.java
deleted file mode 100644
index 5f54dd329..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/SMILElement.java b/src/bind/java/org/w3c/dom/smil/SMILElement.java
deleted file mode 100644
index 748de23fc..000000000
--- a/src/bind/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 <code>SMILElement</code> interface is the base for all SMIL element
- * types. It follows the model of the <code>HTMLElement</code> in the HTML
- * DOM, extending the base <code>Element</code> class to denote SMIL-specific
- * elements.
- * <p> Note that the <code>SMILElement</code> interface overlaps with the
- * <code>HTMLElement</code> 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/bind/java/org/w3c/dom/smil/SMILLayoutElement.java b/src/bind/java/org/w3c/dom/smil/SMILLayoutElement.java
deleted file mode 100644
index 2d6136db3..000000000
--- a/src/bind/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();
-
- /**
- * <code>true</code> if the player can understand the mime type,
- * <code>false</code> otherwise.
- */
- public boolean getResolved();
-
-}
-
diff --git a/src/bind/java/org/w3c/dom/smil/SMILMediaElement.java b/src/bind/java/org/w3c/dom/smil/SMILMediaElement.java
deleted file mode 100644
index d6a2d2de2..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/SMILRefElement.java b/src/bind/java/org/w3c/dom/smil/SMILRefElement.java
deleted file mode 100644
index adeb2b354..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/SMILRegionElement.java b/src/bind/java/org/w3c/dom/smil/SMILRegionElement.java
deleted file mode 100644
index 927fb4007..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/SMILRegionInterface.java b/src/bind/java/org/w3c/dom/smil/SMILRegionInterface.java
deleted file mode 100644
index b5e43c3b2..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/SMILRootLayoutElement.java b/src/bind/java/org/w3c/dom/smil/SMILRootLayoutElement.java
deleted file mode 100644
index 327ecd6b2..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/SMILSetElement.java b/src/bind/java/org/w3c/dom/smil/SMILSetElement.java
deleted file mode 100644
index 8e0b1b72f..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/SMILSwitchElement.java b/src/bind/java/org/w3c/dom/smil/SMILSwitchElement.java
deleted file mode 100644
index 27abb91cf..000000000
--- a/src/bind/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. <code>null</code> if the
- * selected element is not yet available.
- * @return The selected <code>Element</code> for thisd <code>switch</code>
- * element.
- */
- public Element getSelectedElement();
-
-}
-
diff --git a/src/bind/java/org/w3c/dom/smil/SMILTopLayoutElement.java b/src/bind/java/org/w3c/dom/smil/SMILTopLayoutElement.java
deleted file mode 100644
index 26214191b..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/smil/Time.java b/src/bind/java/org/w3c/dom/smil/Time.java
deleted file mode 100644
index 72fe08668..000000000
--- a/src/bind/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 <code>Time</code> interface is a datatype that represents times within
- * the timegraph. A <code>Time</code> 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 <code>Time</code> has been
- * fully resolved to the document schedule. Note that for this to be
- * true, the current <code>Time</code> must be defined (not indefinite),
- * the syncbase and all <code>Time</code> 's that the syncbase depends on
- * must be defined (not indefinite), and the begin <code>Time</code> of
- * all ascendent time containers of this element and all <code>Time</code>
- * elements that this depends upon must be defined (not indefinite).
- * <br> If this <code>Time</code> is based upon an event, this
- * <code>Time</code> will only be resolved once the specified event has
- * happened, subject to the constraints of the time container.
- * <br> 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 <code>0</code> .
- * @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 <code>true</code> , indicates that a sync-based time is relative to
- * the begin of the baseElement. If <code>false</code> , 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
- * <code>null</code> .
- * @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 <code>null</code> .
- * @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/bind/java/org/w3c/dom/smil/TimeEvent.java b/src/bind/java/org/w3c/dom/smil/TimeEvent.java
deleted file mode 100644
index a79c4ca05..000000000
--- a/src/bind/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 <code>TimeEvent</code> interface provides specific contextual
- * information associated with Time events.
- */
-public interface TimeEvent extends Event {
- /**
- * The <code>view</code> attribute identifies the
- * <code>AbstractView</code> from which the event was generated.
- */
- public AbstractView getView();
-
- /**
- * Specifies some detail information about the <code>Event</code> ,
- * depending on the type of event.
- */
- public int getDetail();
-
- /**
- * The <code>initTimeEvent</code> method is used to initialize the value
- * of a <code>TimeEvent</code> created through the
- * <code>DocumentEvent</code> interface. This method may only be called
- * before the <code>TimeEvent</code> has been dispatched via the
- * <code>dispatchEvent</code> 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 <code>Event</code> 's
- * <code>AbstractView</code> .
- * @param detailArg Specifies the <code>Event</code> 's detail.
- */
- public void initTimeEvent(String typeArg,
- AbstractView viewArg,
- int detailArg);
-
-}
-
diff --git a/src/bind/java/org/w3c/dom/smil/TimeList.java b/src/bind/java/org/w3c/dom/smil/TimeList.java
deleted file mode 100644
index 7cec133fa..000000000
--- a/src/bind/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 <code>TimeList</code> interface provides the abstraction of an ordered
- * collection of times, without defining or constraining how this collection
- * is implemented.
- * <p> The items in the <code>TimeList</code> are accessible via an integral
- * index, starting from 0.
- */
-public interface TimeList {
- /**
- * Returns the <code>index</code> th item in the collection. If
- * <code>index</code> is greater than or equal to the number of times in
- * the list, this returns <code>null</code> .
- * @param index Index into the collection.
- * @return The time at the <code>index</code> th position in the
- * <code>TimeList</code> , or <code>null</code> 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 <code>length-1</code> inclusive.
- */
- public int getLength();
-
-}
-
diff --git a/src/bind/java/org/w3c/dom/stylesheets/DocumentStyle.java b/src/bind/java/org/w3c/dom/stylesheets/DocumentStyle.java
deleted file mode 100644
index 2270505e7..000000000
--- a/src/bind/java/org/w3c/dom/stylesheets/DocumentStyle.java
+++ /dev/null
@@ -1,34 +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.stylesheets;
-
-/**
- * The <code>DocumentStyle</code> interface provides a mechanism by which the
- * style sheets embedded in a document can be retrieved. The expectation is
- * that an instance of the <code>DocumentStyle</code> interface can be
- * obtained by using binding-specific casting methods on an instance of the
- * <code>Document</code> interface.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface DocumentStyle {
- /**
- * A list containing all the style sheets explicitly linked into or
- * embedded in a document. For HTML documents, this includes external
- * style sheets, included via the HTML LINK element, and inline STYLE
- * elements. In XML, this includes external style sheets, included via
- * style sheet processing instructions (see ).
- */
- public StyleSheetList getStyleSheets();
-
-}
diff --git a/src/bind/java/org/w3c/dom/stylesheets/LinkStyle.java b/src/bind/java/org/w3c/dom/stylesheets/LinkStyle.java
deleted file mode 100644
index 481bd19db..000000000
--- a/src/bind/java/org/w3c/dom/stylesheets/LinkStyle.java
+++ /dev/null
@@ -1,31 +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.stylesheets;
-
-/**
- * The <code>LinkStyle</code> interface provides a mechanism by which a style
- * sheet can be retrieved from the node responsible for linking it into a
- * document. An instance of the <code>LinkStyle</code> interface can be
- * obtained using binding-specific casting methods on an instance of a
- * linking node (<code>HTMLLinkElement</code>, <code>HTMLStyleElement</code>
- * or <code>ProcessingInstruction</code> in DOM Level 2).
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface LinkStyle {
- /**
- * The style sheet.
- */
- public StyleSheet getSheet();
-
-}
diff --git a/src/bind/java/org/w3c/dom/stylesheets/MediaList.java b/src/bind/java/org/w3c/dom/stylesheets/MediaList.java
deleted file mode 100644
index 92c46609f..000000000
--- a/src/bind/java/org/w3c/dom/stylesheets/MediaList.java
+++ /dev/null
@@ -1,81 +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.stylesheets;
-
-import org.w3c.dom.DOMException;
-
-/**
- * The <code>MediaList</code> interface provides the abstraction of an
- * ordered collection of media, without defining or constraining how this
- * collection is implemented. An empty list is the same as a list that
- * contains the medium <code>"all"</code>.
- * <p> The items in the <code>MediaList</code> are accessible via an integral
- * index, starting from 0.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface MediaList {
- /**
- * The parsable textual representation of the media list. This is a
- * comma-separated list of media.
- * @exception DOMException
- * SYNTAX_ERR: Raised if the specified string value has a syntax error
- * and is unparsable.
- * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this media list is
- * readonly.
- */
- public String getMediaText();
- public void setMediaText(String mediaText)
- throws DOMException;
-
- /**
- * The number of media in the list. The range of valid media is
- * <code>0</code> to <code>length-1</code> inclusive.
- */
- public int getLength();
-
- /**
- * Returns the <code>index</code>th in the list. If <code>index</code> is
- * greater than or equal to the number of media in the list, this
- * returns <code>null</code>.
- * @param index Index into the collection.
- * @return The medium at the <code>index</code>th position in the
- * <code>MediaList</code>, or <code>null</code> if that is not a valid
- * index.
- */
- public String item(int index);
-
- /**
- * Deletes the medium indicated by <code>oldMedium</code> from the list.
- * @param oldMediumThe medium to delete in the media list.
- * @exception DOMException
- * NO_MODIFICATION_ALLOWED_ERR: Raised if this list is readonly.
- * <br> NOT_FOUND_ERR: Raised if <code>oldMedium</code> is not in the
- * list.
- */
- public void deleteMedium(String oldMedium)
- throws DOMException;
-
- /**
- * Adds the medium <code>newMedium</code> to the end of the list. If the
- * <code>newMedium</code> is already used, it is first removed.
- * @param newMediumThe new medium to add.
- * @exception DOMException
- * INVALID_CHARACTER_ERR: If the medium contains characters that are
- * invalid in the underlying style language.
- * <br> NO_MODIFICATION_ALLOWED_ERR: Raised if this list is readonly.
- */
- public void appendMedium(String newMedium)
- throws DOMException;
-
-}
diff --git a/src/bind/java/org/w3c/dom/stylesheets/StyleSheet.java b/src/bind/java/org/w3c/dom/stylesheets/StyleSheet.java
deleted file mode 100644
index 94ccc1885..000000000
--- a/src/bind/java/org/w3c/dom/stylesheets/StyleSheet.java
+++ /dev/null
@@ -1,95 +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.stylesheets;
-
-import org.w3c.dom.Node;
-
-/**
- * The <code>StyleSheet</code> interface is the abstract base interface for
- * any type of style sheet. It represents a single style sheet associated
- * with a structured document. In HTML, the StyleSheet interface represents
- * either an external style sheet, included via the HTML LINK element, or
- * an inline STYLE element. In XML, this interface represents an external
- * style sheet, included via a style sheet processing instruction.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface StyleSheet {
- /**
- * This specifies the style sheet language for this style sheet. The
- * style sheet language is specified as a content type (e.g.
- * "text/css"). The content type is often specified in the
- * <code>ownerNode</code>. Also see the type attribute definition for
- * the <code>LINK</code> element in HTML 4.0, and the type
- * pseudo-attribute for the XML style sheet processing instruction.
- */
- public String getType();
-
- /**
- * <code>false</code> if the style sheet is applied to the document.
- * <code>true</code> if it is not. Modifying this attribute may cause a
- * new resolution of style for the document. A stylesheet only applies
- * if both an appropriate medium definition is present and the disabled
- * attribute is false. So, if the media doesn't apply to the current
- * user agent, the <code>disabled</code> attribute is ignored.
- */
- public boolean getDisabled();
- public void setDisabled(boolean disabled);
-
- /**
- * The node that associates this style sheet with the document. For HTML,
- * this may be the corresponding <code>LINK</code> or <code>STYLE</code>
- * element. For XML, it may be the linking processing instruction. For
- * style sheets that are included by other style sheets, the value of
- * this attribute is <code>null</code>.
- */
- public Node getOwnerNode();
-
- /**
- * For style sheet languages that support the concept of style sheet
- * inclusion, this attribute represents the including style sheet, if
- * one exists. If the style sheet is a top-level style sheet, or the
- * style sheet language does not support inclusion, the value of this
- * attribute is <code>null</code>.
- */
- public StyleSheet getParentStyleSheet();
-
- /**
- * If the style sheet is a linked style sheet, the value of its attribute
- * is its location. For inline style sheets, the value of this attribute
- * is <code>null</code>. See the href attribute definition for the
- * <code>LINK</code> element in HTML 4.0, and the href pseudo-attribute
- * for the XML style sheet processing instruction.
- */
- public String getHref();
-
- /**
- * The advisory title. The title is often specified in the
- * <code>ownerNode</code>. See the title attribute definition for the
- * <code>LINK</code> element in HTML 4.0, and the title pseudo-attribute
- * for the XML style sheet processing instruction.
- */
- public String getTitle();
-
- /**
- * The intended destination media for style information. The media is
- * often specified in the <code>ownerNode</code>. If no media has been
- * specified, the <code>MediaList</code> will be empty. See the media
- * attribute definition for the <code>LINK</code> element in HTML 4.0,
- * and the media pseudo-attribute for the XML style sheet processing
- * instruction . Modifying the media list may cause a change to the
- * attribute <code>disabled</code>.
- */
- public MediaList getMedia();
-
-}
diff --git a/src/bind/java/org/w3c/dom/stylesheets/StyleSheetList.java b/src/bind/java/org/w3c/dom/stylesheets/StyleSheetList.java
deleted file mode 100644
index 76c0c59e1..000000000
--- a/src/bind/java/org/w3c/dom/stylesheets/StyleSheetList.java
+++ /dev/null
@@ -1,42 +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.stylesheets;
-
-/**
- * The <code>StyleSheetList</code> interface provides the abstraction of an
- * ordered collection of style sheets.
- * <p> The items in the <code>StyleSheetList</code> are accessible via an
- * integral index, starting from 0.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>.
- * @since DOM Level 2
- */
-public interface StyleSheetList {
- /**
- * The number of <code>StyleSheets</code> in the list. The range of valid
- * child stylesheet indices is <code>0</code> to <code>length-1</code>
- * inclusive.
- */
- public int getLength();
-
- /**
- * Used to retrieve a style sheet by ordinal index. If index is greater
- * than or equal to the number of style sheets in the list, this returns
- * <code>null</code>.
- * @param indexIndex into the collection
- * @return The style sheet at the <code>index</code> position in the
- * <code>StyleSheetList</code>, or <code>null</code> if that is not a
- * valid index.
- */
- public StyleSheet item(int index);
-
-}
diff --git a/src/bind/java/org/w3c/dom/svg/GetSVGDocument.java b/src/bind/java/org/w3c/dom/svg/GetSVGDocument.java
deleted file mode 100644
index cc8970137..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAElement.java b/src/bind/java/org/w3c/dom/svg/SVGAElement.java
deleted file mode 100644
index a403086cd..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphDefElement.java
deleted file mode 100644
index c8e4d2dd0..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java
deleted file mode 100644
index 4362efb35..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java b/src/bind/java/org/w3c/dom/svg/SVGAltGlyphItemElement.java
deleted file mode 100644
index 93c01b3d5..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAngle.java b/src/bind/java/org/w3c/dom/svg/SVGAngle.java
deleted file mode 100644
index 8f212b7c5..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateColorElement.java
deleted file mode 100644
index 9efb69aab..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimateElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateElement.java
deleted file mode 100644
index 4d365b257..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateMotionElement.java
deleted file mode 100644
index a06728dde..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimateTransformElement.java
deleted file mode 100644
index 1f4ac36cd..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedAngle.java
deleted file mode 100644
index ae5d8a08a..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedBoolean.java
deleted file mode 100644
index 1a5e39259..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedEnumeration.java
deleted file mode 100644
index 71122ffe4..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedInteger.java
deleted file mode 100644
index dbc20bc35..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedLength.java
deleted file mode 100644
index 75da0ceb7..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedLengthList.java
deleted file mode 100644
index 4294f55ed..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumber.java
deleted file mode 100644
index 39bb6a14d..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedNumberList.java
deleted file mode 100644
index 29ea31ad0..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPathData.java
deleted file mode 100644
index 3154b9ba0..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPoints.java
deleted file mode 100644
index 1f7f7280c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java
deleted file mode 100644
index a3cddac37..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedRect.java
deleted file mode 100644
index 405d45c04..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedString.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedString.java
deleted file mode 100644
index 78cf12e0c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java b/src/bind/java/org/w3c/dom/svg/SVGAnimatedTransformList.java
deleted file mode 100644
index 793df4316..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGAnimationElement.java b/src/bind/java/org/w3c/dom/svg/SVGAnimationElement.java
deleted file mode 100644
index f299c2b94..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGCSSRule.java b/src/bind/java/org/w3c/dom/svg/SVGCSSRule.java
deleted file mode 100644
index 5365e5dfd..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGCircleElement.java b/src/bind/java/org/w3c/dom/svg/SVGCircleElement.java
deleted file mode 100644
index 6c9aa02ec..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGClipPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGClipPathElement.java
deleted file mode 100644
index ebe018c2c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGColor.java b/src/bind/java/org/w3c/dom/svg/SVGColor.java
deleted file mode 100644
index 27e942ac8..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java b/src/bind/java/org/w3c/dom/svg/SVGColorProfileElement.java
deleted file mode 100644
index ce6d33598..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java b/src/bind/java/org/w3c/dom/svg/SVGColorProfileRule.java
deleted file mode 100644
index 97faa309b..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java b/src/bind/java/org/w3c/dom/svg/SVGComponentTransferFunctionElement.java
deleted file mode 100644
index 82e061141..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGCursorElement.java b/src/bind/java/org/w3c/dom/svg/SVGCursorElement.java
deleted file mode 100644
index cc8cdf298..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java b/src/bind/java/org/w3c/dom/svg/SVGDefinitionSrcElement.java
deleted file mode 100644
index 4123b5a97..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGDefsElement.java b/src/bind/java/org/w3c/dom/svg/SVGDefsElement.java
deleted file mode 100644
index 6b83bedc3..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGDescElement.java b/src/bind/java/org/w3c/dom/svg/SVGDescElement.java
deleted file mode 100644
index d3eaf7384..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGDocument.java b/src/bind/java/org/w3c/dom/svg/SVGDocument.java
deleted file mode 100644
index b6d9064b8..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGElement.java b/src/bind/java/org/w3c/dom/svg/SVGElement.java
deleted file mode 100644
index d6a0299ca..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGElementInstance.java b/src/bind/java/org/w3c/dom/svg/SVGElementInstance.java
deleted file mode 100644
index 2509ec9c6..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java b/src/bind/java/org/w3c/dom/svg/SVGElementInstanceList.java
deleted file mode 100644
index 010ddfb4f..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGEllipseElement.java b/src/bind/java/org/w3c/dom/svg/SVGEllipseElement.java
deleted file mode 100644
index 2f7f7dbaa..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGEvent.java b/src/bind/java/org/w3c/dom/svg/SVGEvent.java
deleted file mode 100644
index 252825ba7..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGException.java b/src/bind/java/org/w3c/dom/svg/SVGException.java
deleted file mode 100644
index 64f3743e1..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java b/src/bind/java/org/w3c/dom/svg/SVGExternalResourcesRequired.java
deleted file mode 100644
index aa362066f..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEBlendElement.java
deleted file mode 100644
index 3d8a11ade..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEColorMatrixElement.java
deleted file mode 100644
index 6aac0e35c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEComponentTransferElement.java
deleted file mode 100644
index 38d3fba34..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java b/src/bind/java/org/w3c/dom/svg/SVGFECompositeElement.java
deleted file mode 100644
index 244888d01..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEConvolveMatrixElement.java
deleted file mode 100644
index 391a0d858..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEDiffuseLightingElement.java
deleted file mode 100644
index e5c01e87c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEDisplacementMapElement.java
deleted file mode 100644
index 4c82fd85a..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEDistantLightElement.java
deleted file mode 100644
index a96a1e15d..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFloodElement.java
deleted file mode 100644
index 313097a2f..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncAElement.java
deleted file mode 100644
index fa9773524..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncBElement.java
deleted file mode 100644
index 17733d62b..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncGElement.java
deleted file mode 100644
index 5078436f1..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEFuncRElement.java
deleted file mode 100644
index 72efaac9d..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEGaussianBlurElement.java
deleted file mode 100644
index b3385fa4b..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEImageElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEImageElement.java
deleted file mode 100644
index b74daa7d2..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEMergeElement.java
deleted file mode 100644
index cea3d6fa9..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEMergeNodeElement.java
deleted file mode 100644
index e0ae4c402..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEMorphologyElement.java
deleted file mode 100644
index b04c80c84..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEOffsetElement.java
deleted file mode 100644
index 6a76b8d42..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java b/src/bind/java/org/w3c/dom/svg/SVGFEPointLightElement.java
deleted file mode 100644
index cec24b204..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java b/src/bind/java/org/w3c/dom/svg/SVGFESpecularLightingElement.java
deleted file mode 100644
index 2070f72dc..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java b/src/bind/java/org/w3c/dom/svg/SVGFESpotLightElement.java
deleted file mode 100644
index 2beaaf55d..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFETileElement.java b/src/bind/java/org/w3c/dom/svg/SVGFETileElement.java
deleted file mode 100644
index 4c281292b..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java b/src/bind/java/org/w3c/dom/svg/SVGFETurbulenceElement.java
deleted file mode 100644
index f8badaafc..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFilterElement.java b/src/bind/java/org/w3c/dom/svg/SVGFilterElement.java
deleted file mode 100644
index 01e57fdf2..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java b/src/bind/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java
deleted file mode 100644
index cd7ed6276..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java b/src/bind/java/org/w3c/dom/svg/SVGFitToViewBox.java
deleted file mode 100644
index d40c6a1a4..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFontElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontElement.java
deleted file mode 100644
index e11dc355e..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceElement.java
deleted file mode 100644
index b201c9456..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceFormatElement.java
deleted file mode 100644
index 895cd6c77..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceNameElement.java
deleted file mode 100644
index 723370a07..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceSrcElement.java
deleted file mode 100644
index dcc898b6f..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java b/src/bind/java/org/w3c/dom/svg/SVGFontFaceUriElement.java
deleted file mode 100644
index 39dd039e9..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java b/src/bind/java/org/w3c/dom/svg/SVGForeignObjectElement.java
deleted file mode 100644
index 49e37af09..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGGElement.java b/src/bind/java/org/w3c/dom/svg/SVGGElement.java
deleted file mode 100644
index e9a78190e..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGGlyphElement.java b/src/bind/java/org/w3c/dom/svg/SVGGlyphElement.java
deleted file mode 100644
index 9354bb74d..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java b/src/bind/java/org/w3c/dom/svg/SVGGlyphRefElement.java
deleted file mode 100644
index c16aaa1cb..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGGradientElement.java b/src/bind/java/org/w3c/dom/svg/SVGGradientElement.java
deleted file mode 100644
index 8cbc03f1c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGHKernElement.java b/src/bind/java/org/w3c/dom/svg/SVGHKernElement.java
deleted file mode 100644
index ca527b67c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGICCColor.java b/src/bind/java/org/w3c/dom/svg/SVGICCColor.java
deleted file mode 100644
index e04962838..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGImageElement.java b/src/bind/java/org/w3c/dom/svg/SVGImageElement.java
deleted file mode 100644
index f77101f91..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGLangSpace.java b/src/bind/java/org/w3c/dom/svg/SVGLangSpace.java
deleted file mode 100644
index 300d52725..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGLength.java b/src/bind/java/org/w3c/dom/svg/SVGLength.java
deleted file mode 100644
index 88b7bdd38..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGLengthList.java b/src/bind/java/org/w3c/dom/svg/SVGLengthList.java
deleted file mode 100644
index ba4c259e8..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGLineElement.java b/src/bind/java/org/w3c/dom/svg/SVGLineElement.java
deleted file mode 100644
index 45b947cbc..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java b/src/bind/java/org/w3c/dom/svg/SVGLinearGradientElement.java
deleted file mode 100644
index 189eda2cb..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGLocatable.java b/src/bind/java/org/w3c/dom/svg/SVGLocatable.java
deleted file mode 100644
index 618b955eb..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGMPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGMPathElement.java
deleted file mode 100644
index 36032385b..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGMarkerElement.java b/src/bind/java/org/w3c/dom/svg/SVGMarkerElement.java
deleted file mode 100644
index 810ce56f4..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGMaskElement.java b/src/bind/java/org/w3c/dom/svg/SVGMaskElement.java
deleted file mode 100644
index bb3a8651f..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGMatrix.java b/src/bind/java/org/w3c/dom/svg/SVGMatrix.java
deleted file mode 100644
index 652b4e1b0..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGMetadataElement.java b/src/bind/java/org/w3c/dom/svg/SVGMetadataElement.java
deleted file mode 100644
index d8485d124..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java b/src/bind/java/org/w3c/dom/svg/SVGMissingGlyphElement.java
deleted file mode 100644
index 8c777fb2a..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGNumber.java b/src/bind/java/org/w3c/dom/svg/SVGNumber.java
deleted file mode 100644
index 1dcdc8a23..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGNumberList.java b/src/bind/java/org/w3c/dom/svg/SVGNumberList.java
deleted file mode 100644
index a2db146fc..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPaint.java b/src/bind/java/org/w3c/dom/svg/SVGPaint.java
deleted file mode 100644
index 66d54c668..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGPathElement.java
deleted file mode 100644
index 71efe6d69..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSeg.java b/src/bind/java/org/w3c/dom/svg/SVGPathSeg.java
deleted file mode 100644
index dea607e41..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegArcAbs.java
deleted file mode 100644
index 84c2e7e2b..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegArcRel.java
deleted file mode 100644
index 074bb799c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegClosePath.java
deleted file mode 100644
index 9beb4667d..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.java
deleted file mode 100644
index 9aeec16d6..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.java
deleted file mode 100644
index 890d98ef7..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.java
deleted file mode 100644
index ede2644d8..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.java
deleted file mode 100644
index 2336ad699..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.java
deleted file mode 100644
index 9e3d742da..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.java
deleted file mode 100644
index bf2add7f4..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.java
deleted file mode 100644
index de08156cc..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.java
deleted file mode 100644
index 2e434493e..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoAbs.java
deleted file mode 100644
index e9d666f6c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.java
deleted file mode 100644
index 6a30564d8..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.java
deleted file mode 100644
index 353dd607e..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoRel.java
deleted file mode 100644
index f41da3905..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.java
deleted file mode 100644
index 77d4e70fe..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.java
deleted file mode 100644
index fc46adcfe..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegList.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegList.java
deleted file mode 100644
index f5005e7c3..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoAbs.java
deleted file mode 100644
index 80642f5b3..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java b/src/bind/java/org/w3c/dom/svg/SVGPathSegMovetoRel.java
deleted file mode 100644
index 405c56fbc..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPatternElement.java b/src/bind/java/org/w3c/dom/svg/SVGPatternElement.java
deleted file mode 100644
index cfa147173..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPoint.java b/src/bind/java/org/w3c/dom/svg/SVGPoint.java
deleted file mode 100644
index 982576cd2..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPointList.java b/src/bind/java/org/w3c/dom/svg/SVGPointList.java
deleted file mode 100644
index 8fe262a9e..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPolygonElement.java b/src/bind/java/org/w3c/dom/svg/SVGPolygonElement.java
deleted file mode 100644
index 6171fb69c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPolylineElement.java b/src/bind/java/org/w3c/dom/svg/SVGPolylineElement.java
deleted file mode 100644
index 9fad2ab31..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java b/src/bind/java/org/w3c/dom/svg/SVGPreserveAspectRatio.java
deleted file mode 100644
index 919569dac..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java b/src/bind/java/org/w3c/dom/svg/SVGRadialGradientElement.java
deleted file mode 100644
index 6c8af9294..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGRect.java b/src/bind/java/org/w3c/dom/svg/SVGRect.java
deleted file mode 100644
index fd6de0603..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGRectElement.java b/src/bind/java/org/w3c/dom/svg/SVGRectElement.java
deleted file mode 100644
index 4c79150f3..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java b/src/bind/java/org/w3c/dom/svg/SVGRenderingIntent.java
deleted file mode 100644
index fc46f9f79..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGSVGElement.java b/src/bind/java/org/w3c/dom/svg/SVGSVGElement.java
deleted file mode 100644
index 6507a1304..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGScriptElement.java b/src/bind/java/org/w3c/dom/svg/SVGScriptElement.java
deleted file mode 100644
index 14863e6eb..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGSetElement.java b/src/bind/java/org/w3c/dom/svg/SVGSetElement.java
deleted file mode 100644
index 0ca9c09ef..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGStopElement.java b/src/bind/java/org/w3c/dom/svg/SVGStopElement.java
deleted file mode 100644
index 5865e6e60..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGStringList.java b/src/bind/java/org/w3c/dom/svg/SVGStringList.java
deleted file mode 100644
index d0fa0df9c..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGStylable.java b/src/bind/java/org/w3c/dom/svg/SVGStylable.java
deleted file mode 100644
index 82c4913f8..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGStyleElement.java b/src/bind/java/org/w3c/dom/svg/SVGStyleElement.java
deleted file mode 100644
index 1051ef67f..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGSwitchElement.java b/src/bind/java/org/w3c/dom/svg/SVGSwitchElement.java
deleted file mode 100644
index c5187563b..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGSymbolElement.java b/src/bind/java/org/w3c/dom/svg/SVGSymbolElement.java
deleted file mode 100644
index ee288bc92..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTRefElement.java b/src/bind/java/org/w3c/dom/svg/SVGTRefElement.java
deleted file mode 100644
index 2d8202ede..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTSpanElement.java b/src/bind/java/org/w3c/dom/svg/SVGTSpanElement.java
deleted file mode 100644
index 729b857db..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTests.java b/src/bind/java/org/w3c/dom/svg/SVGTests.java
deleted file mode 100644
index a7026a5b0..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTextContentElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextContentElement.java
deleted file mode 100644
index c7c212961..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTextElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextElement.java
deleted file mode 100644
index f25cc3c20..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTextPathElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextPathElement.java
deleted file mode 100644
index 0a8a256ad..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java b/src/bind/java/org/w3c/dom/svg/SVGTextPositioningElement.java
deleted file mode 100644
index d47887b8d..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTitleElement.java b/src/bind/java/org/w3c/dom/svg/SVGTitleElement.java
deleted file mode 100644
index cbf45fe2a..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTransform.java b/src/bind/java/org/w3c/dom/svg/SVGTransform.java
deleted file mode 100644
index 16df6080f..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTransformList.java b/src/bind/java/org/w3c/dom/svg/SVGTransformList.java
deleted file mode 100644
index 3e3a4c217..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGTransformable.java b/src/bind/java/org/w3c/dom/svg/SVGTransformable.java
deleted file mode 100644
index 9abaaf0b1..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGURIReference.java b/src/bind/java/org/w3c/dom/svg/SVGURIReference.java
deleted file mode 100644
index 3f2f784df..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGUnitTypes.java b/src/bind/java/org/w3c/dom/svg/SVGUnitTypes.java
deleted file mode 100644
index 9fc7685e9..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGUseElement.java b/src/bind/java/org/w3c/dom/svg/SVGUseElement.java
deleted file mode 100644
index 3ce448141..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGVKernElement.java b/src/bind/java/org/w3c/dom/svg/SVGVKernElement.java
deleted file mode 100644
index cc2e4f4f1..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGViewElement.java b/src/bind/java/org/w3c/dom/svg/SVGViewElement.java
deleted file mode 100644
index 08adbecd8..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGViewSpec.java b/src/bind/java/org/w3c/dom/svg/SVGViewSpec.java
deleted file mode 100644
index 97ef6bad9..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java b/src/bind/java/org/w3c/dom/svg/SVGZoomAndPan.java
deleted file mode 100644
index f8f910eb4..000000000
--- a/src/bind/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/bind/java/org/w3c/dom/svg/SVGZoomEvent.java b/src/bind/java/org/w3c/dom/svg/SVGZoomEvent.java
deleted file mode 100644
index 7ab430d2b..000000000
--- a/src/bind/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( );
-}
diff --git a/src/bind/java/org/w3c/dom/views/AbstractView.java b/src/bind/java/org/w3c/dom/views/AbstractView.java
deleted file mode 100644
index 97e8f0e2b..000000000
--- a/src/bind/java/org/w3c/dom/views/AbstractView.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.views;
-
-/**
- * A base interface that all views shall derive from.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113'>Document Object Model (DOM) Level 2 Views Specification</a>.
- * @since DOM Level 2
- */
-public interface AbstractView {
- /**
- * The source <code>DocumentView</code> of which this is an
- * <code>AbstractView</code>.
- */
- public DocumentView getDocument();
-
-}
diff --git a/src/bind/java/org/w3c/dom/views/DocumentView.java b/src/bind/java/org/w3c/dom/views/DocumentView.java
deleted file mode 100644
index 2cb9eebb8..000000000
--- a/src/bind/java/org/w3c/dom/views/DocumentView.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.views;
-
-/**
- * The <code>DocumentView</code> interface is implemented by
- * <code>Document</code> objects in DOM implementations supporting DOM
- * Views. It provides an attribute to retrieve the default view of a
- * document.
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113'>Document Object Model (DOM) Level 2 Views Specification</a>.
- * @since DOM Level 2
- */
-public interface DocumentView {
- /**
- * The default <code>AbstractView</code> for this <code>Document</code>,
- * or <code>null</code> if none available.
- */
- public AbstractView getDefaultView();
-
-}