Class 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 Details

    • type

      protected String type
    • tableValues

      protected String tableValues
    • slope

      protected String slope
    • intercept

      protected String intercept
    • amplitude

      protected String amplitude
    • exponent

      protected String exponent
    • offset

      protected String offset
    • id

      protected String id
    • base

      protected String base
    • space

      protected String space
    • lang

      protected String lang
  • Constructor Details

    • FeFuncA

      public FeFuncA()
  • Method Details

    • getType

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setOffset(String value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is String
    • getId

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

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

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

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

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

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

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

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