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_boxfbCArrayOfStar<ST_field_t>fldCStringidST_textlabel_tlpbooleanLRintn_fldsintsidesST_pointfsize-
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_tcastTo(java.lang.Class dest)java.lang.StringtoString()-
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
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
castTo
public ST_field_t castTo(java.lang.Class dest)
- Specified by:
castToin interface__ptr__- Overrides:
castToin classUnsupportedStarStruct
-
___
public void ___(__struct__ other)
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStarStruct
-
-