Uses of Class
h.ST_textlabel_t
Packages that use 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
Methods in gen.lib.common that return ST_textlabel_tModifier and TypeMethodDescriptionstatic ST_textlabel_tlabels__c.make_label(Globals zz, ST_Agobj_s obj, CString str, int kind, double fontsize, CString fontname, CString fontcolor) Methods in gen.lib.common with parameters of type ST_textlabel_tModifier and TypeMethodDescriptionstatic ST_boxfutils__c.addLabelBB(ST_boxf bb, ST_textlabel_t lp, boolean flipxy) static ST_boxfpostproc__c.addLabelObj(Globals zz, ST_textlabel_t lp, CArray<ST_object_t> objp, ST_boxf bb) static voidpostproc__c.addXLabel(Globals zz, ST_textlabel_t lp, CArray<ST_object_t> objp, CArray<ST_xlabel_t> xlp, int initObj, ST_pointf pos) static inthtmltable__c.make_html_label(__ptr__ obj, ST_textlabel_t lp) static voidlabels__c.make_simple_label(Globals zz, ST_GVC_s gvc, ST_textlabel_t lp) static voidlabels__c.storeline(Globals zz, ST_GVC_s gvc, ST_textlabel_t lp, CString line, char terminator) static voidutils__c.updateBB(ST_Agraph_s g, ST_textlabel_t lp) -
Uses of ST_textlabel_t in h
Fields in h declared as ST_textlabel_tModifier and TypeFieldDescriptionST_Agedgeinfo_t.head_labelST_Agedgeinfo_t.labelST_Agnodeinfo_t.labelST_Agraphinfo_t.labelST_xlabel_t.lblST_field_t.lpST_Agedgeinfo_t.tail_labelST_Agedgeinfo_t.xlabelST_Agnodeinfo_t.xlabel -
Uses of ST_textlabel_t in net.sourceforge.plantuml.sdot
Methods in net.sourceforge.plantuml.sdot with parameters of type ST_textlabel_t -
Uses of ST_textlabel_t in smetana.core
Methods in smetana.core that return ST_textlabel_tModifier and TypeMethodDescriptionstatic ST_textlabel_tMacro.ED_head_label(ST_Agedge_s e) static ST_textlabel_tMacro.ED_label(ST_Agedge_s e) static ST_textlabel_tMacro.ED_tail_label(ST_Agedge_s e) static ST_textlabel_tMacro.ED_xlabel(ST_Agedge_s e) static ST_textlabel_tMacro.GD_label(ST_Agraph_s g) static ST_textlabel_tMacro.ND_label(ST_Agnode_s n) static ST_textlabel_tMacro.ND_xlabel(ST_Agnode_s n) Methods in smetana.core with parameters of type ST_textlabel_tModifier and TypeMethodDescriptionstatic voidMacro.ED_head_label(ST_Agedge_s e, ST_textlabel_t v) static voidMacro.ED_label(ST_Agedge_s e, ST_textlabel_t v) static voidMacro.ED_tail_label(ST_Agedge_s e, ST_textlabel_t v) static voidMacro.GD_label(ST_Agraph_s g, ST_textlabel_t v) static voidMacro.ND_label(ST_Agnode_s n, ST_textlabel_t v)