|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.dom | Provides an implementation of the DOM level 2 core module. |
org.apache.batik.dom.svg | |
org.apache.batik.dom.util | Provides some utility classes for the implementation of the DOM. |
org.apache.batik.extension.svg | |
org.apache.batik.script | Provides an API for interpreting scripting language found in SVG files. |
org.apache.batik.svggen | Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
org.apache.batik.transcoder | Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. |
org.apache.batik.transcoder.image | Provides transcoders for transcoding a SVG document fragment to an image. |
org.apache.batik.transcoder.print | |
org.apache.batik.util.gui | |
org.w3c.dom | |
org.w3c.dom.svg |
Uses of Document in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return Document | |
Document |
DocumentLoader.loadDocument(java.lang.String uri)
Returns a document from the specified uri. |
Methods in org.apache.batik.bridge with parameters of type Document | |
GraphicsNode |
GVTBuilder.build(BridgeContext ctx,
Document document)
Builds using the specified bridge context the specified SVG document. |
Uses of Document in org.apache.batik.dom |
Classes in org.apache.batik.dom that implement Document | |
class |
AbstractDocument
This class implements the Document interface. |
class |
DocumentWrapper
This class implements a wrapper for a Document. |
class |
GenericDocument
This class implements the Document ,
DocumentEvent . |
Methods in org.apache.batik.dom that return Document | |
Document |
AbstractNode.getOwnerDocument()
DOM: Implements Node.getOwnerDocument() . |
Document |
NodeWrapper.getOwnerDocument()
DOM: Implements Node.getOwnerDocument() . |
Document |
DOMImplementationWrapper.createDocument(java.lang.String nsURI,
java.lang.String qName,
DocumentType doctype)
DOM: Implements DOMImplementation.createDocument(String,String,DocumentType) . |
Document |
GenericDOMImplementation.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
DOM: Implements DOMImplementation.createDocument(String,String,DocumentType)
. |
Methods in org.apache.batik.dom with parameters of type Document | |
void |
AbstractNode.setOwnerDocument(Document doc)
Sets the owner document of this node. |
protected Node |
AbstractDocument.export(Node n,
Document d)
Exports this node to the given document. |
protected Node |
AbstractDocument.deepExport(Node n,
Document d)
Deeply exports this node to the given document. |
void |
ExtendedNode.setOwnerDocument(Document doc)
Sets the owner document of this node. |
Constructors in org.apache.batik.dom with parameters of type Document | |
DocumentWrapper(DOMImplementationWrapper diw,
Document doc)
Creates a new DocumentWrapper object. |
Uses of Document in org.apache.batik.dom.svg |
Classes in org.apache.batik.dom.svg that implement Document | |
class |
SVGOMDocument
This class implements SVGDocument . |
Methods in org.apache.batik.dom.svg that return Document | |
Document |
SVGDOMImplementation.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
DOM: Implements DOMImplementation.createDocument(String,String,DocumentType) . |
Document |
SAXSVGDocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri)
Creates a Document instance. |
Document |
SAXSVGDocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri,
java.io.InputStream is)
Creates a Document instance. |
Document |
SAXSVGDocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri,
java.io.Reader r)
Creates a Document instance. |
Methods in org.apache.batik.dom.svg with parameters of type Document | |
Element |
SVGDOMImplementation.ElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.AElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.AltGlyphElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.AltGlyphDefElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.AltGlyphItemElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.AnimateElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.AnimateColorElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.AnimateMotionElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.AnimateTransformElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.CircleElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.ClipPathElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.ColorProfileElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.CursorElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.DefinitionSrcElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.DefsElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.DescElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.EllipseElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeBlendElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeColorMatrixElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeComponentTransferElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeCompositeElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeConvolveMatrixElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeDiffuseLightingElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeDisplacementMapElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeDistantLightElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeFloodElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeFuncAElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeFuncRElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeFuncGElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeFuncBElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeGaussianBlurElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeImageElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeMergeElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeMergeNodeElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeMorphologyElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeOffsetElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FePointLightElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeSpecularLightingElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeSpotLightElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeTileElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FeTurbulenceElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FilterElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FontElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FontFaceElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FontFaceFormatElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FontFaceNameElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FontFaceSrcElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.FontFaceUriElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.ForeignObjectElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.GElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.GlyphElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.GlyphRefElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.HkernElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.ImageElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.LineElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.LinearGradientElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.MarkerElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.MaskElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.MetadataElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.MissingGlyphElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.MpathElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.PathElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.PatternElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.PolygonElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.PolylineElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.RadialGradientElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.RectElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.ScriptElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.SetElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.StopElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.StyleElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.SvgElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.SwitchElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.SymbolElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.TextElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.TextPathElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.TitleElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.TrefElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.TspanElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.UseElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.ViewElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
SVGDOMImplementation.VkernElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Uses of Document in org.apache.batik.dom.util |
Fields in org.apache.batik.dom.util declared as Document | |
protected Document |
SAXDocumentFactory.document
The created document. |
Methods in org.apache.batik.dom.util that return Document | |
Document |
SAXDocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri)
Creates a Document instance. |
Document |
SAXDocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri,
java.io.InputStream is)
Creates a Document instance. |
Document |
SAXDocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri,
java.io.Reader r)
Creates a Document instance. |
protected Document |
SAXDocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri,
InputSource is)
Creates a GenericDocument. |
static Document |
DOMUtilities.deepCloneDocument(Document doc,
DOMImplementation impl)
Deep clones a document using the given DOM implementation. |
Document |
DocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri)
Creates a Document instance. |
Document |
DocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri,
java.io.InputStream is)
Creates a Document instance. |
Document |
DocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri,
java.io.Reader r)
Creates a Document instance. |
Methods in org.apache.batik.dom.util with parameters of type Document | |
static void |
DOMUtilities.writeDocument(Document doc,
java.io.Writer w)
Writes the given document using the given writer. |
static Document |
DOMUtilities.deepCloneDocument(Document doc,
DOMImplementation impl)
Deep clones a document using the given DOM implementation. |
Uses of Document in org.apache.batik.extension.svg |
Methods in org.apache.batik.extension.svg with parameters of type Document | |
Element |
BatikDomExtension.BatikRegularPolygonElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
BatikDomExtension.BatikStarElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
BatikDomExtension.BatikHistogramNormalizationElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
BatikDomExtension.SolidColorElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
BatikDomExtension.ColorSwitchElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Uses of Document in org.apache.batik.script |
Classes in org.apache.batik.script that implement Document | |
class |
DocumentProxy
Proxy to a Document using a WeakReference to
allow the document to be discared when not used outside of the intepreter. |
class |
SVGDocumentProxy
Proxy to an SVGDocument using a WeakReference to
allow the document to be discared when not used outside of the intepreter. |
Methods in org.apache.batik.script that return Document | |
Document |
DocumentProxy.getOwnerDocument()
The Document object associated with this node. |
Methods in org.apache.batik.script with parameters of type Document | |
Interpreter |
InterpreterPool.getInterpreter(Document document,
java.lang.String language)
Returns a unique instance of an implementation of Interpreter interface that matches the given language and
the given Document .
|
Constructors in org.apache.batik.script with parameters of type Document | |
DocumentProxy(Document document)
|
Uses of Document in org.apache.batik.svggen |
Methods in org.apache.batik.svggen that return Document | |
Document |
SVGGraphics2D.getDOMFactory()
|
Document |
SVGGeneratorContext.getDOMFactory()
Returns the DOM Factory that has been set. |
protected Document |
SVGGraphics2DUnitTester.getDocumentPrototype()
|
Methods in org.apache.batik.svggen with parameters of type Document | |
static SVGGeneratorContext |
SVGGraphics2D.buildSVGGeneratorContext(Document domFactory,
ImageHandler imageHandler,
ExtensionHandler extensionHandler)
Helper method to create an SVGGeneratorContext from the constructor parameters. |
static SVGGeneratorContext |
SVGGeneratorContext.createDefault(Document domFactory)
Creates an instance of SVGGeneratorContext with the
given domFactory and with the default values for the
other information. |
void |
SVGGeneratorContext.setDOMFactory(Document domFactory)
Sets the DOM Factory to be used. |
protected SVGGeneratorContext |
SVGGraphics2DUnitTester.getContext(Document domFactory)
|
Constructors in org.apache.batik.svggen with parameters of type Document | |
SVGGraphics2D(Document domFactory)
|
|
SVGGraphics2D(Document domFactory,
ImageHandler imageHandler,
ExtensionHandler extensionHandler,
boolean textAsShapes)
|
|
SVGGeneratorContext(Document domFactory)
Builds an instance of SVGGeneratorContext with the given
domFactory but let the user set later the other contextual
information. |
Uses of Document in org.apache.batik.transcoder |
Fields in org.apache.batik.transcoder declared as Document | |
protected Document |
TranscoderInput.document
The optional input as XML Document. |
protected Document |
TranscoderOutput.document
The optional output as XML Document. |
Methods in org.apache.batik.transcoder that return Document | |
Document |
TranscoderInput.getDocument()
Returns the input of this transcoder as a document or null if none was supplied. |
Document |
TranscoderOutput.getDocument()
Returns the output of this transcoder as a document or null if none was supplied. |
Methods in org.apache.batik.transcoder with parameters of type Document | |
void |
TranscoderInput.setDocument(Document document)
Sets the input of this transcoder input with the specified document. |
void |
TranscoderOutput.setDocument(Document document)
Sets the output of this transcoder output with the specified document. |
protected abstract void |
XMLAbstractTranscoder.transcode(Document document,
java.lang.String uri,
TranscoderOutput output)
Transcodes the specified Document in the specified output. |
Constructors in org.apache.batik.transcoder with parameters of type Document | |
TranscoderInput(Document document)
Constructs a new TranscoderInput with the specified Document. |
|
TranscoderOutput(Document document)
Constructs a new TranscoderOutput with the specified Document. |
Uses of Document in org.apache.batik.transcoder.image |
Methods in org.apache.batik.transcoder.image with parameters of type Document | |
protected void |
ImageTranscoder.transcode(Document document,
java.lang.String uri,
TranscoderOutput output)
Transcodes the specified Document as an image in the specified output. |
Uses of Document in org.apache.batik.transcoder.print |
Methods in org.apache.batik.transcoder.print with parameters of type Document | |
protected void |
PrintTranscoder.transcode(Document document,
java.lang.String uri,
TranscoderOutput output)
Transcodes the specified Document as an image in the specified output. |
Uses of Document in org.apache.batik.util.gui |
Fields in org.apache.batik.util.gui declared as Document | |
protected Document |
DOMViewer.Panel.document
The DOM document. |
Methods in org.apache.batik.util.gui with parameters of type Document | |
void |
DOMViewer.setDocument(Document doc)
Sets the document to display. |
void |
DOMViewer.setDocument(Document doc,
ViewCSS view)
Sets the document to display and its ViewCSS. |
void |
DOMViewer.Panel.setDocument(Document doc)
Sets the document to display. |
void |
DOMViewer.Panel.setDocument(Document doc,
ViewCSS view)
Sets the document to display and its ViewCSS. |
protected java.lang.String |
DOMViewer.Panel.DOMTreeSelectionListener.createDocumentText(Document doc)
|
Uses of Document in org.w3c.dom |
Methods in org.w3c.dom that return Document | |
Document |
DOMImplementation.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
Creates an XML Document object of the specified type with
its document element. |
Document |
Node.getOwnerDocument()
The Document object associated with this node. |
Uses of Document in org.w3c.dom.svg |
Subinterfaces of Document in org.w3c.dom.svg | |
interface |
SVGDocument
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |