|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hdcookbook.grin.fontstrip.xml.InputData
public class InputData
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 |
---|
public InputData()
Method Detail |
---|
public FontImageFile[] getFontImageFile()
public void setFontImageFile(FontImageFile[] fim)
public FontDescription[] getFontDescription()
public void setFontDescription(FontDescription[] descriptions)
public FontDescription getFontDescription(FontImageFile file)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |