@Deprecated public final class CadMetadata extends MetadataContainer
Represents CAD (Computer-aided design) metadata.
Constructor and Description |
---|
CadMetadata()
Deprecated.
Initializes a new instance of the
CadMetadata class. |
Modifier and Type | Method and Description |
---|---|
String |
getAcadVersion()
Deprecated.
Gets the CAD version.
|
String[] |
getHeaderAttributes()
Deprecated.
Gets an array of header attributes.
|
int |
getHeight()
Deprecated.
Gets the height.
|
int |
getWidth()
Deprecated.
Gets the width.
|
void |
setAcadVersion(String value)
Deprecated.
Sets the CAD version.
|
void |
setHeight(int value)
Deprecated.
Sets the height.
|
void |
setWidth(int value)
Deprecated.
Sets the width.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public CadMetadata()
Initializes a new instance of the CadMetadata
class.
public final String getAcadVersion()
Gets the CAD version.
public final void setAcadVersion(String value)
Sets the CAD version.
value
- The CAD version.public final int getHeight()
Gets the height.
public final void setHeight(int value)
Sets the height.
value
- The height.public final int getWidth()
Gets the width.
public final void setWidth(int value)
Sets the width.
value
- The width.public final String[] getHeaderAttributes()
Gets an array of header attributes.
Copyright © 2020. All rights reserved.