Uses of Class
org.apache.batik.gvt.font.Kern
-
Packages that use Kern 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 -
-
Uses of Kern in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return Kern Modifier and Type Method Description KernSVGKernElementBridge. createKern(BridgeContext ctx, org.w3c.dom.Element kernElement, SVGGVTFont font)Creates a Kern object that repesents the specified kerning element. -
Uses of Kern in org.apache.batik.gvt.font
Fields in org.apache.batik.gvt.font declared as Kern Modifier and Type Field Description private Kern[]KerningTable. entriesConstructors in org.apache.batik.gvt.font with parameters of type Kern Constructor Description KerningTable(Kern[] entries)Creates a KerningTable from an array of Kern entries.
-