Package net.webpdf.wsclient.openapi
Class OperationPositionRubberStampAnnotation
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationPositionRubberStampAnnotation
-
public class OperationPositionRubberStampAnnotation extends Object
Used to select the bounds within which the shape shall be positioned.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_RECTANGLE
-
Constructor Summary
Constructors Constructor Description OperationPositionRubberStampAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationRectanglegetRectangle()Get rectangleinthashCode()OperationPositionRubberStampAnnotationrectangle(OperationRectangle rectangle)voidsetRectangle(OperationRectangle rectangle)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_RECTANGLE
public static final String JSON_PROPERTY_RECTANGLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
rectangle
public OperationPositionRubberStampAnnotation rectangle(OperationRectangle rectangle)
-
getRectangle
@Nullable public @Nullable OperationRectangle getRectangle()
Get rectangle- Returns:
- rectangle
-
setRectangle
public void setRectangle(OperationRectangle rectangle)
-
-