org.apache.batik.bridge

Class SVGKernElementBridge

public abstract class SVGKernElementBridge extends AbstractSVGBridge

A base Bridge class for the kerning elements.
Method Summary
KerncreateKern(BridgeContext ctx, Element kernElement, SVGGVTFont font)
Creates a Kern object that repesents the specified kerning element.

Method Detail

createKern

public Kern createKern(BridgeContext ctx, Element kernElement, SVGGVTFont font)
Creates a Kern object that repesents the specified kerning element.

Parameters: ctx The bridge context. kernElement The kerning element. Should be either a <hkern> or <vkern> element. font The font the kerning is related to.

Returns: kern The new Kern object

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.