public final class CadMetadata extends MetadataContainer
Represents CAD metadata.
Constructor and Description |
---|
CadMetadata()
Initializes a new instance of the
CadMetadata class. |
Modifier and Type | Method and Description |
---|---|
String |
getAcadVersion()
Gets the CAD version.
|
String[] |
getHeaderAttributes()
Gets array of header attributes.
|
int |
getHeight()
Gets the height.
|
int |
getWidth()
Gets the width.
|
void |
setAcadVersion(String value)
Sets the CAD version.
|
void |
setHeight(int value)
Sets the height.
|
void |
setWidth(int value)
Sets the width.
|
getKeys
getByType, getMetadataType, 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 array of header attributes.
Copyright © 2018. All rights reserved.