Uses of Interface
org.apache.batik.bridge.FontFamilyResolver
-
Packages that use FontFamilyResolver Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.swing.svg -
-
Uses of FontFamilyResolver in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement FontFamilyResolver Modifier and Type Class Description class
DefaultFontFamilyResolver
The is a utility class that is used for resolving UnresolvedFontFamilies.Methods in org.apache.batik.bridge that return FontFamilyResolver Modifier and Type Method Description FontFamilyResolver
BridgeContext. getFontFamilyResolver()
protected FontFamilyResolver
StrokingTextPainter. getFontFamilyResolver()
FontFamilyResolver
UserAgent. getFontFamilyResolver()
Returns the Font Family ResolverFontFamilyResolver
UserAgentAdapter. getFontFamilyResolver()
Returns the Font Family Resolver -
Uses of FontFamilyResolver in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg that return FontFamilyResolver Modifier and Type Method Description FontFamilyResolver
JSVGComponent.BridgeUserAgent. getFontFamilyResolver()
FontFamilyResolver
JSVGComponent.BridgeUserAgentWrapper. getFontFamilyResolver()
-