org.apache.batik.dom.svg
Interface SVGOMDocument.ElementFactory

All Known Implementing Classes:
SVGOMDocument.AElementFactory, SVGOMDocument.AnimateElementFactory, SVGOMDocument.CircleElementFactory, SVGOMDocument.ClipPathElementFactory, SVGOMDocument.DefsElementFactory, SVGOMDocument.DescElementFactory, SVGOMDocument.EllipseElementFactory, SVGOMDocument.FeBlendElementFactory, SVGOMDocument.FeColorMatrixElementFactory, SVGOMDocument.FeComponentTransferElementFactory, SVGOMDocument.FeConvolveMatrixElementFactory, SVGOMDocument.FeCompositeElementFactory, SVGOMDocument.FeDiffuseLightingElementFactory, SVGOMDocument.FeDisplacementMapElementFactory, SVGOMDocument.FeDistantLightElementFactory, SVGOMDocument.FeFloodElementFactory, SVGOMDocument.FeFuncAElementFactory, SVGOMDocument.FeFuncRElementFactory, SVGOMDocument.FeFuncGElementFactory, SVGOMDocument.FeFuncBElementFactory, SVGOMDocument.FeGaussianBlurElementFactory, SVGOMDocument.FeImageElementFactory, SVGOMDocument.FeMergeElementFactory, SVGOMDocument.FeMergeNodeElementFactory, SVGOMDocument.FeMorphologyElementFactory, SVGOMDocument.FeOffsetElementFactory, SVGOMDocument.FePointLightElementFactory, SVGOMDocument.FeSpecularLightingElementFactory, SVGOMDocument.FeSpotLightElementFactory, SVGOMDocument.FeTileElementFactory, SVGOMDocument.FeTurbulenceElementFactory, SVGOMDocument.FilterElementFactory, SVGOMDocument.GElementFactory, SVGOMDocument.ImageElementFactory, SVGOMDocument.LineElementFactory, SVGOMDocument.LinearGradientElementFactory, SVGOMDocument.MaskElementFactory, SVGOMDocument.MetadataElementFactory, SVGOMDocument.PathElementFactory, SVGOMDocument.PatternElementFactory, SVGOMDocument.PolygonElementFactory, SVGOMDocument.PolylineElementFactory, SVGOMDocument.RadialGradientElementFactory, SVGOMDocument.RectElementFactory, SVGOMDocument.ScriptElementFactory, SVGOMDocument.StopElementFactory, SVGOMDocument.StyleElementFactory, SVGOMDocument.SvgElementFactory, SVGOMDocument.SwitchElementFactory, SVGOMDocument.SymbolElementFactory, SVGOMDocument.TextElementFactory, SVGOMDocument.TextPathElementFactory, SVGOMDocument.TitleElementFactory, SVGOMDocument.TrefElementFactory, SVGOMDocument.TspanElementFactory, SVGOMDocument.UseElementFactory
Enclosing class:
SVGOMDocument

protected static interface SVGOMDocument.ElementFactory

This interface represents a factory of elements.


Method Summary
 Element create(java.lang.String prefix)
          Creates an instance of the associated element type.
 

Method Detail

create

public Element create(java.lang.String prefix)
Creates an instance of the associated element type.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.