public abstract class CadObjectBase extends Object implements ICadObjectContainer
Base class for Cad objects
| Constructor and Description |
|---|
CadObjectBase() |
| 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.
|
CadEmbeddedObjectContainer |
getEmbeddedObjectsContainer()
Gets or sets the embedded objects container.
|
String |
getObjectHandle()
Gets or sets the object handle.
|
String |
getUID()
Identifier to use if object handle doesn't work.
|
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 |
setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)
Gets or sets the embedded objects container.
|
void |
setObjectHandle(String value)
Gets or sets the object handle.
|
void |
setUID(String id)
Sets
|
void |
setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
|
public final CadEmbeddedObjectContainer getEmbeddedObjectsContainer()
Gets or sets the embedded objects container.
getEmbeddedObjectsContainer in interface ICadObjectContainerpublic final void setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)
Gets or sets the embedded objects container.
setEmbeddedObjectsContainer in interface ICadObjectContainerpublic final String getObjectHandle()
Gets or sets the object handle.
Value: The object handle.getObjectHandle in interface ICadObjectContainerpublic final void setObjectHandle(String value)
Gets or sets the object handle.
Value: The object handle.setObjectHandle in interface ICadObjectContainerpublic final CadXdataContainer getXdataContainer()
Gets or sets the xdata container.
Value: The xdata container.getXdataContainer in interface ICadObjectContainerpublic final void setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
Value: The xdata container.setXdataContainer in interface ICadObjectContainerpublic final List<CadObjectAttribute> getAttributes()
Gets or sets the attributes.
Value: The attributes.public final void setAttributes(List<CadObjectAttribute> value)
Gets or sets the attributes.
Value: The attributes.public final CadApplicationCodesContainer getApplicationCodesContainer()
Gets or sets the application defined codes container.
Value: The application defined codes container.getApplicationCodesContainer in interface ICadObjectContainerpublic final void setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application defined codes container.
Value: The application defined codes container.setApplicationCodesContainer in interface ICadObjectContainerpublic final List<CadCodeValue> getAttribute102Values()
Gets or sets the attribute102 values.
Value: The attribute102 values.public final void setAttribute102Values(List<CadCodeValue> value)
Gets or sets the attribute102 values.
Value: The attribute102 values.public final String getUID()
Identifier to use if object handle doesn't work. Done as method not to disturb FileComparer's property comparer
public final void setUID(String id)
Sets
id - Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.