Package h
Class ST_XLabels_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_XLabels_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_XLabels_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_dt_s
hdx
CArray<ST_xlabel_t>
lbls
int
n_lbls
int
n_objs
CArray<ST_object_t>
objs
ST_label_params_t
params
ST_RTree
spdx
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_XLabels_t()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
objs
public CArray<ST_object_t> objs
-
n_objs
public int n_objs
-
lbls
public CArray<ST_xlabel_t> lbls
-
n_lbls
public int n_lbls
-
params
public ST_label_params_t params
-
hdx
public ST_dt_s hdx
-
spdx
public ST_RTree spdx
-
-