public class ImportGraphSvg extends Object
(" \n" +"Currently used in d2d2/base/Def2Doc(3).java%s \n" +" \n", "#"+shortname2textanchor(s), // FIXME geht nicht !!! script-loesung ?? string2x.get(s), string2y.get(s), shortname2graphanchor(s), shortname2usertext(s), s);
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 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 |
---|
ImportGraphSvg() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
String |
getResult_svg() |
int |
getWidth() |
void |
makeGraph(String title,
String path_to_js,
String separator,
Multimap<String,String> usageRelation,
Map<String,String> outgoingHref,
Map<String,String> incomingHref,
Map<String,String> tooltip) |
void |
makeGraph(String title,
String path_to_js,
String separator,
Multimap<String,String> usageRelation,
Map<String,String> outgoingHref,
Map<String,String> incomingHref,
Map<String,String> tooltip,
int width,
int height,
Map<String,Integer> string2x,
Map<String,Integer> string2y) |
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
public String getResult_svg()
public int getWidth()
public int getHeight()
public void makeGraph(String title, String path_to_js, String separator, Multimap<String,String> usageRelation, Map<String,String> outgoingHref, Map<String,String> incomingHref, Map<String,String> tooltip)
see also the complete user documentation .