Package | Description |
---|---|
com.aspose.imaging.fileformats.cad.cadobjects | |
com.aspose.imaging.fileformats.cad.cadparameters |
Modifier and Type | Field and Description |
---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CadParameter>> |
CadBase.Parameters_internalized
The parameters
|
Modifier and Type | Method and Description |
---|---|
List<CadParameter> |
CadLwPolyline.getBugle() |
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> |
CadHeader.getHeaderProperties()
Gets or sets the heder properties.
|
List<CadParameter> |
CadSpline.getWeightParam() |
Modifier and Type | Method and Description |
---|---|
void |
CadBase.addParameter_internalized(String subclassName,
CadParameter parameter)
Adds the parameter.
|
void |
CadBase.removeParameter_internalized(String subclassName,
CadParameter parameter)
Removes the parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
CadLwPolyline.setBugle(List<CadParameter> value) |
void |
CadHeader.setHeaderProperties(com.aspose.ms.System.Collections.Generic.Dictionary<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> value) |
void |
CadSpline.setWeightParam(List<CadParameter> value) |
Modifier and Type | Class and Description |
---|---|
class |
CadBinaryParameter
The Cad binary parameter.
|
class |
CadBoolParameter
The Cad boolean parameter.
|
class |
CadDoubleParameter
Class for Double values
|
class |
CadIntParameter
The Cad integer parameter.
|
class |
CadLongParameter
The Cad long parameter.
|
class |
CadShortParameter
The Cad short parameter.
|
class |
CadStringParameter
The Cad string parameter.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.