public abstract class CadBase extends Object
Base class for Cad objects
Constructor and Description |
---|
CadBase()
Initializes a new instance of the
CadBase class. |
Modifier and Type | Method and Description |
---|---|
CadApplicationCodesContainer |
getApplicationCodesContainer()
Gets or sets the application defined codes container.
|
List<CadCodeValue> |
getAttribute102Values()
Gets or sets the attribute102 values.
|
List<CadObjectAttribute> |
getAttributes()
Gets or sets the attributes.
|
Integer |
getDxfDataFormat()
Gets or sets the DXF data format.
|
CadEmbeddedObjectContainer |
getEmbeddedObjectsContainer()
Gets or sets the embedded objects container.
|
String |
getObjectHandle()
Gets or sets the object handle.
|
Integer |
getRoundTripTableStyle()
Gets or sets the round trip table style.
|
CadXdataContainer |
getXdataContainer()
Gets or sets the xdata container.
|
void |
setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application defined codes container.
|
void |
setAttribute102Values(List<CadCodeValue> value)
Gets or sets the attribute102 values.
|
void |
setAttributes(List<CadObjectAttribute> value)
Gets or sets the attributes.
|
void |
setDxfDataFormat(Integer value)
Gets or sets the DXF data format.
|
void |
setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)
Gets or sets the embedded objects container.
|
void |
setObjectHandle(String value)
Gets or sets the object handle.
|
void |
setRoundTripTableStyle(Integer value)
Gets or sets the round trip table style.
|
void |
setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
|
public final CadEmbeddedObjectContainer getEmbeddedObjectsContainer()
Gets or sets the embedded objects container.
public final void setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)
Gets or sets the embedded objects container.
public String getObjectHandle()
Gets or sets the object handle.
public void setObjectHandle(String value)
Gets or sets the object handle.
value
- The object handle.public CadXdataContainer getXdataContainer()
Gets or sets the xdata container.
public void setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
value
- The xdata container.public List<CadObjectAttribute> getAttributes()
Gets or sets the attributes.
public void setAttributes(List<CadObjectAttribute> value)
Gets or sets the attributes.
value
- The attributes.public CadApplicationCodesContainer getApplicationCodesContainer()
Gets or sets the application defined codes container.
public void setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application defined codes container.
value
- The application defined codes container.public Integer getRoundTripTableStyle()
Gets or sets the round trip table style.
public void setRoundTripTableStyle(Integer value)
Gets or sets the round trip table style.
value
- The round trip table style.public List<CadCodeValue> getAttribute102Values()
Gets or sets the attribute102 values.
public void setAttribute102Values(List<CadCodeValue> value)
Gets or sets the attribute102 values.
value
- The attribute102 values.public Integer getDxfDataFormat()
Gets or sets the DXF data format.
public void setDxfDataFormat(Integer value)
Gets or sets the DXF data format.
value
- The DXF data format.