|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--torero.util.ToreroConfig
The config class for torero, it holds some configuration information, and some global state data. It is a singleton class, a reference can be obtained by the getConfig() method.
Field Summary | |
static String |
crlf
Line terminator used in ox output file. |
static String |
indentstring
Default indention in ox output file. |
static String |
TOREROHOME
The homedirectory of the user executing torero. |
static int |
xcorner
Offset in x direction [in pixel] for bevel join of attribute-connection lines. |
static int |
xmul
Space in x direction [in pixel], between two attribute-connection lines. |
static int |
xoff
minimun Space in x direction [in pixel], between a node and a attribute-connection line. |
static int |
ycorner
Offset in y direction [in pixel] for bevel join of attribute-connection lines. |
static int |
ymul
Space in y direction [in pixel], between two attribute-connection lines. |
static int |
yoff
minimun Space in y direction [in pixel], between a node and a attribute-connection line. |
Constructor Summary | |
ToreroConfig()
|
Method Summary | |
static AttributeGrammar |
getActualAG()
Get a reference to the actual attribute grammar. |
static ToreroConfig |
getConfig()
Get the singleton torero config object. |
static void |
setActualAG(AttributeGrammar g)
Set the actual attribute grammar. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String TOREROHOME
public static final int xoff
public static final int yoff
public static final int xmul
public static final int ymul
public static final int xcorner
public static final int ycorner
public static final String indentstring
public static final String crlf
Constructor Detail |
public ToreroConfig()
Method Detail |
public static ToreroConfig getConfig()
public static AttributeGrammar getActualAG()
public static void setActualAG(AttributeGrammar g)
g
- a reference to the attribute grammar.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |