public abstract class CadBase extends Object
Base class for Cad objects
Modifier and Type | Field and Description |
---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CadParameter>> |
Parameters_internalized
The parameters
|
CadStringParameter |
typeName_internalized
The parameter type name
|
Constructor and Description |
---|
CadBase()
Initializes a new instance of the
CadBase class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
void |
acceptR12_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor for R12 cad file version
|
void |
addParameter_internalized(String subclassName,
CadParameter parameter)
Adds the parameter.
|
CadApplicationCodesContainer |
getApplicationCodesContainer()
Gets or sets the application defined codes container.
|
String |
getObjectHandle()
Gets or sets the object handle.
|
Shape |
getShapeObject()
Gets or sets the shape object.
|
CadXdataContainer |
getXdataContainer()
Gets or sets the xdata container.
|
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
void |
removeParameter_internalized(String subclassName,
CadParameter parameter)
Removes the parameter.
|
void |
setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application defined codes container.
|
void |
setObjectHandle(String value)
Gets or sets the object handle.
|
void |
setShapeObject(Shape value)
Gets or sets the shape object.
|
void |
setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
|
public com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CadParameter>> Parameters_internalized
The parameters
public CadStringParameter typeName_internalized
The parameter type name
public String getObjectHandle()
Gets or sets the object handle.
Value: The object handle.public void setObjectHandle(String value)
Gets or sets the object handle.
Value: The object handle.public Shape getShapeObject()
Gets or sets the shape object.
Value: The shape object.public void setShapeObject(Shape value)
Gets or sets the shape object.
Value: The shape object.public CadXdataContainer getXdataContainer()
Gets or sets the xdata container.
Value: The xdata container.public void setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
Value: The xdata container.public CadApplicationCodesContainer getApplicationCodesContainer()
Gets or sets the application defined codes container.
Value: 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 void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
sourceObject
- The source object.public void addParameter_internalized(String subclassName, CadParameter parameter)
Adds the parameter.
subclassName
- Name of the subclass.parameter
- The parameter.public void removeParameter_internalized(String subclassName, CadParameter parameter)
Removes the parameter.
subclassName
- Name of the subclass.parameter
- The parameter.public void accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
visitor
- The visitor.public void acceptR12_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor for R12 cad file version
visitor
- The visitorCopyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.