Class SvgFormatType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SvgFormatType
-
public class SvgFormatType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects parameters for the creation of SVGs, possibly contained in resulting documents.</p>
Java class for SvgFormatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SvgFormatType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="decimalPrecision" default="2"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> <maxInclusive value="10"/> </restriction> </simpleType> </attribute> <attribute name="graphicsStateMode" default="centralize"> <simpleType> <restriction base="{http://schema.webpdf.de/1.0/operation}SvgGraphicsStateModeType"> <enumeration value="verbose"/> <enumeration value="centralize"/> </restriction> </simpleType> </attribute> <attribute name="pathDrawMode" default="compact"> <simpleType> <restriction base="{http://schema.webpdf.de/1.0/operation}SvgPathDrawModeType"> <enumeration value="verbose"/> <enumeration value="compact"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerdecimalPrecisionprotected SvgGraphicsStateModeTypegraphicsStateModeprotected SvgPathDrawModeTypepathDrawMode
-
Constructor Summary
Constructors Constructor Description SvgFormatType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDecimalPrecision()Gets the value of the decimalPrecision property.SvgGraphicsStateModeTypegetGraphicsStateMode()Gets the value of the graphicsStateMode property.SvgPathDrawModeTypegetPathDrawMode()Gets the value of the pathDrawMode property.booleanisSetDecimalPrecision()booleanisSetGraphicsStateMode()booleanisSetPathDrawMode()voidsetDecimalPrecision(int value)Sets the value of the decimalPrecision property.voidsetGraphicsStateMode(SvgGraphicsStateModeType value)Sets the value of the graphicsStateMode property.voidsetPathDrawMode(SvgPathDrawModeType value)Sets the value of the pathDrawMode property.voidunsetDecimalPrecision()
-
-
-
Field Detail
-
decimalPrecision
protected Integer decimalPrecision
-
graphicsStateMode
protected SvgGraphicsStateModeType graphicsStateMode
-
pathDrawMode
protected SvgPathDrawModeType pathDrawMode
-
-
Method Detail
-
getDecimalPrecision
public int getDecimalPrecision()
Gets the value of the decimalPrecision property.- Returns:
- possible object is
Integer
-
setDecimalPrecision
public void setDecimalPrecision(int value)
Sets the value of the decimalPrecision property.- Parameters:
value- allowed object isInteger
-
isSetDecimalPrecision
public boolean isSetDecimalPrecision()
-
unsetDecimalPrecision
public void unsetDecimalPrecision()
-
getGraphicsStateMode
public SvgGraphicsStateModeType getGraphicsStateMode()
Gets the value of the graphicsStateMode property.- Returns:
- possible object is
SvgGraphicsStateModeType
-
setGraphicsStateMode
public void setGraphicsStateMode(SvgGraphicsStateModeType value)
Sets the value of the graphicsStateMode property.- Parameters:
value- allowed object isSvgGraphicsStateModeType
-
isSetGraphicsStateMode
public boolean isSetGraphicsStateMode()
-
getPathDrawMode
public SvgPathDrawModeType getPathDrawMode()
Gets the value of the pathDrawMode property.- Returns:
- possible object is
SvgPathDrawModeType
-
setPathDrawMode
public void setPathDrawMode(SvgPathDrawModeType value)
Sets the value of the pathDrawMode property.- Parameters:
value- allowed object isSvgPathDrawModeType
-
isSetPathDrawMode
public boolean isSetPathDrawMode()
-
-