public class Dimension extends Object
Java class for Dimension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dimension">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
height |
protected double |
width |
| Constructor and Description |
|---|
Dimension() |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Gets the value of the height property.
|
double |
getWidth()
Gets the value of the width property.
|
void |
setHeight(double value)
Sets the value of the height property.
|
void |
setWidth(double value)
Sets the value of the width property.
|
public double getWidth()
public void setWidth(double value)
public double getHeight()
public void setHeight(double value)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.