de.dante.extex.font.type.efm.commands
Interface EfmHVW

All Known Implementing Classes:
EfmChar, EfmRule

public interface EfmHVW

Interface for h, v and width.

Version:
$Revision: 1.1 $
Author:
Michael Niedermair

Method Summary
 Dimen getH()
          Returns the h.
 Dimen getV()
          Returns the v.
 Dimen getWidth()
          Returns the width.
 

Method Detail

getH

public Dimen getH()
Returns the h.

Returns:
Returns the h.

getV

public Dimen getV()
Returns the v.

Returns:
Returns the v.

getWidth

public Dimen getWidth()
Returns the width.

Returns:
Returns the width.