Uses of Class
h.ST_textlabel_t
Package
Description
Provides classes used to manage
Smetana (internal port of GraphViz in plantuml)
for layout engine.
-
Uses of ST_textlabel_t in gen.lib.common
Modifier and TypeMethodDescriptionstatic ST_textlabel_t
labels__c.make_label
(Globals zz, ST_Agobj_s obj, CString str, int kind, double fontsize, CString fontname, CString fontcolor) Modifier and TypeMethodDescriptionstatic ST_boxf
utils__c.addLabelBB
(ST_boxf bb, ST_textlabel_t lp, boolean flipxy) static ST_boxf
postproc__c.addLabelObj
(Globals zz, ST_textlabel_t lp, CArray<ST_object_t> objp, ST_boxf bb) static void
postproc__c.addXLabel
(Globals zz, ST_textlabel_t lp, CArray<ST_object_t> objp, CArray<ST_xlabel_t> xlp, int initObj, ST_pointf pos) static int
htmltable__c.make_html_label
(__ptr__ obj, ST_textlabel_t lp) static void
labels__c.make_simple_label
(Globals zz, ST_GVC_s gvc, ST_textlabel_t lp) static void
labels__c.storeline
(Globals zz, ST_GVC_s gvc, ST_textlabel_t lp, CString line, char terminator) static void
utils__c.updateBB
(ST_Agraph_s g, ST_textlabel_t lp) -
Uses of ST_textlabel_t in h
Modifier and TypeFieldDescriptionST_Agedgeinfo_t.head_label
ST_Agedgeinfo_t.label
ST_Agnodeinfo_t.label
ST_Agraphinfo_t.label
ST_xlabel_t.lbl
ST_field_t.lp
ST_Agedgeinfo_t.tail_label
ST_Agedgeinfo_t.xlabel
ST_Agnodeinfo_t.xlabel
-
Uses of ST_textlabel_t in net.sourceforge.plantuml.sdot
-
Uses of ST_textlabel_t in smetana.core
Modifier and TypeMethodDescriptionstatic ST_textlabel_t
Macro.ED_head_label
(ST_Agedge_s e) static ST_textlabel_t
Macro.ED_label
(ST_Agedge_s e) static ST_textlabel_t
Macro.ED_tail_label
(ST_Agedge_s e) static ST_textlabel_t
Macro.ED_xlabel
(ST_Agedge_s e) static ST_textlabel_t
Macro.GD_label
(ST_Agraph_s g) static ST_textlabel_t
Macro.ND_label
(ST_Agnode_s n) static ST_textlabel_t
Macro.ND_xlabel
(ST_Agnode_s n) Modifier and TypeMethodDescriptionstatic void
Macro.ED_head_label
(ST_Agedge_s e, ST_textlabel_t v) static void
Macro.ED_label
(ST_Agedge_s e, ST_textlabel_t v) static void
Macro.ED_tail_label
(ST_Agedge_s e, ST_textlabel_t v) static void
Macro.GD_label
(ST_Agraph_s g, ST_textlabel_t v) static void
Macro.ND_label
(ST_Agnode_s n, ST_textlabel_t v)