Uses of Class
h.ST_object_t
-
Packages that use ST_object_t Package Description gen.lib.common gen.lib.label h -
-
Uses of ST_object_t in gen.lib.common
Method parameters in gen.lib.common with type arguments of type ST_object_t Modifier and Type Method Description static ST_boxf
postproc__c. addLabelObj(ST_textlabel_t lp, CArray<ST_object_t> objp, ST_boxf bb)
static ST_boxf
postproc__c. addNodeObj(ST_Agnode_s np, CArray<ST_object_t> objp, ST_boxf bb)
static ST_boxf
postproc__c. addNodeObj_(ST_Agnode_s np, CArray<ST_object_t> objp, ST_boxf bb)
static void
postproc__c. addXLabel(ST_textlabel_t lp, CArray<ST_object_t> objp, CArray<ST_xlabel_t> xlp, int initObj, ST_pointf pos)
static ST_boxf
postproc__c. adjustBB(CArray<ST_object_t> objp, ST_boxf bb)
-
Uses of ST_object_t in gen.lib.label
Methods in gen.lib.label with parameters of type ST_object_t Modifier and Type Method Description static int
xlabels__c. getintrsxi(ST_XLabels_t xlp, ST_object_t op, ST_object_t cp)
static boolean
xlabels__c. lblenclosing(ST_object_t objp, ST_object_t objp1)
static void
xlabels__c. objp2rect(ST_object_t op, ST_Rect_t r)
static void
xlabels__c. objplp2rect(ST_object_t objp, ST_Rect_t r)
static ST_Rect_t
xlabels__c. objplpmks(ST_XLabels_t xlp, ST_object_t objp)
static double
xlabels__c. recordlintrsx(ST_XLabels_t xlp, ST_object_t op, ST_object_t cp, ST_Rect_t rp, double a, ST_object_t[] intrsx)
static double
xlabels__c. recordointrsx(ST_XLabels_t xlp, ST_object_t op, ST_object_t cp, ST_Rect_t rp, double a, ST_object_t[] intrsx)
static ST_BestPos_t
xlabels__c. xladjust(ST_XLabels_t xlp, ST_object_t objp)
static ST_BestPos_t
xlabels__c. xlintersections(ST_XLabels_t xlp, ST_object_t objp, ST_object_t[] intrsx)
Method parameters in gen.lib.label with type arguments of type ST_object_t Modifier and Type Method Description static int
xlabels__c. placeLabels(CArray<ST_object_t> objs, int n_objs, CArray<ST_xlabel_t> lbls, int n_lbls, ST_label_params_t params)
static ST_XLabels_t
xlabels__c. xlnew(CArray<ST_object_t> objs, int n_objs, CArray<ST_xlabel_t> lbls, int n_lbls, ST_label_params_t params)
-
Uses of ST_object_t in h
Fields in h with type parameters of type ST_object_t Modifier and Type Field Description CArray<ST_object_t>
ST_cinfo_t. objp
CArray<ST_object_t>
ST_XLabels_t. objs
-