|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJampack.Parameters
public class Parameters
Parameter is a class containing global parameters for Jampack.
Constructor Summary | |
---|---|
Parameters()
|
Method Summary | |
---|---|
static void |
adjustBaseIndex(Zdiagmat A)
Adjust the base index of a Zdiagmat to make it conform to the default. |
static void |
adjustBaseIndex(Zmat A)
Adjust the base index of a Zmat to make it conform to the default. |
static int |
getBaseIndex()
Returns the base index |
static void |
setBaseIndex(int bx)
Resets the default base index. |
static void |
setHistory()
Sets the history flag. |
static void |
setOutputParams(int width,
int frac,
int pagewidth)
Changes the output parameters. |
static void |
unsetHistory()
Unsets the history flag. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parameters()
Method Detail |
---|
public static int getBaseIndex()
public static void setBaseIndex(int bx) throws JampackException
xb
- The new base index
JampackException
- Thrown when the base indices are
not changable.public static void adjustBaseIndex(Zmat A)
public static void adjustBaseIndex(Zdiagmat A)
public static void setHistory()
public static void unsetHistory()
public static void setOutputParams(int width, int frac, int pagewidth)
width
- The new field widthfrac
- The new number of places to the right of the decimalpagewidth
- The new page width
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |