|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbmepsgui.BmepsController
public class BmepsController
Field Summary | |
---|---|
protected java.lang.String[] |
bPrefKeys
Boolean settings preferences keys |
protected boolean[] |
bv
Boolean settings |
static java.lang.String[] |
cmdToConvert
command to convert two files |
static java.lang.String[] |
cmdToReadConfigFile
command line to make bmeps show the config file |
static java.lang.String[] |
cmdToShowVersion
command line to show version |
static java.lang.String[] |
defaultFileConfigurations
By default the list of config-file configurations is empty |
static java.lang.String[] |
defaultPredefinedConfigurations
default configuration normally built-in in bmeps |
protected java.lang.String[] |
fileConf
additional configurations defined in bmeps.conf |
protected java.lang.String[] |
iPrefKeys
Integer settings preferences keys |
protected int[] |
iv
Integer settings |
static java.lang.String[] |
okw
Option key words |
static java.lang.String[] |
outputSuffixes
|
static int |
PDF_12
PDF level 1.2 |
static int |
PDF_13
PDF level 1.3 |
static int |
PDF_14
PDF level 1.4 |
protected java.lang.String[] |
predefConf
configuration names built-in in bmeps source code |
static int |
PS_1
PS level 1 |
static int |
PS_2
PS level 2 |
static int |
PS_3
PS level 3 |
protected java.lang.String[] |
sPrefKeys
String settings preferences keys |
protected java.lang.String[] |
sv
String settings |
Constructor Summary | |
---|---|
BmepsController()
|
Method Summary | |
---|---|
protected java.lang.String |
createOptionsString()
|
boolean |
getBoolean(int n)
Retrieve one boolean entry. |
int |
getInt(int n)
Retrieve one integer entry. |
protected java.lang.String |
getOutputSuffix()
|
java.lang.String |
getString(int n)
Retrieve one string entry. |
void |
setBoolean(int n,
boolean x)
Set one boolean entry. |
void |
setInt(int n,
int x)
Set one string entry. |
void |
setString(int n,
java.lang.String x)
Set one string entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] okw
public static java.lang.String[] outputSuffixes
public static final int PS_1
public static final int PS_2
public static final int PS_3
public static final int PDF_12
public static final int PDF_13
public static final int PDF_14
public static final java.lang.String[] defaultPredefinedConfigurations
protected java.lang.String[] predefConf
public static final java.lang.String[] defaultFileConfigurations
protected java.lang.String[] fileConf
protected java.lang.String[] sPrefKeys
protected java.lang.String[] sv
protected java.lang.String[] bPrefKeys
protected boolean[] bv
protected java.lang.String[] iPrefKeys
protected int[] iv
public static final java.lang.String[] cmdToReadConfigFile
public static final java.lang.String[] cmdToShowVersion
public static final java.lang.String[] cmdToConvert
Constructor Detail |
---|
public BmepsController()
Method Detail |
---|
public java.lang.String getString(int n)
n
- Index in the array.
public void setString(int n, java.lang.String x)
n
- The index of the entry to set.x
- The new value.public boolean getBoolean(int n)
n
- Index in the array.
public void setBoolean(int n, boolean x)
n
- The index of the entry to set.x
- The new value.public int getInt(int n)
n
- Index in the array.
public void setInt(int n, int x)
n
- The index of the entry to set.x
- The new value.protected java.lang.String createOptionsString()
protected java.lang.String getOutputSuffix()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |