java.lang.Object
org.plutext.jaxb.svg11.SVGFeComponentTransferContent
- Direct Known Subclasses:
FeComponentTransfer
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the feFuncA property.Gets the value of the feFuncB property.Gets the value of the feFuncG property.Gets the value of the feFuncR property.voidsetFeFuncA(FeFuncA value) Sets the value of the feFuncA property.voidsetFeFuncB(FeFuncB value) Sets the value of the feFuncB property.voidsetFeFuncG(FeFuncG value) Sets the value of the feFuncG property.voidsetFeFuncR(FeFuncR value) Sets the value of the feFuncR property.
-
Field Details
-
feFuncR
-
feFuncG
-
feFuncB
-
feFuncA
-
-
Constructor Details
-
SVGFeComponentTransferContent
public SVGFeComponentTransferContent()
-
-
Method Details
-
getFeFuncR
Gets the value of the feFuncR property.- Returns:
- possible object is
FeFuncR
-
setFeFuncR
Sets the value of the feFuncR property.- Parameters:
value- allowed object isFeFuncR
-
getFeFuncG
Gets the value of the feFuncG property.- Returns:
- possible object is
FeFuncG
-
setFeFuncG
Sets the value of the feFuncG property.- Parameters:
value- allowed object isFeFuncG
-
getFeFuncB
Gets the value of the feFuncB property.- Returns:
- possible object is
FeFuncB
-
setFeFuncB
Sets the value of the feFuncB property.- Parameters:
value- allowed object isFeFuncB
-
getFeFuncA
Gets the value of the feFuncA property.- Returns:
- possible object is
FeFuncA
-
setFeFuncA
Sets the value of the feFuncA property.- Parameters:
value- allowed object isFeFuncA
-