Class PointType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PointType
-
public class PointType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select a point.</p>
Java class for PointType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PointType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://schema.webpdf.de/1.0/operation}PointGroup"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CoordinatesTypecoordinates<?protected MetricsTypemetrics<?protected Floatx<?protected Floaty<?
-
Constructor Summary
Constructors Constructor Description PointType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinatesTypegetCoordinates()<?MetricsTypegetMetrics()<?floatgetX()<?floatgetY()<?booleanisSetCoordinates()booleanisSetMetrics()booleanisSetX()booleanisSetY()voidsetCoordinates(CoordinatesType value)Sets the value of the coordinates property.voidsetMetrics(MetricsType value)Sets the value of the metrics property.voidsetX(float value)Sets the value of the x property.voidsetY(float value)Sets the value of the y property.voidunsetX()voidunsetY()
-
-
-
Field Detail
-
x
protected Float x
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">X-axis position.</p>
-
y
protected Float y
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Y-axis position.</p>
-
metrics
protected MetricsType metrics
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Unit for the X-axis/Y-axis position and signature field height and width arguments: <ul><li>pt = Points (1/72 inch)</li><li>pc = Picas (12 points)</li><li>px = Pixels (1/96 inch)</li><li>mm = Millimeters</li><li>in = Inches</li></ul></p>
-
coordinates
protected CoordinatesType coordinates
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the coordinate system and, accordingly, the origin for the position arguments. <ul><li>user = User coordinate system (origin at top left)</li><li>pdf = PDF coordinate system (origin at bottom left)</li></ul></p>
-
-
Method Detail
-
getX
public float getX()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">X-axis position.</p>
- Returns:
- possible object is
Float
-
setX
public void setX(float value)
Sets the value of the x property.
-
isSetX
public boolean isSetX()
-
unsetX
public void unsetX()
-
getY
public float getY()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Y-axis position.</p>
- Returns:
- possible object is
Float
-
setY
public void setY(float value)
Sets the value of the y property.
-
isSetY
public boolean isSetY()
-
unsetY
public void unsetY()
-
getMetrics
public MetricsType getMetrics()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Unit for the X-axis/Y-axis position and signature field height and width arguments: <ul><li>pt = Points (1/72 inch)</li><li>pc = Picas (12 points)</li><li>px = Pixels (1/96 inch)</li><li>mm = Millimeters</li><li>in = Inches</li></ul></p>- Returns:
- possible object is
MetricsType
-
setMetrics
public void setMetrics(MetricsType value)
Sets the value of the metrics property.- Parameters:
value- allowed object isMetricsType- See Also:
getMetrics()
-
isSetMetrics
public boolean isSetMetrics()
-
getCoordinates
public CoordinatesType getCoordinates()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the coordinate system and, accordingly, the origin for the position arguments. <ul><li>user = User coordinate system (origin at top left)</li><li>pdf = PDF coordinate system (origin at bottom left)</li></ul></p>- Returns:
- possible object is
CoordinatesType
-
setCoordinates
public void setCoordinates(CoordinatesType value)
Sets the value of the coordinates property.- Parameters:
value- allowed object isCoordinatesType- See Also:
getCoordinates()
-
isSetCoordinates
public boolean isSetCoordinates()
-
-