Class Font


  • public class Font
    extends SVGFontContent

    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.font.content">
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.External.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Style.attrib"/>
           <attGroup ref="{http://www.w3.org/2000/svg}SVG.Presentation.attrib"/>
           <attribute name="horiz-origin-x" type="{http://www.w3.org/2000/svg}Number.datatype" />
           <attribute name="horiz-origin-y" type="{http://www.w3.org/2000/svg}Number.datatype" />
           <attribute name="horiz-adv-x" use="required" type="{http://www.w3.org/2000/svg}Number.datatype" />
           <attribute name="vert-origin-x" type="{http://www.w3.org/2000/svg}Number.datatype" />
           <attribute name="vert-origin-y" type="{http://www.w3.org/2000/svg}Number.datatype" />
           <attribute name="vert-adv-y" type="{http://www.w3.org/2000/svg}Number.datatype" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • horizOriginX

        protected java.lang.String horizOriginX
      • horizOriginY

        protected java.lang.String horizOriginY
      • horizAdvX

        protected java.lang.String horizAdvX
      • vertOriginX

        protected java.lang.String vertOriginX
      • vertOriginY

        protected java.lang.String vertOriginY
      • vertAdvY

        protected java.lang.String vertAdvY
      • externalResourcesRequired

        protected BooleanDatatype externalResourcesRequired
      • id

        protected java.lang.String id
      • base

        protected java.lang.String base
      • space

        protected java.lang.String space
      • lang

        protected java.lang.String lang
      • style

        protected java.lang.String style
      • clazz

        protected java.lang.String clazz
      • floodColor

        protected java.lang.String floodColor
      • floodOpacity

        protected java.lang.String floodOpacity
      • lightingColor

        protected java.lang.String lightingColor
      • 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
      • colorInterpolationFilters

        protected java.lang.String colorInterpolationFilters
      • stopColor

        protected java.lang.String stopColor
      • stopOpacity

        protected java.lang.String stopOpacity
      • 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
      • colorInterpolation

        protected java.lang.String colorInterpolation
      • colorRendering

        protected java.lang.String colorRendering
      • color

        protected java.lang.String color
      • colorProfile

        protected java.lang.String colorProfile
      • cursor

        protected java.lang.String cursor
      • 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
      • markerStart

        protected java.lang.String markerStart
      • markerMid

        protected java.lang.String markerMid
      • markerEnd

        protected java.lang.String markerEnd
      • mask

        protected java.lang.String mask
      • enableBackground

        protected java.lang.String enableBackground
      • writingMode

        protected java.lang.String writingMode
      • 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
      • filter

        protected java.lang.String filter
      • clip

        protected java.lang.String clip
      • overflow

        protected java.lang.String overflow
      • clipPath

        protected java.lang.String clipPath
      • strokeOpacity

        protected java.lang.String strokeOpacity
      • fillOpacity

        protected java.lang.String fillOpacity
      • opacity

        protected java.lang.String opacity
    • Constructor Detail

      • Font

        public Font()
    • Method Detail

      • getHorizOriginX

        public java.lang.String getHorizOriginX()
        Gets the value of the horizOriginX property.
        Returns:
        possible object is String
      • setHorizOriginX

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

        public java.lang.String getHorizOriginY()
        Gets the value of the horizOriginY property.
        Returns:
        possible object is String
      • setHorizOriginY

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

        public java.lang.String getHorizAdvX()
        Gets the value of the horizAdvX property.
        Returns:
        possible object is String
      • setHorizAdvX

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

        public java.lang.String getVertOriginX()
        Gets the value of the vertOriginX property.
        Returns:
        possible object is String
      • setVertOriginX

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

        public java.lang.String getVertOriginY()
        Gets the value of the vertOriginY property.
        Returns:
        possible object is String
      • setVertOriginY

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

        public java.lang.String getVertAdvY()
        Gets the value of the vertAdvY property.
        Returns:
        possible object is String
      • setVertAdvY

        public void setVertAdvY​(java.lang.String value)
        Sets the value of the vertAdvY 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
      • 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
      • 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
      • getFloodColor

        public java.lang.String getFloodColor()
        Gets the value of the floodColor property.
        Returns:
        possible object is String
      • setFloodColor

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

        public java.lang.String getFloodOpacity()
        Gets the value of the floodOpacity property.
        Returns:
        possible object is String
      • setFloodOpacity

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

        public java.lang.String getLightingColor()
        Gets the value of the lightingColor property.
        Returns:
        possible object is String
      • setLightingColor

        public void setLightingColor​(java.lang.String value)
        Sets the value of the lightingColor 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
      • getColorInterpolationFilters

        public java.lang.String getColorInterpolationFilters()
        Gets the value of the colorInterpolationFilters property.
        Returns:
        possible object is String
      • setColorInterpolationFilters

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

        public java.lang.String getStopColor()
        Gets the value of the stopColor property.
        Returns:
        possible object is String
      • setStopColor

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

        public java.lang.String getStopOpacity()
        Gets the value of the stopOpacity property.
        Returns:
        possible object is String
      • setStopOpacity

        public void setStopOpacity​(java.lang.String value)
        Sets the value of the stopOpacity 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
      • 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
      • getColorProfile

        public java.lang.String getColorProfile()
        Gets the value of the colorProfile property.
        Returns:
        possible object is String
      • setColorProfile

        public void setColorProfile​(java.lang.String value)
        Sets the value of the colorProfile property.
        Parameters:
        value - allowed object is String
      • 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
      • 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
      • getMarkerStart

        public java.lang.String getMarkerStart()
        Gets the value of the markerStart property.
        Returns:
        possible object is String
      • setMarkerStart

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

        public java.lang.String getMarkerMid()
        Gets the value of the markerMid property.
        Returns:
        possible object is String
      • setMarkerMid

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

        public java.lang.String getMarkerEnd()
        Gets the value of the markerEnd property.
        Returns:
        possible object is String
      • setMarkerEnd

        public void setMarkerEnd​(java.lang.String value)
        Sets the value of the markerEnd 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
      • getEnableBackground

        public java.lang.String getEnableBackground()
        Gets the value of the enableBackground property.
        Returns:
        possible object is String
      • setEnableBackground

        public void setEnableBackground​(java.lang.String value)
        Sets the value of the enableBackground 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
      • 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
      • 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
      • getClip

        public java.lang.String getClip()
        Gets the value of the clip property.
        Returns:
        possible object is String
      • setClip

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

        public java.lang.String getOverflow()
        Gets the value of the overflow property.
        Returns:
        possible object is String
      • setOverflow

        public void setOverflow​(java.lang.String value)
        Sets the value of the overflow 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
      • 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