de.dante.extex.font.type.efm.commands
Class EfmChar

java.lang.Object
  extended byde.dante.extex.font.type.efm.commands.EfmChar
All Implemented Interfaces:
EfmHVW, java.io.Serializable

public class EfmChar
extends java.lang.Object
implements java.io.Serializable, EfmHVW

EFM char command.

Version:
$Revision: 1.1 $
Author:
Michael Niedermair
See Also:
Serialized Form

Constructor Summary
EfmChar(org.jdom.Element element, Dimen designsize)
          Create a new object.
 
Method Summary
 int getCharacter()
          Returns the character.
 java.lang.String getFont()
          Returns the font.
 Dimen getFontsize()
          Returns the fontsize.
 Dimen getH()
          Returns the h.
 Dimen getV()
          Returns the v.
 Dimen getWidth()
          Returns the width.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EfmChar

public EfmChar(org.jdom.Element element,
               Dimen designsize)
        throws FontAttributeException
Create a new object.

Parameters:
element - the char element
designsize - the design size of the masterfont
Throws:
FontAttributeException - if a attribute have a wrong value.
Method Detail

getCharacter

public int getCharacter()
Returns the character.

Returns:
Returns the character.

getFont

public java.lang.String getFont()
Returns the font.

Returns:
Returns the font.

getH

public Dimen getH()
Returns the h.

Specified by:
getH in interface EfmHVW
Returns:
Returns the h.

getV

public Dimen getV()
Returns the v.

Specified by:
getV in interface EfmHVW
Returns:
Returns the v.

getWidth

public Dimen getWidth()
Returns the width.

Specified by:
getWidth in interface EfmHVW
Returns:
Returns the width.

getFontsize

public Dimen getFontsize()
Returns the fontsize.

Returns:
Returns the fontsize.