java.lang.Object
org.plutext.jaxb.svg11.SVGFeCompositeContent
org.plutext.jaxb.svg11.FeComposite
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.feComposite.content">
<attGroup ref="{http://www.w3.org/2000/svg}SVG.FilterPrimitiveWithIn.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.FilterColor.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
<attribute name="in2" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="operator" default="over">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="over"/>
<enumeration value="in"/>
<enumeration value="out"/>
<enumeration value="atop"/>
<enumeration value="xor"/>
<enumeration value="arithmetic"/>
</restriction>
</simpleType>
</attribute>
<attribute name="k1" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="k2" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="k3" type="{http://www.w3.org/2000/svg}Number.datatype" />
<attribute name="k4" type="{http://www.w3.org/2000/svg}Number.datatype" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.plutext.jaxb.svg11.SVGFeCompositeContent
animateOrSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Gets the value of the base property.Gets the value of the colorInterpolationFilters property.Gets the value of the height property.getId()Gets the value of the id property.getIn()Gets the value of the in property.getIn2()Gets the value of the in2 property.getK1()Gets the value of the k1 property.getK2()Gets the value of the k2 property.getK3()Gets the value of the k3 property.getK4()Gets the value of the k4 property.getLang()Gets the value of the lang property.Gets the value of the operator property.Gets the value of the result property.getSpace()Gets the value of the space property.getWidth()Gets the value of the width property.getX()Gets the value of the x property.getY()Gets the value of the y property.voidSets the value of the base property.voidSets the value of the colorInterpolationFilters property.voidSets the value of the height property.voidSets the value of the id property.voidSets the value of the in property.voidSets the value of the in2 property.voidSets the value of the k1 property.voidSets the value of the k2 property.voidSets the value of the k3 property.voidSets the value of the k4 property.voidSets the value of the lang property.voidsetOperator(String value) Sets the value of the operator property.voidSets the value of the result property.voidSets the value of the space property.voidSets the value of the width property.voidSets the value of the x property.voidSets the value of the y property.Methods inherited from class org.plutext.jaxb.svg11.SVGFeCompositeContent
getAnimateOrSet
-
Field Details
-
in2
-
operator
-
k1
-
k2
-
k3
-
k4
-
in
-
x
-
y
-
width
-
height
-
result
-
colorInterpolationFilters
-
id
-
base
-
space
-
lang
-
-
Constructor Details
-
FeComposite
public FeComposite()
-
-
Method Details
-
getIn2
Gets the value of the in2 property.- Returns:
- possible object is
String
-
setIn2
Sets the value of the in2 property.- Parameters:
value- allowed object isString
-
getOperator
Gets the value of the operator property.- Returns:
- possible object is
String
-
setOperator
Sets the value of the operator property.- Parameters:
value- allowed object isString
-
getK1
Gets the value of the k1 property.- Returns:
- possible object is
String
-
setK1
Sets the value of the k1 property.- Parameters:
value- allowed object isString
-
getK2
Gets the value of the k2 property.- Returns:
- possible object is
String
-
setK2
Sets the value of the k2 property.- Parameters:
value- allowed object isString
-
getK3
Gets the value of the k3 property.- Returns:
- possible object is
String
-
setK3
Sets the value of the k3 property.- Parameters:
value- allowed object isString
-
getK4
Gets the value of the k4 property.- Returns:
- possible object is
String
-
setK4
Sets the value of the k4 property.- Parameters:
value- allowed object isString
-
getIn
Gets the value of the in property.- Returns:
- possible object is
String
-
setIn
Sets the value of the in property.- Parameters:
value- allowed object isString
-
getX
Gets the value of the x property.- Returns:
- possible object is
String
-
setX
Sets the value of the x property.- Parameters:
value- allowed object isString
-
getY
Gets the value of the y property.- Returns:
- possible object is
String
-
setY
Sets the value of the y property.- Parameters:
value- allowed object isString
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
String
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isString
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
String
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isString
-
getResult
Gets the value of the result property.- Returns:
- possible object is
String
-
setResult
Sets the value of the result property.- Parameters:
value- allowed object isString
-
getColorInterpolationFilters
Gets the value of the colorInterpolationFilters property.- Returns:
- possible object is
String
-
setColorInterpolationFilters
Sets the value of the colorInterpolationFilters property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getBase
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isString
-
getSpace
Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
Sets the value of the space property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-