Class ClipPath


  • public class ClipPath
    extends SVGClipPathContent

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://www.w3.org/2000/svg}SVG.clipPath.content">
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Style.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Mask.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.TextContent.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.External.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Cursor.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Graphics.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Filter.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Color.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Font.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Conditional.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Text.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Opacity.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Clip.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Paint.attrib"/>
           <attribute name="transform" type="{http://www.w3.org/2000/svg}TransformList.datatype" />
           <attribute name="clipPathUnits">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                 <enumeration value="userSpaceOnUse"/>
                 <enumeration value="objectBoundingBox"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • transform

        protected java.lang.String transform
      • clipPathUnits

        protected java.lang.String clipPathUnits
      • style

        protected java.lang.String style
      • clazz

        protected java.lang.String clazz
      • mask

        protected java.lang.String mask
      • alignmentBaseline

        protected java.lang.String alignmentBaseline
      • baselineShift

        protected java.lang.String baselineShift
      • direction

        protected java.lang.String direction
      • dominantBaseline

        protected java.lang.String dominantBaseline
      • glyphOrientationHorizontal

        protected java.lang.String glyphOrientationHorizontal
      • glyphOrientationVertical

        protected java.lang.String glyphOrientationVertical
      • kerning

        protected java.lang.String kerning
      • letterSpacing

        protected java.lang.String letterSpacing
      • textAnchor

        protected java.lang.String textAnchor
      • textDecoration

        protected java.lang.String textDecoration
      • unicodeBidi

        protected java.lang.String unicodeBidi
      • wordSpacing

        protected java.lang.String wordSpacing
      • externalResourcesRequired

        protected BooleanDatatype externalResourcesRequired
      • cursor

        protected java.lang.String cursor
      • visibility

        protected java.lang.String visibility
      • pointerEvents

        protected java.lang.String pointerEvents
      • textRendering

        protected java.lang.String textRendering
      • display

        protected java.lang.String display
      • imageRendering

        protected java.lang.String imageRendering
      • shapeRendering

        protected java.lang.String shapeRendering
      • filter

        protected java.lang.String filter
      • colorInterpolation

        protected java.lang.String colorInterpolation
      • colorRendering

        protected java.lang.String colorRendering
      • color

        protected java.lang.String color
      • fontFamily

        protected java.lang.String fontFamily
      • fontSize

        protected java.lang.String fontSize
      • fontSizeAdjust

        protected java.lang.String fontSizeAdjust
      • fontStretch

        protected java.lang.String fontStretch
      • fontStyle

        protected java.lang.String fontStyle
      • fontVariant

        protected java.lang.String fontVariant
      • fontWeight

        protected java.lang.String fontWeight
      • requiredFeatures

        protected java.lang.String requiredFeatures
      • requiredExtensions

        protected java.lang.String requiredExtensions
      • systemLanguage

        protected java.lang.String systemLanguage
      • writingMode

        protected java.lang.String writingMode
      • strokeOpacity

        protected java.lang.String strokeOpacity
      • fillOpacity

        protected java.lang.String fillOpacity
      • opacity

        protected java.lang.String opacity
      • clipPath

        protected java.lang.String clipPath
      • id

        protected java.lang.String id
      • base

        protected java.lang.String base
      • space

        protected java.lang.String space
      • lang

        protected java.lang.String lang
      • stroke

        protected java.lang.String stroke
      • fill

        protected java.lang.String fill
      • strokeLinejoin

        protected java.lang.String strokeLinejoin
      • strokeWidth

        protected java.lang.String strokeWidth
      • strokeDashoffset

        protected java.lang.String strokeDashoffset
      • strokeDasharray

        protected java.lang.String strokeDasharray
      • strokeMiterlimit

        protected java.lang.String strokeMiterlimit
      • strokeLinecap

        protected java.lang.String strokeLinecap
    • Constructor Detail

      • ClipPath

        public ClipPath()
    • Method Detail

      • getTransform

        public java.lang.String getTransform()
        Gets the value of the transform property.
        Returns:
        possible object is String
      • setTransform

        public void setTransform​(java.lang.String value)
        Sets the value of the transform property.
        Parameters:
        value - allowed object is String
      • getClipPathUnits

        public java.lang.String getClipPathUnits()
        Gets the value of the clipPathUnits property.
        Returns:
        possible object is String
      • setClipPathUnits

        public void setClipPathUnits​(java.lang.String value)
        Sets the value of the clipPathUnits property.
        Parameters:
        value - allowed object is String
      • getStyle

        public java.lang.String getStyle()
        Gets the value of the style property.
        Returns:
        possible object is String
      • setStyle

        public void setStyle​(java.lang.String value)
        Sets the value of the style property.
        Parameters:
        value - allowed object is String
      • getClazz

        public java.lang.String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(java.lang.String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String
      • getMask

        public java.lang.String getMask()
        Gets the value of the mask property.
        Returns:
        possible object is String
      • setMask

        public void setMask​(java.lang.String value)
        Sets the value of the mask property.
        Parameters:
        value - allowed object is String
      • getAlignmentBaseline

        public java.lang.String getAlignmentBaseline()
        Gets the value of the alignmentBaseline property.
        Returns:
        possible object is String
      • setAlignmentBaseline

        public void setAlignmentBaseline​(java.lang.String value)
        Sets the value of the alignmentBaseline property.
        Parameters:
        value - allowed object is String
      • getBaselineShift

        public java.lang.String getBaselineShift()
        Gets the value of the baselineShift property.
        Returns:
        possible object is String
      • setBaselineShift

        public void setBaselineShift​(java.lang.String value)
        Sets the value of the baselineShift property.
        Parameters:
        value - allowed object is String
      • getDirection

        public java.lang.String getDirection()
        Gets the value of the direction property.
        Returns:
        possible object is String
      • setDirection

        public void setDirection​(java.lang.String value)
        Sets the value of the direction property.
        Parameters:
        value - allowed object is String
      • getDominantBaseline

        public java.lang.String getDominantBaseline()
        Gets the value of the dominantBaseline property.
        Returns:
        possible object is String
      • setDominantBaseline

        public void setDominantBaseline​(java.lang.String value)
        Sets the value of the dominantBaseline property.
        Parameters:
        value - allowed object is String
      • getGlyphOrientationHorizontal

        public java.lang.String getGlyphOrientationHorizontal()
        Gets the value of the glyphOrientationHorizontal property.
        Returns:
        possible object is String
      • setGlyphOrientationHorizontal

        public void setGlyphOrientationHorizontal​(java.lang.String value)
        Sets the value of the glyphOrientationHorizontal property.
        Parameters:
        value - allowed object is String
      • getGlyphOrientationVertical

        public java.lang.String getGlyphOrientationVertical()
        Gets the value of the glyphOrientationVertical property.
        Returns:
        possible object is String
      • setGlyphOrientationVertical

        public void setGlyphOrientationVertical​(java.lang.String value)
        Sets the value of the glyphOrientationVertical property.
        Parameters:
        value - allowed object is String
      • getKerning

        public java.lang.String getKerning()
        Gets the value of the kerning property.
        Returns:
        possible object is String
      • setKerning

        public void setKerning​(java.lang.String value)
        Sets the value of the kerning property.
        Parameters:
        value - allowed object is String
      • getLetterSpacing

        public java.lang.String getLetterSpacing()
        Gets the value of the letterSpacing property.
        Returns:
        possible object is String
      • setLetterSpacing

        public void setLetterSpacing​(java.lang.String value)
        Sets the value of the letterSpacing property.
        Parameters:
        value - allowed object is String
      • getTextAnchor

        public java.lang.String getTextAnchor()
        Gets the value of the textAnchor property.
        Returns:
        possible object is String
      • setTextAnchor

        public void setTextAnchor​(java.lang.String value)
        Sets the value of the textAnchor property.
        Parameters:
        value - allowed object is String
      • getTextDecoration

        public java.lang.String getTextDecoration()
        Gets the value of the textDecoration property.
        Returns:
        possible object is String
      • setTextDecoration

        public void setTextDecoration​(java.lang.String value)
        Sets the value of the textDecoration property.
        Parameters:
        value - allowed object is String
      • getUnicodeBidi

        public java.lang.String getUnicodeBidi()
        Gets the value of the unicodeBidi property.
        Returns:
        possible object is String
      • setUnicodeBidi

        public void setUnicodeBidi​(java.lang.String value)
        Sets the value of the unicodeBidi property.
        Parameters:
        value - allowed object is String
      • getWordSpacing

        public java.lang.String getWordSpacing()
        Gets the value of the wordSpacing property.
        Returns:
        possible object is String
      • setWordSpacing

        public void setWordSpacing​(java.lang.String value)
        Sets the value of the wordSpacing property.
        Parameters:
        value - allowed object is String
      • getExternalResourcesRequired

        public BooleanDatatype getExternalResourcesRequired()
        Gets the value of the externalResourcesRequired property.
        Returns:
        possible object is BooleanDatatype
      • setExternalResourcesRequired

        public void setExternalResourcesRequired​(BooleanDatatype value)
        Sets the value of the externalResourcesRequired property.
        Parameters:
        value - allowed object is BooleanDatatype
      • getCursor

        public java.lang.String getCursor()
        Gets the value of the cursor property.
        Returns:
        possible object is String
      • setCursor

        public void setCursor​(java.lang.String value)
        Sets the value of the cursor property.
        Parameters:
        value - allowed object is String
      • getVisibility

        public java.lang.String getVisibility()
        Gets the value of the visibility property.
        Returns:
        possible object is String
      • setVisibility

        public void setVisibility​(java.lang.String value)
        Sets the value of the visibility property.
        Parameters:
        value - allowed object is String
      • getPointerEvents

        public java.lang.String getPointerEvents()
        Gets the value of the pointerEvents property.
        Returns:
        possible object is String
      • setPointerEvents

        public void setPointerEvents​(java.lang.String value)
        Sets the value of the pointerEvents property.
        Parameters:
        value - allowed object is String
      • getTextRendering

        public java.lang.String getTextRendering()
        Gets the value of the textRendering property.
        Returns:
        possible object is String
      • setTextRendering

        public void setTextRendering​(java.lang.String value)
        Sets the value of the textRendering property.
        Parameters:
        value - allowed object is String
      • getDisplay

        public java.lang.String getDisplay()
        Gets the value of the display property.
        Returns:
        possible object is String
      • setDisplay

        public void setDisplay​(java.lang.String value)
        Sets the value of the display property.
        Parameters:
        value - allowed object is String
      • getImageRendering

        public java.lang.String getImageRendering()
        Gets the value of the imageRendering property.
        Returns:
        possible object is String
      • setImageRendering

        public void setImageRendering​(java.lang.String value)
        Sets the value of the imageRendering property.
        Parameters:
        value - allowed object is String
      • getShapeRendering

        public java.lang.String getShapeRendering()
        Gets the value of the shapeRendering property.
        Returns:
        possible object is String
      • setShapeRendering

        public void setShapeRendering​(java.lang.String value)
        Sets the value of the shapeRendering property.
        Parameters:
        value - allowed object is String
      • getFilter

        public java.lang.String getFilter()
        Gets the value of the filter property.
        Returns:
        possible object is String
      • setFilter

        public void setFilter​(java.lang.String value)
        Sets the value of the filter property.
        Parameters:
        value - allowed object is String
      • getColorInterpolation

        public java.lang.String getColorInterpolation()
        Gets the value of the colorInterpolation property.
        Returns:
        possible object is String
      • setColorInterpolation

        public void setColorInterpolation​(java.lang.String value)
        Sets the value of the colorInterpolation property.
        Parameters:
        value - allowed object is String
      • getColorRendering

        public java.lang.String getColorRendering()
        Gets the value of the colorRendering property.
        Returns:
        possible object is String
      • setColorRendering

        public void setColorRendering​(java.lang.String value)
        Sets the value of the colorRendering property.
        Parameters:
        value - allowed object is String
      • getColor

        public java.lang.String getColor()
        Gets the value of the color property.
        Returns:
        possible object is String
      • setColor

        public void setColor​(java.lang.String value)
        Sets the value of the color property.
        Parameters:
        value - allowed object is String
      • getFontFamily

        public java.lang.String getFontFamily()
        Gets the value of the fontFamily property.
        Returns:
        possible object is String
      • setFontFamily

        public void setFontFamily​(java.lang.String value)
        Sets the value of the fontFamily property.
        Parameters:
        value - allowed object is String
      • getFontSize

        public java.lang.String getFontSize()
        Gets the value of the fontSize property.
        Returns:
        possible object is String
      • setFontSize

        public void setFontSize​(java.lang.String value)
        Sets the value of the fontSize property.
        Parameters:
        value - allowed object is String
      • getFontSizeAdjust

        public java.lang.String getFontSizeAdjust()
        Gets the value of the fontSizeAdjust property.
        Returns:
        possible object is String
      • setFontSizeAdjust

        public void setFontSizeAdjust​(java.lang.String value)
        Sets the value of the fontSizeAdjust property.
        Parameters:
        value - allowed object is String
      • getFontStretch

        public java.lang.String getFontStretch()
        Gets the value of the fontStretch property.
        Returns:
        possible object is String
      • setFontStretch

        public void setFontStretch​(java.lang.String value)
        Sets the value of the fontStretch property.
        Parameters:
        value - allowed object is String
      • getFontStyle

        public java.lang.String getFontStyle()
        Gets the value of the fontStyle property.
        Returns:
        possible object is String
      • setFontStyle

        public void setFontStyle​(java.lang.String value)
        Sets the value of the fontStyle property.
        Parameters:
        value - allowed object is String
      • getFontVariant

        public java.lang.String getFontVariant()
        Gets the value of the fontVariant property.
        Returns:
        possible object is String
      • setFontVariant

        public void setFontVariant​(java.lang.String value)
        Sets the value of the fontVariant property.
        Parameters:
        value - allowed object is String
      • getFontWeight

        public java.lang.String getFontWeight()
        Gets the value of the fontWeight property.
        Returns:
        possible object is String
      • setFontWeight

        public void setFontWeight​(java.lang.String value)
        Sets the value of the fontWeight property.
        Parameters:
        value - allowed object is String
      • getRequiredFeatures

        public java.lang.String getRequiredFeatures()
        Gets the value of the requiredFeatures property.
        Returns:
        possible object is String
      • setRequiredFeatures

        public void setRequiredFeatures​(java.lang.String value)
        Sets the value of the requiredFeatures property.
        Parameters:
        value - allowed object is String
      • getRequiredExtensions

        public java.lang.String getRequiredExtensions()
        Gets the value of the requiredExtensions property.
        Returns:
        possible object is String
      • setRequiredExtensions

        public void setRequiredExtensions​(java.lang.String value)
        Sets the value of the requiredExtensions property.
        Parameters:
        value - allowed object is String
      • getSystemLanguage

        public java.lang.String getSystemLanguage()
        Gets the value of the systemLanguage property.
        Returns:
        possible object is String
      • setSystemLanguage

        public void setSystemLanguage​(java.lang.String value)
        Sets the value of the systemLanguage property.
        Parameters:
        value - allowed object is String
      • getWritingMode

        public java.lang.String getWritingMode()
        Gets the value of the writingMode property.
        Returns:
        possible object is String
      • setWritingMode

        public void setWritingMode​(java.lang.String value)
        Sets the value of the writingMode property.
        Parameters:
        value - allowed object is String
      • getStrokeOpacity

        public java.lang.String getStrokeOpacity()
        Gets the value of the strokeOpacity property.
        Returns:
        possible object is String
      • setStrokeOpacity

        public void setStrokeOpacity​(java.lang.String value)
        Sets the value of the strokeOpacity property.
        Parameters:
        value - allowed object is String
      • getFillOpacity

        public java.lang.String getFillOpacity()
        Gets the value of the fillOpacity property.
        Returns:
        possible object is String
      • setFillOpacity

        public void setFillOpacity​(java.lang.String value)
        Sets the value of the fillOpacity property.
        Parameters:
        value - allowed object is String
      • getOpacity

        public java.lang.String getOpacity()
        Gets the value of the opacity property.
        Returns:
        possible object is String
      • setOpacity

        public void setOpacity​(java.lang.String value)
        Sets the value of the opacity property.
        Parameters:
        value - allowed object is String
      • getClipPath

        public java.lang.String getClipPath()
        Gets the value of the clipPath property.
        Returns:
        possible object is String
      • setClipPath

        public void setClipPath​(java.lang.String value)
        Sets the value of the clipPath property.
        Parameters:
        value - allowed object is String
      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getBase

        public java.lang.String getBase()
        Gets the value of the base property.
        Returns:
        possible object is String
      • setBase

        public void setBase​(java.lang.String value)
        Sets the value of the base property.
        Parameters:
        value - allowed object is String
      • getSpace

        public java.lang.String getSpace()
        Gets the value of the space property.
        Returns:
        possible object is String
      • setSpace

        public void setSpace​(java.lang.String value)
        Sets the value of the space property.
        Parameters:
        value - allowed object is String
      • getLang

        public java.lang.String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

        public void setLang​(java.lang.String value)
        Sets the value of the lang property.
        Parameters:
        value - allowed object is String
      • getStroke

        public java.lang.String getStroke()
        Gets the value of the stroke property.
        Returns:
        possible object is String
      • setStroke

        public void setStroke​(java.lang.String value)
        Sets the value of the stroke property.
        Parameters:
        value - allowed object is String
      • getFill

        public java.lang.String getFill()
        Gets the value of the fill property.
        Returns:
        possible object is String
      • setFill

        public void setFill​(java.lang.String value)
        Sets the value of the fill property.
        Parameters:
        value - allowed object is String
      • getStrokeLinejoin

        public java.lang.String getStrokeLinejoin()
        Gets the value of the strokeLinejoin property.
        Returns:
        possible object is String
      • setStrokeLinejoin

        public void setStrokeLinejoin​(java.lang.String value)
        Sets the value of the strokeLinejoin property.
        Parameters:
        value - allowed object is String
      • getStrokeWidth

        public java.lang.String getStrokeWidth()
        Gets the value of the strokeWidth property.
        Returns:
        possible object is String
      • setStrokeWidth

        public void setStrokeWidth​(java.lang.String value)
        Sets the value of the strokeWidth property.
        Parameters:
        value - allowed object is String
      • getStrokeDashoffset

        public java.lang.String getStrokeDashoffset()
        Gets the value of the strokeDashoffset property.
        Returns:
        possible object is String
      • setStrokeDashoffset

        public void setStrokeDashoffset​(java.lang.String value)
        Sets the value of the strokeDashoffset property.
        Parameters:
        value - allowed object is String
      • getStrokeDasharray

        public java.lang.String getStrokeDasharray()
        Gets the value of the strokeDasharray property.
        Returns:
        possible object is String
      • setStrokeDasharray

        public void setStrokeDasharray​(java.lang.String value)
        Sets the value of the strokeDasharray property.
        Parameters:
        value - allowed object is String
      • getStrokeMiterlimit

        public java.lang.String getStrokeMiterlimit()
        Gets the value of the strokeMiterlimit property.
        Returns:
        possible object is String
      • setStrokeMiterlimit

        public void setStrokeMiterlimit​(java.lang.String value)
        Sets the value of the strokeMiterlimit property.
        Parameters:
        value - allowed object is String
      • getStrokeLinecap

        public java.lang.String getStrokeLinecap()
        Gets the value of the strokeLinecap property.
        Returns:
        possible object is String
      • setStrokeLinecap

        public void setStrokeLinecap​(java.lang.String value)
        Sets the value of the strokeLinecap property.
        Parameters:
        value - allowed object is String