|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document | |
org.apache.batik.apps.svgbrowser | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.css.engine | |
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.util.gui | |
org.w3c.dom | |
org.w3c.dom.svg |
Uses of Document in org.apache.batik.apps.svgbrowser |
Methods in org.apache.batik.apps.svgbrowser with parameters of type Document | |
protected void |
XMLInputHandler.checkAndPatch(Document doc)
This method checks that the generated content is SVG. |
protected java.lang.String |
XMLInputHandler.extractXSLProcessingInstruction(Document doc)
Extracts the first XSL processing instruction from the input XML document. |
Uses of Document in org.apache.batik.bridge |
Fields in org.apache.batik.bridge declared as Document | |
protected Document |
FocusManager.document
The document. |
protected Document |
BaseScriptingEnvironment.document
The document to manage. |
protected Document |
BridgeContext.document
The document is bridge context is dedicated to. |
protected Document |
UpdateManager.document
The document to manage. |
Methods in org.apache.batik.bridge that return Document | |
Document |
BridgeContext.getDocument()
Returns the document this bridge context is dedicated to. |
Document |
DocumentLoader.loadDocument(java.lang.String uri)
Returns a document from the specified uri. |
Document |
UpdateManager.getDocument()
Returns the current Document. |
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. |
static boolean |
BaseScriptingEnvironment.isDynamicDocument(Document doc)
Tells whether the given SVG document is dynamic. |
DocumentFragment |
BaseScriptingEnvironment.Window.parseXML(java.lang.String text,
Document doc)
Parses the given XML string into a DocumentFragment of the given document. |
protected void |
BridgeContext.initializeDocument(Document document)
Initializes the given document. |
protected void |
BridgeContext.setDocument(Document document)
Sets the document this bridge context is dedicated to, to the specified document. |
DocumentFragment |
ScriptingEnvironment.Window.parseXML(java.lang.String text,
Document doc)
Implements Window.parseXML(String,Document) . |
static boolean |
UpdateManager.isDynamicDocument(Document doc)
Tells whether the given SVG document is dynamic. |
static void |
BridgeEventSupport.addGVTListener(BridgeContext ctx,
Document doc)
Is called only for the root element in order to dispatch GVT events to the DOM. |
Constructors in org.apache.batik.bridge with parameters of type Document | |
FocusManager(Document doc)
Constructs a new FocusManager for the specified document. |
|
UpdateManager(BridgeContext ctx,
GraphicsNode gn,
Document doc)
Creates a new update manager. |
Uses of Document in org.apache.batik.css.engine |
Fields in org.apache.batik.css.engine declared as Document | |
protected Document |
CSSEngine.document
The associated document. |
Methods in org.apache.batik.css.engine that return Document | |
Document |
CSSEngine.getDocument()
Returns the document associated with this engine. |
Constructors in org.apache.batik.css.engine with parameters of type Document | |
CSSEngine(Document doc,
java.net.URL uri,
ExtendedParser p,
ValueManager[] vm,
ShorthandManager[] sm,
java.lang.String[] pe,
java.lang.String sns,
java.lang.String sln,
java.lang.String cns,
java.lang.String cln,
boolean hints,
java.lang.String hintsNS,
CSSContext ctx)
Creates a new CSSEngine. |
|
SVGCSSEngine(Document doc,
java.net.URL uri,
ExtendedParser p,
CSSContext ctx)
Creates a new SVGCSSEngine. |
|
SVGCSSEngine(Document doc,
java.net.URL uri,
ExtendedParser p,
ValueManager[] vms,
ShorthandManager[] sms,
CSSContext ctx)
Creates a new SVGCSSEngine. |
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 |
GenericDocument
This class implements the Document ,
DocumentEvent . |
Methods in org.apache.batik.dom that return Document | |
Document |
AbstractNode.getOwnerDocument()
DOM: Implements Node.getOwnerDocument() . |
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. |
void |
ExtendedNode.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. |
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 uri)
Creates a SVG Document instance. This method supports gzipped sources. |
Document |
SAXSVGDocumentFactory.createDocument(java.lang.String uri,
java.io.InputStream inp)
Creates a SVG Document instance. |
Document |
SAXSVGDocumentFactory.createDocument(java.lang.String uri,
java.io.Reader r)
Creates a SVG Document instance. |
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 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 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. |
Document |
SAXDocumentFactory.createDocument(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 Document. |
protected Document |
SAXDocumentFactory.createDocument(InputSource is)
Creates a Document. |
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.BatikMultiImageElementFactory.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. |
Element |
BatikDomExtension.FlowTextElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
BatikDomExtension.FlowDivElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
BatikDomExtension.FlowParaElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
BatikDomExtension.FlowRegionBreakElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
BatikDomExtension.FlowLineElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Element |
BatikDomExtension.FlowSpanElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of the associated element type. |
Uses of Document in org.apache.batik.script |
Methods in org.apache.batik.script with parameters of type Document | |
void |
ScriptHandler.run(Document doc,
Window win)
Runs this handler. |
DocumentFragment |
Window.parseXML(java.lang.String text,
Document doc)
Parses the given XML string into a DocumentFragment of the given document. |
Interpreter |
InterpreterPool.createInterpreter(Document document,
java.lang.String language)
Creates a new interpreter for the specified document and according to the specified language. |
Uses of Document in org.apache.batik.svggen |
Methods in org.apache.batik.svggen that return Document | |
Document |
SVGGeneratorContext.getDOMFactory()
Returns the DOM Factory that has been set. |
protected Document |
SVGGraphics2DUnitTester.getDocumentPrototype()
|
Document |
SVGGraphics2D.getDOMFactory()
|
Methods in org.apache.batik.svggen with parameters of type Document | |
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)
|
static SVGGeneratorContext |
SVGGraphics2D.buildSVGGeneratorContext(Document domFactory,
ImageHandler imageHandler,
ExtensionHandler extensionHandler)
Helper method to create an SVGGeneratorContext from the constructor parameters. |
Constructors in org.apache.batik.svggen with parameters of type Document | |
SVGGeneratorContext(Document domFactory)
Builds an instance of SVGGeneratorContext with the given
domFactory but let the user set later the other contextual
information. |
|
SVGGraphics2D(Document domFactory)
|
|
SVGGraphics2D(Document domFactory,
ImageHandler imageHandler,
ExtensionHandler extensionHandler,
boolean textAsShapes)
|
Uses of Document in org.apache.batik.transcoder |
Fields in org.apache.batik.transcoder declared as Document | |
protected Document |
TranscoderOutput.document
The optional output as XML Document. |
protected Document |
TranscoderInput.document
The optional input as XML Document. |
Methods in org.apache.batik.transcoder that return Document | |
Document |
TranscoderOutput.getDocument()
Returns the output of this transcoder as a document or null if none was supplied. |
Document |
TranscoderInput.getDocument()
Returns the input of this transcoder as a document or null if none was supplied. |
Methods in org.apache.batik.transcoder with parameters of type 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. |
protected void |
SVGAbstractTranscoder.transcode(Document document,
java.lang.String uri,
TranscoderOutput output)
Transcodes the specified Document as an image in the specified output. |
void |
TranscoderInput.setDocument(Document document)
Sets the input of this transcoder input with the specified document. |
Constructors in org.apache.batik.transcoder with parameters of type Document | |
TranscoderOutput(Document document)
Constructs a new TranscoderOutput with the specified Document. |
|
TranscoderInput(Document document)
Constructs a new TranscoderInput 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.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 |