Class DrawStyleType
- java.lang.Object
-
- net.webpdf.parameter.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()<?voidsetDrawMode(DrawModeType value)Sets the value of the drawMode property.
-
-
-
Field Detail
-
drawMode
protected DrawModeType drawMode
<?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. <ul><li>fill = fill the shape</li><li>stroke = draw the outlines of the shape</li><li>fillAndStroke = draw the outlines and fill the shape</li></ul></p>
-
-
Method Detail
-
getDrawMode
public DrawModeType getDrawMode()
<?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. <ul><li>fill = fill the shape</li><li>stroke = draw the outlines of the shape</li><li>fillAndStroke = draw the outlines and fill the shape</li></ul></p>- Returns:
- possible object is
DrawModeType
-
setDrawMode
public void setDrawMode(DrawModeType value)
Sets the value of the drawMode property.- Parameters:
value- allowed object isDrawModeType- See Also:
getDrawMode()
-
-