|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.zefer.pd4ml.PD4Util
public class PD4Util
| Constructor Summary | |
|---|---|
PD4Util()
|
|
| Method Summary | |
|---|---|
static void |
generateFontPropertiesFile(java.lang.String fontsPath,
java.io.BufferedOutputStream bos,
boolean addFontDirReference)
scan font directory, generate pd4fonts.properties and output it to the given OutputStream. |
static void |
generateFontPropertiesFile(java.lang.String fontsPath,
java.lang.String fontConfigFileLocation)
scan font directory and generate pd4fonts.properties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PD4Util()
| Method Detail |
|---|
public static void generateFontPropertiesFile(java.lang.String fontsPath,
java.lang.String fontConfigFileLocation)
throws java.io.IOException
fontsPath - fonts directory pathfontConfigFileLocation - a target directory to store pd4fonts.properties. If null, the file is stored in fontsPath.
java.io.IOException
public static void generateFontPropertiesFile(java.lang.String fontsPath,
java.io.BufferedOutputStream bos,
boolean addFontDirReference)
throws java.io.IOException
fontsPath - font directory pathbos - pd4fonts.properties data output stream
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||