Class FeFuncA

java.lang.Object
org.plutext.jaxb.svg11.SVGFeFuncAContent
org.plutext.jaxb.svg11.FeFuncA

public class FeFuncA
extends SVGFeFuncAContent

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.feFuncA.content">
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
       <attribute name="type" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="identity"/>
             <enumeration value="table"/>
             <enumeration value="discrete"/>
             <enumeration value="linear"/>
             <enumeration value="gamma"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="tableValues" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="slope" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="intercept" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="amplitude" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="exponent" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="offset" type="{http://www.w3.org/2000/svg}Number.datatype" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String amplitude  
    protected java.lang.String base  
    protected java.lang.String exponent  
    protected java.lang.String id  
    protected java.lang.String intercept  
    protected java.lang.String lang  
    protected java.lang.String offset  
    protected java.lang.String slope  
    protected java.lang.String space  
    protected java.lang.String tableValues  
    protected java.lang.String type  

    Fields inherited from class org.plutext.jaxb.svg11.SVGFeFuncAContent

    animateOrSet
  • Constructor Summary

    Constructors
    Constructor Description
    FeFuncA()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAmplitude()
    Gets the value of the amplitude property.
    java.lang.String getBase()
    Gets the value of the base property.
    java.lang.String getExponent()
    Gets the value of the exponent property.
    java.lang.String getId()
    Gets the value of the id property.
    java.lang.String getIntercept()
    Gets the value of the intercept property.
    java.lang.String getLang()
    Gets the value of the lang property.
    java.lang.String getOffset()
    Gets the value of the offset property.
    java.lang.String getSlope()
    Gets the value of the slope property.
    java.lang.String getSpace()
    Gets the value of the space property.
    java.lang.String getTableValues()
    Gets the value of the tableValues property.
    java.lang.String getType()
    Gets the value of the type property.
    void setAmplitude​(java.lang.String value)
    Sets the value of the amplitude property.
    void setBase​(java.lang.String value)
    Sets the value of the base property.
    void setExponent​(java.lang.String value)
    Sets the value of the exponent property.
    void setId​(java.lang.String value)
    Sets the value of the id property.
    void setIntercept​(java.lang.String value)
    Sets the value of the intercept property.
    void setLang​(java.lang.String value)
    Sets the value of the lang property.
    void setOffset​(java.lang.String value)
    Sets the value of the offset property.
    void setSlope​(java.lang.String value)
    Sets the value of the slope property.
    void setSpace​(java.lang.String value)
    Sets the value of the space property.
    void setTableValues​(java.lang.String value)
    Sets the value of the tableValues property.
    void setType​(java.lang.String value)
    Sets the value of the type property.

    Methods inherited from class org.plutext.jaxb.svg11.SVGFeFuncAContent

    getAnimateOrSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • type

      protected java.lang.String type
    • tableValues

      protected java.lang.String tableValues
    • slope

      protected java.lang.String slope
    • intercept

      protected java.lang.String intercept
    • amplitude

      protected java.lang.String amplitude
    • exponent

      protected java.lang.String exponent
    • offset

      protected java.lang.String offset
    • id

      protected java.lang.String id
    • base

      protected java.lang.String base
    • space

      protected java.lang.String space
    • lang

      protected java.lang.String lang
  • Constructor Details

    • FeFuncA

      public FeFuncA()
  • Method Details

    • getType

      public java.lang.String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

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

      public java.lang.String getTableValues()
      Gets the value of the tableValues property.
      Returns:
      possible object is String
    • setTableValues

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

      public java.lang.String getSlope()
      Gets the value of the slope property.
      Returns:
      possible object is String
    • setSlope

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

      public java.lang.String getIntercept()
      Gets the value of the intercept property.
      Returns:
      possible object is String
    • setIntercept

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

      public java.lang.String getAmplitude()
      Gets the value of the amplitude property.
      Returns:
      possible object is String
    • setAmplitude

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

      public java.lang.String getExponent()
      Gets the value of the exponent property.
      Returns:
      possible object is String
    • setExponent

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

      public java.lang.String getOffset()
      Gets the value of the offset property.
      Returns:
      possible object is String
    • setOffset

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