phrase nets
|
Static Public Attributes | |
static final int | GRAPH_LAYOUT_STRESS_MINIMIZATION = 1 |
static final int | GRAPH_LAYOUT_CLASSICAL_SCALING = 2 |
static int | windowWidth = 1000 |
static int | windowHeight = 800 |
static int | graphLayout = GRAPH_LAYOUT_STRESS_MINIMIZATION |
static boolean | debug = true |
static String | htmlContainer = "p" |
Configuration.
boolean pn::Config::debug = true [static] |
Whether to enable debug mode.
final int pn::Config::GRAPH_LAYOUT_CLASSICAL_SCALING = 2 [static] |
Graph layout calculation using classical scaling.
final int pn::Config::GRAPH_LAYOUT_STRESS_MINIMIZATION = 1 [static] |
Graph layout calculation using stress minimization.
int pn::Config::graphLayout = GRAPH_LAYOUT_STRESS_MINIMIZATION [static] |
The layout algorithm to use.
String pn::Config::htmlContainer = "p" [static] |
Type of container element to parse when extracting text from html files.
int pn::Config::windowHeight = 800 [static] |
The height of the display window.
int pn::Config::windowWidth = 1000 [static] |
The width of the display window.