phrase nets
Static Public Attributes
pn::Config Class Reference

List of all members.

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"

Detailed Description

Configuration.


Member Data Documentation

boolean pn::Config::debug = true [static]

Whether to enable debug mode.

Graph layout calculation using classical scaling.

Graph layout calculation using stress minimization.

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.


The documentation for this class was generated from the following file:
 All Classes Functions Variables