public class RectangleType extends Object
Java class for RectangleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RectangleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="coordinates" type="{http://schema.webpdf.de/1.0/extraction/text}CoordinatesType" />
<attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CoordinatesType |
coordinates |
protected float |
height |
protected float |
width |
protected float |
x |
protected float |
y |
| Constructor and Description |
|---|
RectangleType() |
| Modifier and Type | Method and Description |
|---|---|
CoordinatesType |
getCoordinates()
Gets the value of the coordinates property.
|
float |
getHeight()
Gets the value of the height property.
|
float |
getWidth()
Gets the value of the width property.
|
float |
getX()
Gets the value of the x property.
|
float |
getY()
Gets the value of the y property.
|
boolean |
isSetCoordinates() |
boolean |
isSetHeight() |
boolean |
isSetWidth() |
boolean |
isSetX() |
boolean |
isSetY() |
void |
setCoordinates(CoordinatesType value)
Sets the value of the coordinates property.
|
void |
setHeight(float value)
Sets the value of the height property.
|
void |
setWidth(float value)
Sets the value of the width property.
|
void |
setX(float value)
Sets the value of the x property.
|
void |
setY(float value)
Sets the value of the y property.
|
protected CoordinatesType coordinates
protected float x
protected float y
protected float width
protected float height
public CoordinatesType getCoordinates()
CoordinatesTypepublic void setCoordinates(CoordinatesType value)
value - allowed object is
CoordinatesTypepublic boolean isSetCoordinates()
public float getX()
public void setX(float value)
public boolean isSetX()
public float getY()
public void setY(float value)
public boolean isSetY()
public float getWidth()
public void setWidth(float value)
public boolean isSetWidth()
public float getHeight()
public void setHeight(float value)
public boolean isSetHeight()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.