com.hdcookbook.grin.fontstrip.xml
Class FontImageFile

java.lang.Object
  extended by com.hdcookbook.grin.fontstrip.xml.FontImageFile

public class FontImageFile
extends java.lang.Object

Java representation of the xml configuration file which the fontstrip image generator expects from the user.


Constructor Summary
FontImageFile()
           
 
Method Summary
 java.lang.String getCharList()
           
 java.lang.String getDesignImage()
           
 java.lang.String getFinalImage()
           
 java.lang.String getFontName()
           
 int getMaxImageHeight()
           
 int getMaxImageWidth()
           
 void setCharList(java.lang.String charList)
           
 void setDesignImage(java.lang.String designImageFileName)
           
 void setFinalImage(java.lang.String runtimeImageFileName)
           
 void setFontName(java.lang.String fontName)
           
 void setMaxImageHeight(int maxImageHeight)
           
 void setMaxImageWidth(int maxImageWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontImageFile

public FontImageFile()
Method Detail

getCharList

public java.lang.String getCharList()

setCharList

public void setCharList(java.lang.String charList)

getFontName

public java.lang.String getFontName()

setFontName

public void setFontName(java.lang.String fontName)

getDesignImage

public java.lang.String getDesignImage()

setDesignImage

public void setDesignImage(java.lang.String designImageFileName)

getFinalImage

public java.lang.String getFinalImage()

setFinalImage

public void setFinalImage(java.lang.String runtimeImageFileName)

getMaxImageWidth

public int getMaxImageWidth()

setMaxImageWidth

public void setMaxImageWidth(int maxImageWidth)

getMaxImageHeight

public int getMaxImageHeight()

setMaxImageHeight

public void setMaxImageHeight(int maxImageHeight)