Class SVGFeComponentTransferContent

  • Direct Known Subclasses:
    FeComponentTransfer

    public class SVGFeComponentTransferContent
    extends java.lang.Object

    Java class for SVG.feComponentTransfer.content complex type.

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

     <complexType name="SVG.feComponentTransfer.content">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.w3.org/2000/svg}feFuncR" minOccurs="0"/>
             <element ref="{http://www.w3.org/2000/svg}feFuncG" minOccurs="0"/>
             <element ref="{http://www.w3.org/2000/svg}feFuncB" minOccurs="0"/>
             <element ref="{http://www.w3.org/2000/svg}feFuncA" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SVGFeComponentTransferContent

        public SVGFeComponentTransferContent()
    • Method Detail

      • getFeFuncR

        public FeFuncR getFeFuncR()
        Gets the value of the feFuncR property.
        Returns:
        possible object is FeFuncR
      • setFeFuncR

        public void setFeFuncR​(FeFuncR value)
        Sets the value of the feFuncR property.
        Parameters:
        value - allowed object is FeFuncR
      • getFeFuncG

        public FeFuncG getFeFuncG()
        Gets the value of the feFuncG property.
        Returns:
        possible object is FeFuncG
      • setFeFuncG

        public void setFeFuncG​(FeFuncG value)
        Sets the value of the feFuncG property.
        Parameters:
        value - allowed object is FeFuncG
      • getFeFuncB

        public FeFuncB getFeFuncB()
        Gets the value of the feFuncB property.
        Returns:
        possible object is FeFuncB
      • setFeFuncB

        public void setFeFuncB​(FeFuncB value)
        Sets the value of the feFuncB property.
        Parameters:
        value - allowed object is FeFuncB
      • getFeFuncA

        public FeFuncA getFeFuncA()
        Gets the value of the feFuncA property.
        Returns:
        possible object is FeFuncA
      • setFeFuncA

        public void setFeFuncA​(FeFuncA value)
        Sets the value of the feFuncA property.
        Parameters:
        value - allowed object is FeFuncA