Package net.webpdf.wsclient.openapi
Class MetadataDrawStyle
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataDrawStyle
-
public class MetadataDrawStyle extends Object
Selects the draw style of an drawable shape.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetadataDrawStyle.DrawModeEnumSelects the draw style of an drawable shape
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DRAW_MODE
-
Constructor Summary
Constructors Constructor Description MetadataDrawStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataDrawStyledrawMode(MetadataDrawStyle.DrawModeEnum drawMode)booleanequals(Object o)@Nullable MetadataDrawStyle.DrawModeEnumgetDrawMode()Selects the draw style of an drawable shapeinthashCode()voidsetDrawMode(MetadataDrawStyle.DrawModeEnum drawMode)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DRAW_MODE
public static final String JSON_PROPERTY_DRAW_MODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
drawMode
public MetadataDrawStyle drawMode(MetadataDrawStyle.DrawModeEnum drawMode)
-
getDrawMode
@Nullable public @Nullable MetadataDrawStyle.DrawModeEnum getDrawMode()
Selects the draw style of an drawable shape. * fill = fill the shape * stroke = draw the outlines of the shape * fillAndStroke = draw the outlines and fill the shape- Returns:
- drawMode
-
setDrawMode
public void setDrawMode(MetadataDrawStyle.DrawModeEnum drawMode)
-
-