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, toString
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public 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 getWidth()
Gets the width.
public final void setWidth(Double value)
Sets the width.
value
- The width.public final Double getHeight()
Gets the height.
public final void setHeight(Double value)
Sets the height.
value
- The height.public final String getUnits()
Gets the units.
public final void setUnits(String value)
Sets the units.
value
- The units.