public final class XmpDimensions extends XmpComplexType
Containing dimensions for a drawn object.
| Constructor and Description |
|---|
XmpDimensions()
Initializes a new instance of the
XmpDimensions class. |
XmpDimensions(double width,
double height)
Initializes a new instance of the
XmpDimensions class. |
| Modifier and Type | Method and Description |
|---|---|
Double |
getHeight()
Gets the height.
|
String |
getUnits()
Gets the units.
|
Double |
getWidth()
Gets the width.
|
void |
setHeight(Double value)
Sets the height.
|
void |
setUnits(String value)
Sets the units.
|
void |
setWidth(Double value)
Sets the width.
|
getNamespaceUri, getNamespaceUris, getPrefixes, getXmpRepresentation, toStringaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic XmpDimensions()
Initializes a new instance of the XmpDimensions class.
public XmpDimensions(double width,
double height)
Initializes a new instance of the XmpDimensions class.
width - The width.height - The height.public final Double getHeight()
Gets the height.
public final String getUnits()
Gets the units.
public final Double getWidth()
Gets the width.
public final void setHeight(Double value)
Sets the height.
value - The height.public final void setUnits(String value)
Sets the units.
value - The units.public final void setWidth(Double value)
Sets the width.
value - The width.Copyright © 2026. All rights reserved.