public class UsageGraph extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
CHAR_HEIGHT |
protected int |
factor_x |
protected int |
height |
protected int |
limit_x |
protected int |
min_x |
protected int |
min_y |
protected int |
modulo |
protected int |
modulo_shift_x |
protected Element_map |
result_map |
protected String |
result_svg |
protected int |
width |
protected int |
x_gap |
protected int |
x_margin_right |
protected int |
y_margin_bottom |
protected int |
y_step_inner |
protected int |
y_step_outer |
Constructor and Description |
---|
UsageGraph() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
Element_map |
getResult_map() |
String |
getResult_svg() |
int |
getWidth() |
void |
makeGraph(String title,
Multimap<String,String> usageRelation)
attention initial coordinate system:
|
static String |
shortname2graphanchor(String s) |
static String |
shortname2textanchor(String s) |
static String |
shortname2usertext(String s) |
protected int min_x
protected int limit_x
protected int modulo_shift_x
protected int modulo
protected int factor_x
protected int x_gap
protected int x_margin_right
protected int min_y
protected int y_step_inner
protected int y_step_outer
protected int y_margin_bottom
protected int CHAR_HEIGHT
protected int width
protected int height
protected String result_svg
protected Element_map result_map
public String getResult_svg()
public Element_map getResult_map()
public int getWidth()
public int getHeight()
see also the complete user documentation .