org.extex.font.format.psfontmap
Class PsFontEncoding

java.lang.Object
  extended by org.extex.font.format.psfontmap.PsFontEncoding
All Implemented Interfaces:
java.io.Serializable

public class PsFontEncoding
extends java.lang.Object
implements java.io.Serializable

Container for a psfonts.map-line.

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

Constructor Summary
PsFontEncoding()
          Create a new object.
 
Method Summary
 void addEncodingtxt(java.lang.String s)
          Add a string to encodingtxt.
 java.lang.String getEncfile()
          Returns the encoding file.
 java.lang.String getEncodingtxt()
          Returns the encoding text.
 java.lang.String getFilename()
          Returns the file name.
 java.lang.String getFontfile()
          Returns the font file.
 java.lang.String getFontfileExtension()
          Returns the font file extension.
 java.lang.String getFontname()
          Returns the font name.
 void setEncfile(java.lang.String encf)
          Set the encoding file.
 void setEncodingtxt(java.lang.String enctxt)
          Set the encoding text.
 void setFilename(java.lang.String name)
          Set the file name.
 void setFontfile(java.lang.String file)
          Set the font file.
 void setFontname(java.lang.String name)
          Set the font name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsFontEncoding

public PsFontEncoding()
Create a new object.

Method Detail

getEncfile

public java.lang.String getEncfile()
Returns the encoding file.

Returns:
Returns the encoding file.

setEncfile

public void setEncfile(java.lang.String encf)
Set the encoding file.

Parameters:
encf - The encoding file to set.

getEncodingtxt

public java.lang.String getEncodingtxt()
Returns the encoding text.

Returns:
Returns the encoding text.

addEncodingtxt

public void addEncodingtxt(java.lang.String s)
Add a string to encodingtxt.

Parameters:
s - the string to add

setEncodingtxt

public void setEncodingtxt(java.lang.String enctxt)
Set the encoding text.

Parameters:
enctxt - The encoding text to set.

getFilename

public java.lang.String getFilename()
Returns the file name.

Returns:
Returns the file name.

setFilename

public void setFilename(java.lang.String name)
Set the file name.

Parameters:
name - The file name to set.

getFontname

public java.lang.String getFontname()
Returns the font name.

Returns:
Returns the font name.

setFontname

public void setFontname(java.lang.String name)
Set the font name.

Parameters:
name - The font name to set.

getFontfile

public java.lang.String getFontfile()
Returns the font file.

Returns:
Returns the font file.

setFontfile

public void setFontfile(java.lang.String file)
Set the font file.

Parameters:
file - The font file to set.

getFontfileExtension

public java.lang.String getFontfileExtension()
Returns the font file extension. E.g. pfb, ttf

Returns:
Returns the font file extension, e.g. pfb, ttf