Package h
Class ST_xlabel_t
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct
public class ST_xlabel_t extends UnsupportedStructAndPtr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classST_xlabel_t.Array
-
Field Summary
Fields Modifier and Type Field Description ST_textlabel_tlblST_pointfposintsetST_pointfsz-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_xlabel_t()ST_xlabel_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ST_xlabel_tgetStruct()voidsetInt(java.lang.String fieldName, int data)__ptr__setPtr(java.lang.String fieldName, __ptr__ newData)voidsetStruct(java.lang.String fieldName, __struct__ newData)-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setPtr, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, unsupported
-
-
-
-
Field Detail
-
sz
public final ST_pointf sz
-
pos
public final ST_pointf pos
-
lbl
public ST_textlabel_t lbl
-
set
public int set
-
-
Constructor Detail
-
ST_xlabel_t
public ST_xlabel_t()
-
ST_xlabel_t
public ST_xlabel_t(StarStruct parent)
-
-
Method Detail
-
setInt
public void setInt(java.lang.String fieldName, int data)- Specified by:
setIntin interface__c__fields- Specified by:
setIntin interfaceStarStruct- Overrides:
setIntin classUnsupportedStarStruct
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtrin interface__c__fields- Specified by:
setPtrin interfaceStarStruct- Overrides:
setPtrin classUnsupportedStarStruct
-
getStruct
public ST_xlabel_t getStruct()
- Specified by:
getStructin interface__ptr__- Specified by:
getStructin interfaceStarStruct- Overrides:
getStructin classUnsupportedStarStruct
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ newData)- Specified by:
setStructin interface__c__fields- Specified by:
setStructin interfaceStarStruct- Overrides:
setStructin classUnsupportedStarStruct
-
-