Package h
Class ST_field_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_field_t
-
- All Implemented Interfaces:
SHAPE_INFO
,__ptr__
,__struct__
public final class ST_field_t extends UnsupportedStarStruct implements SHAPE_INFO
-
-
Field Summary
Fields Modifier and Type Field Description ST_boxf
b
CArrayOfStar<ST_field_t>
fld
CString
id
ST_textlabel_t
lp
boolean
LR
int
n_flds
int
sides
ST_pointf
size
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_field_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
___(__struct__ other)
ST_field_t
castTo(Class dest)
String
toString()
-
Methods inherited from class smetana.core.UnsupportedStarStruct
copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
size
public final ST_pointf size
-
b
public final ST_boxf b
-
n_flds
public int n_flds
-
lp
public ST_textlabel_t lp
-
fld
public CArrayOfStar<ST_field_t> fld
-
id
public CString id
-
LR
public boolean LR
-
sides
public int sides
-
-
Method Detail
-
castTo
public ST_field_t castTo(Class dest)
- Specified by:
castTo
in interface__ptr__
- Overrides:
castTo
in classUnsupportedStarStruct
-
___
public void ___(__struct__ other)
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStarStruct
-
-