public class CadApplicationCodesContainer extends Object
The CadApplicationCodes Container
Constructor and Description |
---|
CadApplicationCodesContainer()
Initializes a new instance of the
CadApplicationCodesContainer class. |
Modifier and Type | Method and Description |
---|---|
CadApplicationCodes |
getAcadReactorsCodes()
Gets the ACAD Reactors codes
|
CadApplicationCodes |
getAcadXDictionaryCodes()
Gets the ACAD XDictionary codes
|
HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> |
getCodes()
Gets the codes.
|
CadApplicationCodes |
getCodes(String subClassName,
String applicationName)
Gets the codes.
|
CadCodeValue |
init_internalized(com.aspose.cad_internal.fileformats.cad.IDxfReader reader,
CadCodeValue codeValue,
String subClassName)
Initialize the specified stream.
|
void |
setCodes(HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> value)
Sets the codes.
|
public CadApplicationCodesContainer()
Initializes a new instance of the CadApplicationCodesContainer
class.
public HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> getCodes()
Gets the codes.
public void setCodes(HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> value)
Sets the codes.
value
- The codes.public CadApplicationCodes getCodes(String subClassName, String applicationName)
Gets the codes.
subClassName
- Name of the sub class.applicationName
- Name of the application.public CadApplicationCodes getAcadReactorsCodes()
Gets the ACAD Reactors codes
public CadApplicationCodes getAcadXDictionaryCodes()
Gets the ACAD XDictionary codes
public CadCodeValue init_internalized(com.aspose.cad_internal.fileformats.cad.IDxfReader reader, CadCodeValue codeValue, String subClassName)
Initialize the specified stream.
reader
- The reader.codeValue
- The code value.subClassName
- Name of the sub class.ImageLoadException
- Was excepted '}' or Data error.