Package gen.lib.common
Class labels__c
- java.lang.Object
-
- gen.lib.common.labels__c
-
public class labels__c extends Object
-
-
Constructor Summary
Constructors Constructor Description labels__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ST_textlabel_t
make_label(ST_Agobj_s obj, CString str, int kind, double fontsize, CString fontname, CString fontcolor)
static void
make_simple_label(ST_GVC_s gvc, ST_textlabel_t lp)
static void
storeline(ST_GVC_s gvc, ST_textlabel_t lp, CString line, char terminator)
static CString
strdup_and_subst_obj(CString str, __ptr__ obj)
static CString
strdup_and_subst_obj0(CString str, ST_Agobj_s obj, int escBackslash)
-
-
-
Method Detail
-
storeline
public static void storeline(ST_GVC_s gvc, ST_textlabel_t lp, CString line, char terminator)
-
make_simple_label
public static void make_simple_label(ST_GVC_s gvc, ST_textlabel_t lp)
-
make_label
public static ST_textlabel_t make_label(ST_Agobj_s obj, CString str, int kind, double fontsize, CString fontname, CString fontcolor)
-
strdup_and_subst_obj0
public static CString strdup_and_subst_obj0(CString str, ST_Agobj_s obj, int escBackslash)
-
-