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.gvt.font |
Modifier and Type | Class and Description |
---|---|
class |
SVGFontFamily
A font family class for SVG fonts.
|
Modifier and Type | Method and Description |
---|---|
GVTFontFamily |
CSSFontFace.getFontFamily(BridgeContext ctx)
Returns the font associated with this rule or element.
|
GVTFontFamily |
FontFace.getFontFamily(BridgeContext ctx)
Returns the font associated with this rule or element.
|
GVTFontFamily |
SVGFontFace.getFontFamily(BridgeContext ctx)
Returns the font associated with this rule or element.
|
protected GVTFontFamily |
FontFace.getFontFamily(BridgeContext ctx,
ParsedURL purl)
Tries to build a GVTFontFamily from a URL reference
|
static GVTFontFamily |
SVGFontUtilities.getFontFamily(org.w3c.dom.Element textElement,
BridgeContext ctx,
java.lang.String fontFamilyName,
java.lang.String fontWeight,
java.lang.String fontStyle)
Given a font family name tries to find a matching SVG font
object.
|
Modifier and Type | Class and Description |
---|---|
class |
AWTFontFamily
A font family class for AWT fonts.
|
class |
UnresolvedFontFamily
A font family class for unresolved fonts.
|
Modifier and Type | Method and Description |
---|---|
static GVTFontFamily |
FontFamilyResolver.getFamilyThatCanDisplay(char c) |
static GVTFontFamily |
FontFamilyResolver.resolve(java.lang.String familyName)
Resolves a font family name into a GVTFontFamily.
|
static GVTFontFamily |
FontFamilyResolver.resolve(UnresolvedFontFamily fontFamily)
Resolves an UnresolvedFontFamily into a GVTFontFamily.
|
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.