com.hdcookbook.grin.fontstrip.xml
Class InputData

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

public class InputData
extends java.lang.Object

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


Constructor Summary
InputData()
           
 
Method Summary
 FontDescription[] getFontDescription()
           
 FontDescription getFontDescription(FontImageFile file)
           
 FontImageFile[] getFontImageFile()
           
 void setFontDescription(FontDescription[] descriptions)
           
 void setFontImageFile(FontImageFile[] fim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputData

public InputData()
Method Detail

getFontImageFile

public FontImageFile[] getFontImageFile()

setFontImageFile

public void setFontImageFile(FontImageFile[] fim)

getFontDescription

public FontDescription[] getFontDescription()

setFontDescription

public void setFontDescription(FontDescription[] descriptions)

getFontDescription

public FontDescription getFontDescription(FontImageFile file)