Package h
Class ST_object_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_object_t
-
- All Implemented Interfaces:
ST_Node_t___or_object_t
,__ptr__
,__struct__
public final class ST_object_t extends UnsupportedStarStruct implements ST_Node_t___or_object_t
-
-
Constructor Summary
Constructors Constructor Description ST_object_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSameThan(__ptr__ other)
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, 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__
castTo, getTheField, unsupported
-
-
-
-
Field Detail
-
pos
public final ST_pointf pos
-
sz
public final ST_pointf sz
-
lbl
public CArray<ST_xlabel_t> lbl
-
-
Method Detail
-
isSameThan
public boolean isSameThan(__ptr__ other)
- Specified by:
isSameThan
in interface__ptr__
- Overrides:
isSameThan
in classUnsupportedStarStruct
-
-