You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Thierry Kormann <tk...@sophia.inria.fr> on 2001/05/02 16:59:00 UTC

Huge Bridge commit


Hi,

1. The Bridge interface now has getNamespaceURI() and getLocalName() methods.
It means that a Bridge now can not be used anymore for several elements (as 
it was possible before - and it was the case for the SVGGlyphElementBridge 
that was used for glyph and missing-glyph elements).

2. Polishing the naming convention of the bridge classes. superclass now 
always start with Abstract*

Some more work is still needed (ie. the BridgeContext can now have a generic 
mecanism to find the Bridge classname such the one provided by Thomas to 
handle custom image format).



  Modified:    resources/org/apache/batik/apps/svgbrowser/resources
                        GUI.properties
               sources/org/apache/batik/bridge
                        AbstractGraphicsNodeBridge.java Bridge.java
                        BridgeContext.java SVGAElementBridge.java
                        SVGAltGlyphElementBridge.java
                        SVGCircleElementBridge.java
                        SVGClipPathElementBridge.java
                        SVGColorProfileElementBridge.java
                        SVGEllipseElementBridge.java
                        SVGFeBlendElementBridge.java
                        SVGFeColorMatrixElementBridge.java
                        SVGFeComponentTransferElementBridge.java
                        SVGFeCompositeElementBridge.java
                        SVGFeConvolveMatrixElementBridge.java
                        SVGFeDiffuseLightingElementBridge.java
                        SVGFeDisplacementMapElementBridge.java
                        SVGFeFloodElementBridge.java
                        SVGFeGaussianBlurElementBridge.java
                        SVGFeImageElementBridge.java
                        SVGFeMergeElementBridge.java
                        SVGFeMorphologyElementBridge.java
                        SVGFeOffsetElementBridge.java
                        SVGFeSpecularLightingElementBridge.java
                        SVGFeTileElementBridge.java
                        SVGFeTurbulenceElementBridge.java
                        SVGFilterElementBridge.java
                        SVGFontElementBridge.java
                        SVGFontFaceElementBridge.java
                        SVGGElementBridge.java SVGGlyphElementBridge.java
                        SVGHKernElementBridge.java
                        SVGImageElementBridge.java
                        SVGLineElementBridge.java
                        SVGLinearGradientElementBridge.java
                        SVGMarkerElementBridge.java
                        SVGMaskElementBridge.java SVGPathElementBridge.java
                        SVGPatternElementBridge.java
                        SVGPolygonElementBridge.java
                        SVGPolylineElementBridge.java
                        SVGRadialGradientElementBridge.java
                        SVGRectElementBridge.java SVGSVGElementBridge.java
                        SVGSwitchElementBridge.java
                        SVGTextElementBridge.java SVGUseElementBridge.java
  Added:       sources/org/apache/batik/bridge AbstractSVGBridge.java
                        AbstractSVGFilterPrimitiveElementBridge.java
                        AbstractSVGGradientElementBridge.java
                        AbstractSVGLightingElementBridge.java
                        SVGMissingGlyphElementBridge.java
  Removed:     sources/org/apache/batik/bridge
                        SVGAbstractFilterPrimitiveElementBridge.java
                        SVGAbstractGradientElementBridge.java
                        SVGFeAbstractLightingElementBridge.java


Thierry.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org