public class labels__c
extends java.lang.Object
Constructor and Description |
---|
labels__c() |
Modifier and Type | Method and 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) |
public static void storeline(ST_GVC_s gvc, ST_textlabel_t lp, CString line, char terminator)
public static void make_simple_label(ST_GVC_s gvc, ST_textlabel_t lp)
public static ST_textlabel_t make_label(ST_Agobj_s obj, CString str, int kind, double fontsize, CString fontname, CString fontcolor)
public static CString strdup_and_subst_obj0(CString str, ST_Agobj_s obj, int escBackslash)
Copyright © 2020. All Rights Reserved.