|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.plutext.jaxb.svg11.SVGFeComponentTransferContent
public class SVGFeComponentTransferContent
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 | |
|---|---|
protected FeFuncA |
feFuncA
|
protected FeFuncB |
feFuncB
|
protected FeFuncG |
feFuncG
|
protected FeFuncR |
feFuncR
|
| Constructor Summary | |
|---|---|
SVGFeComponentTransferContent()
|
|
| Method Summary | |
|---|---|
FeFuncA |
getFeFuncA()
Gets the value of the feFuncA property. |
FeFuncB |
getFeFuncB()
Gets the value of the feFuncB property. |
FeFuncG |
getFeFuncG()
Gets the value of the feFuncG property. |
FeFuncR |
getFeFuncR()
Gets the value of the feFuncR property. |
void |
setFeFuncA(FeFuncA value)
Sets the value of the feFuncA property. |
void |
setFeFuncB(FeFuncB value)
Sets the value of the feFuncB property. |
void |
setFeFuncG(FeFuncG value)
Sets the value of the feFuncG property. |
void |
setFeFuncR(FeFuncR value)
Sets the value of the feFuncR property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FeFuncR feFuncR
protected FeFuncG feFuncG
protected FeFuncB feFuncB
protected FeFuncA feFuncA
| Constructor Detail |
|---|
public SVGFeComponentTransferContent()
| Method Detail |
|---|
public FeFuncR getFeFuncR()
FeFuncRpublic void setFeFuncR(FeFuncR value)
value - allowed object is
FeFuncRpublic FeFuncG getFeFuncG()
FeFuncGpublic void setFeFuncG(FeFuncG value)
value - allowed object is
FeFuncGpublic FeFuncB getFeFuncB()
FeFuncBpublic void setFeFuncB(FeFuncB value)
value - allowed object is
FeFuncBpublic FeFuncA getFeFuncA()
FeFuncApublic void setFeFuncA(FeFuncA value)
value - allowed object is
FeFuncA
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||