Package net.webpdf.wsclient.openapi
Class MetadataPositions
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataPositions
-
public class MetadataPositions extends Object
Used to define some sort of position on a PDF page.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_POINTstatic StringJSON_PROPERTY_RECTANGLE
-
Constructor Summary
Constructors Constructor Description MetadataPositions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable MetadataAnnotationPointPointgetPoint()Get point@Nullable MetadataAnnotationRectangleRectanglegetRectangle()Get rectangleinthashCode()MetadataPositionspoint(MetadataAnnotationPointPoint point)MetadataPositionsrectangle(MetadataAnnotationRectangleRectangle rectangle)voidsetPoint(MetadataAnnotationPointPoint point)voidsetRectangle(MetadataAnnotationRectangleRectangle rectangle)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_RECTANGLE
public static final String JSON_PROPERTY_RECTANGLE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_POINT
public static final String JSON_PROPERTY_POINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
rectangle
public MetadataPositions rectangle(MetadataAnnotationRectangleRectangle rectangle)
-
getRectangle
@Nullable public @Nullable MetadataAnnotationRectangleRectangle getRectangle()
Get rectangle- Returns:
- rectangle
-
setRectangle
public void setRectangle(MetadataAnnotationRectangleRectangle rectangle)
-
point
public MetadataPositions point(MetadataAnnotationPointPoint point)
-
getPoint
@Nullable public @Nullable MetadataAnnotationPointPoint getPoint()
Get point- Returns:
- point
-
setPoint
public void setPoint(MetadataAnnotationPointPoint point)
-
-