Package smetana.core.amiga
Interface StarStruct
-
- All Superinterfaces:
__c__fields
,__ptr__
,AllH
,Area
,InternalData
- All Known Implementing Classes:
ST_adjmatrix_t
,ST_Agattr_s
,ST_Agcbstack_s
,ST_Agclos_s
,ST_Agdatadict_s
,ST_Agdesc_s
,ST_Agdesc_s.MyInternalData
,ST_Agdisc_s
,ST_Agdstate_s
,ST_Agedge_s
,ST_Agedgeinfo_t
,ST_Agedgepair_s
,ST_Agiddisc_s
,ST_Agmemdisc_s
,ST_Agnode_s
,ST_Agnodeinfo_t
,ST_Agobj_s
,ST_Agraph_s
,ST_Agraphinfo_t
,ST_Agrec_s
,ST_Agsubnode_s
,ST_Agsym_s
,ST_Agtag_s
,ST_Agtag_s.MyInternalData
,ST_arrowdir_t
,ST_arrowname_t
,ST_arrowtype_t
,ST_aspect_t
,ST_BestPos_t
,ST_bezier
,ST_boxf
,ST_Branch_t
,ST_cinfo_t
,ST_deque_t
,ST_dt_s
,ST_dtdata_s
,ST_dtdisc_s
,ST_dthold_s
,ST_dtlink_s
,ST_dtmethod_s
,ST_elist
,ST_EMPTY
,ST_fontinfo
,ST_GVC_s
,ST_GVCOMMON_t
,ST_gvlayout_engine_s
,ST_gvlayout_features_t
,ST_gvplugin_active_layout_t
,ST_gvplugin_available_s
,ST_gvplugin_installed_t
,ST_HDict_t
,ST_IMapEntry_t
,ST_inside_t
,ST_label_params_t
,ST_layout_t
,ST_LeafList_t
,ST_nlist_t
,ST_Node_t___
,ST_nodequeue
,ST_object_t
,ST_pack_info
,ST_PartitionVars
,ST_path
,ST_pathend_t
,ST_Pedge_t
,ST_point
,ST_pointf
,ST_pointnlink_t
,ST_polygon_t
,ST_port
,ST_Ppoly_t
,ST_rank_t
,ST_Rect_t
,ST_refstr_t
,ST_RTree
,ST_shape_desc
,ST_shape_functions
,ST_spline_info_t
,ST_splineInfo
,ST_splines
,ST_SplitQ_t
,ST_tedge_t
,ST_textfont_t
,ST_textlabel_t
,ST_textspan_t
,ST_tna_t
,ST_triangle_t
,ST_xlabel_t
,ST_XLabels_t
,UnsupportedStarStruct
,UnsupportedStructAndPtr
public interface StarStruct extends Area, AllH, InternalData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
addVirtualBytes(int virtualBytes)
__ptr__
castTo(java.lang.Class dest)
void
copyDataFrom(__ptr__ arg)
void
copyDataFrom(__struct__ other)
java.lang.String
getDebug(java.lang.String fieldName)
java.lang.Class
getRealClass()
__struct__
getStruct()
java.lang.String
getUID36()
boolean
isSameThan(StarStruct other)
void
memcopyFrom(Area source)
__ptr__
plus(int pointerMove)
void
setDouble(java.lang.String fieldName, double data)
void
setInt(java.lang.String fieldName, int data)
__ptr__
setPtr(java.lang.String fieldName, __ptr__ newData)
void
setStruct(java.lang.String fieldName, __struct__ newData)
void
setStruct(__struct__ value)
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, unsupported
-
Methods inherited from interface smetana.core.amiga.InternalData
getArea
-
-
-
-
Method Detail
-
isSameThan
boolean isSameThan(StarStruct other)
-
getRealClass
java.lang.Class getRealClass()
-
getStruct
__struct__ getStruct()
-
getUID36
java.lang.String getUID36()
-
getDebug
java.lang.String getDebug(java.lang.String fieldName)
-
setInt
void setInt(java.lang.String fieldName, int data)
- Specified by:
setInt
in interface__c__fields
-
setDouble
void setDouble(java.lang.String fieldName, double data)
- Specified by:
setDouble
in interface__c__fields
-
setStruct
void setStruct(java.lang.String fieldName, __struct__ newData)
- Specified by:
setStruct
in interface__c__fields
-
setPtr
__ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtr
in interface__c__fields
-
memcopyFrom
void memcopyFrom(Area source)
- Specified by:
memcopyFrom
in interfaceArea
-
copyDataFrom
void copyDataFrom(__struct__ other)
- Specified by:
copyDataFrom
in interface__ptr__
-
setStruct
void setStruct(__struct__ value)
-
copyDataFrom
void copyDataFrom(__ptr__ arg)
- Specified by:
copyDataFrom
in interface__ptr__
-
addVirtualBytes
java.lang.Object addVirtualBytes(int virtualBytes)
- Specified by:
addVirtualBytes
in interface__ptr__
-
-