|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserFactory | |
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.svg | |
org.apache.batik.parser | Provides a set of parsers and objects to manipulate SVG attributes. |
org.apache.batik.refimpl.bridge | |
org.apache.batik.refimpl.parser | |
org.apache.batik.util | Provides some useful classes. |
Uses of ParserFactory in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return ParserFactory | |
ParserFactory |
BridgeContext.getParserFactory()
Returns the Parser factory that can be used to parse the attributes of an Element. |
Methods in org.apache.batik.bridge with parameters of type ParserFactory | |
void |
BridgeContext.setParserFactory(ParserFactory parserFactory)
Sets the Parser factory to use to parse XML attributes. |
Uses of ParserFactory in org.apache.batik.dom.svg |
Fields in org.apache.batik.dom.svg declared as ParserFactory | |
protected ParserFactory |
DefaultSVGContext.parserFactory
|
Methods in org.apache.batik.dom.svg that return ParserFactory | |
ParserFactory |
SVGContext.getParserFactory()
Returns the parser factory. |
ParserFactory |
DefaultSVGContext.getParserFactory()
Returns the parser factory. |
ParserFactory |
DefaultUnitProcessorContext.getParserFactory()
Returns the parser factory. |
Methods in org.apache.batik.dom.svg with parameters of type ParserFactory | |
void |
DefaultSVGContext.setParserFactory(ParserFactory pf)
Sets the parser factory. |
Uses of ParserFactory in org.apache.batik.parser |
Methods in org.apache.batik.parser with parameters of type ParserFactory | |
static java.awt.geom.AffineTransform |
AWTTransformProducer.createAffineTransform(java.io.Reader r,
ParserFactory pf)
Utility method for creating an AffineTransform. |
static java.awt.Shape |
AWTPathProducer.createShape(java.io.Reader r,
int wr,
ParserFactory pf)
Utility method for creating an ExtendedGeneralPath. |
static java.awt.Shape |
AWTPolylineProducer.createShape(java.io.Reader r,
int wr,
ParserFactory pf)
Utility method for creating an ExtendedGeneralPath. |
static java.awt.Shape |
AWTPolygonProducer.createShape(java.io.Reader r,
int wr,
ParserFactory pf)
Utility method for creating an ExtendedGeneralPath. |
Uses of ParserFactory in org.apache.batik.refimpl.bridge |
Methods in org.apache.batik.refimpl.bridge that return ParserFactory | |
ParserFactory |
ConcreteBridgeContext.getParserFactory()
|
ParserFactory |
DefaultUnitProcessorContext.getParserFactory()
Returns the parser factory. |
Methods in org.apache.batik.refimpl.bridge with parameters of type ParserFactory | |
void |
ConcreteBridgeContext.setParserFactory(ParserFactory parserFactory)
|
static java.awt.geom.AffineTransform |
SVGUtilities.getPreserveAspectRatioTransform(SVGElement elt,
float w,
float h,
ParserFactory pf)
Returns the transformation to apply to initalize a viewport. |
static java.awt.geom.AffineTransform |
SVGUtilities.convertAffineTransform(Element e,
java.lang.String attrName,
ParserFactory pf)
Creates an AffineTransform using the element and its specified attribute. |
Uses of ParserFactory in org.apache.batik.refimpl.parser |
Classes in org.apache.batik.refimpl.parser that implement ParserFactory | |
class |
ParserFactory
This interface represents a factory of micro-parser. |
Uses of ParserFactory in org.apache.batik.util |
Methods in org.apache.batik.util that return ParserFactory | |
ParserFactory |
UnitProcessor.Context.getParserFactory()
Returns the parser factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |