Class SvgType


  • public class SvgType
    extends ImageBaseType
     <?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">Defines a target SVG image format.</p>
     

    Java class for SvgType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="SvgType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}ImageBaseType">
           <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>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SvgType

        public SvgType()
    • 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 is Integer
      • isSetDecimalPrecision

        public boolean isSetDecimalPrecision()
      • unsetDecimalPrecision

        public void unsetDecimalPrecision()
      • isSetGraphicsStateMode

        public boolean isSetGraphicsStateMode()
      • isSetPathDrawMode

        public boolean isSetPathDrawMode()