public class SCRTAxisCubeDescriptor extends TSRExposedObject
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
SCRTAxisCubeDescriptor() |
protected |
SCRTAxisCubeDescriptor(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
static void |
forceLink() |
protected static long |
getCPtr(SCRTAxisCubeDescriptor obj) |
boolean |
getM_bIsAxisCubeVisible() |
int |
getM_ePlaneVisibilityMode() |
int |
getM_eXyPlaneDrawLabelsMode() |
int |
getM_eZxPlaneDrawLabelsMode() |
int |
getM_eZyPlaneDrawLabelsMode() |
SCRTAxisDescriptor |
getM_xAxisDesc() |
SCRTAxisDescriptor |
getM_yAxisDesc() |
SCRTAxisDescriptor |
getM_zAxisDesc() |
SWIGTYPE_p_TSRObjectType |
getObjectType() |
static java.lang.String |
getObjectTypeName() |
void |
setM_bIsAxisCubeVisible(boolean value) |
void |
setM_ePlaneVisibilityMode(int value) |
void |
setM_eXyPlaneDrawLabelsMode(int value) |
void |
setM_eZxPlaneDrawLabelsMode(int value) |
void |
setM_eZyPlaneDrawLabelsMode(int value) |
void |
setM_xAxisDesc(SCRTAxisDescriptor value) |
void |
setM_yAxisDesc(SCRTAxisDescriptor value) |
void |
setM_zAxisDesc(SCRTAxisDescriptor value) |
static SWIGTYPE_p_TSRObjectType |
staticClass() |
getCPtr, getName, load, load, loadBinary, loadBinary, onRTU, reload, save, save, saveBinary, saveBinary, setName
protected SCRTAxisCubeDescriptor(long cPtr, boolean cMemoryOwn)
public SCRTAxisCubeDescriptor()
protected static long getCPtr(SCRTAxisCubeDescriptor obj)
protected void finalize()
finalize
in class TSRExposedObject
public void delete()
delete
in class TSRExposedObject
public void setM_bIsAxisCubeVisible(boolean value)
public boolean getM_bIsAxisCubeVisible()
public void setM_xAxisDesc(SCRTAxisDescriptor value)
public SCRTAxisDescriptor getM_xAxisDesc()
public void setM_yAxisDesc(SCRTAxisDescriptor value)
public SCRTAxisDescriptor getM_yAxisDesc()
public void setM_zAxisDesc(SCRTAxisDescriptor value)
public SCRTAxisDescriptor getM_zAxisDesc()
public void setM_ePlaneVisibilityMode(int value)
public int getM_ePlaneVisibilityMode()
public void setM_eZxPlaneDrawLabelsMode(int value)
public int getM_eZxPlaneDrawLabelsMode()
public void setM_eXyPlaneDrawLabelsMode(int value)
public int getM_eXyPlaneDrawLabelsMode()
public void setM_eZyPlaneDrawLabelsMode(int value)
public int getM_eZyPlaneDrawLabelsMode()
public SWIGTYPE_p_TSRObjectType getObjectType()
getObjectType
in class TSRExposedObject
public static java.lang.String getObjectTypeName()
public static void forceLink()
public static SWIGTYPE_p_TSRObjectType staticClass()