Package net.webpdf.wsclient.openapi
Class MetadataAnnotationPointPoint
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataAnnotationPointPoint
-
public class MetadataAnnotationPointPoint extends Object
Defines one Point of the shape positioning the annotation on the page.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_Xstatic StringJSON_PROPERTY_Y
-
Constructor Summary
Constructors Constructor Description MetadataAnnotationPointPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable FloatgetX()The x coordinate in points.@Nullable FloatgetY()The y coordinate in points.inthashCode()voidsetX(Float x)voidsetY(Float y)StringtoString()MetadataAnnotationPointPointx(Float x)MetadataAnnotationPointPointy(Float y)
-
-
-
Field Detail
-
JSON_PROPERTY_X
public static final String JSON_PROPERTY_X
- See Also:
- Constant Field Values
-
JSON_PROPERTY_Y
public static final String JSON_PROPERTY_Y
- See Also:
- Constant Field Values
-
-
Method Detail
-
x
public MetadataAnnotationPointPoint x(Float x)
-
getX
@Nullable public @Nullable Float getX()
The x coordinate in points.- Returns:
- x
-
setX
public void setX(Float x)
-
y
public MetadataAnnotationPointPoint y(Float y)
-
getY
@Nullable public @Nullable Float getY()
The y coordinate in points.- Returns:
- y
-
setY
public void setY(Float y)
-
-