fot2pdf (w) C. Drescher

com.pdftech.fot2pdf
Class parameters

java.lang.Object
  |
  +--com.pdftech.fot2pdf.parameters

public class parameters
extends java.lang.Object

This class holds the generic parameters used for the process of PDF-generation.


Constructor Summary
parameters()
           
 
Method Summary
static java.lang.String getBaseDirectory()
          Returns the basedirectory-name
static java.lang.String getProgramVersion()
          Returns program version
static void setBaseDirectory(java.lang.String dirname)
          Sets basedirectory-prefix globally; all routines which load auxiliary data should prefix this to their filename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

parameters

public parameters()
Method Detail

getProgramVersion

public static java.lang.String getProgramVersion()
Returns program version

setBaseDirectory

public static void setBaseDirectory(java.lang.String dirname)
Sets basedirectory-prefix globally; all routines which load auxiliary data should prefix this to their filename
Parameters:
inflag - highlighting on/off

getBaseDirectory

public static java.lang.String getBaseDirectory()
Returns the basedirectory-name

fot2pdf (w) C. Drescher