Class DrawStyleType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.DrawStyleType
-
public class DrawStyleType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the draw style of an drawable shape.</p>
Java class for DrawStyleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DrawStyleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="drawMode" type="{http://schema.webpdf.de/1.0/extraction/info}DrawModeType" default="stroke" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DrawModeTypedrawMode
-
Constructor Summary
Constructors Constructor Description DrawStyleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrawModeTypegetDrawMode()Gets the value of the drawMode property.booleanisSetDrawMode()voidsetDrawMode(DrawModeType value)Sets the value of the drawMode property.
-
-
-
Field Detail
-
drawMode
protected DrawModeType drawMode
-
-
Method Detail
-
getDrawMode
public DrawModeType getDrawMode()
Gets the value of the drawMode property.- Returns:
- possible object is
DrawModeType
-
setDrawMode
public void setDrawMode(DrawModeType value)
Sets the value of the drawMode property.- Parameters:
value- allowed object isDrawModeType
-
isSetDrawMode
public boolean isSetDrawMode()
-
-