Uses of Interface
org.w3.x2001.smil20.language.AnimateColorType
-
Packages that use AnimateColorType Package Description net.opengis.gml net.opengis.gml.impl org.w3.x2001.smil20 org.w3.x2001.smil20.impl org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of AnimateColorType in net.opengis.gml
Methods in net.opengis.gml that return AnimateColorType Modifier and Type Method Description AnimateColorTypeBaseStyleDescriptorType. addNewAnimateColor()Appends and returns a new empty value (as xml) as the last "animateColor" elementAnimateColorType[]BaseStyleDescriptorType. getAnimateColorArray()Gets array of all "animateColor" elementsAnimateColorTypeBaseStyleDescriptorType. getAnimateColorArray(int i)Gets ith "animateColor" elementAnimateColorTypeBaseStyleDescriptorType. insertNewAnimateColor(int i)Inserts and returns a new empty value (as xml) as the ith "animateColor" elementMethods in net.opengis.gml with parameters of type AnimateColorType Modifier and Type Method Description voidBaseStyleDescriptorType. setAnimateColorArray(int i, AnimateColorType animateColor)Sets ith "animateColor" elementvoidBaseStyleDescriptorType. setAnimateColorArray(AnimateColorType[] animateColorArray)Sets array of all "animateColor" element -
Uses of AnimateColorType in net.opengis.gml.impl
Methods in net.opengis.gml.impl that return AnimateColorType Modifier and Type Method Description AnimateColorTypeBaseStyleDescriptorTypeImpl. addNewAnimateColor()Appends and returns a new empty value (as xml) as the last "animateColor" elementAnimateColorType[]BaseStyleDescriptorTypeImpl. getAnimateColorArray()Gets array of all "animateColor" elementsAnimateColorTypeBaseStyleDescriptorTypeImpl. getAnimateColorArray(int i)Gets ith "animateColor" elementAnimateColorTypeBaseStyleDescriptorTypeImpl. insertNewAnimateColor(int i)Inserts and returns a new empty value (as xml) as the ith "animateColor" elementMethods in net.opengis.gml.impl with parameters of type AnimateColorType Modifier and Type Method Description voidBaseStyleDescriptorTypeImpl. setAnimateColorArray(int i, AnimateColorType animateColor)Sets ith "animateColor" elementvoidBaseStyleDescriptorTypeImpl. setAnimateColorArray(AnimateColorType[] animateColorArray)Sets array of all "animateColor" element -
Uses of AnimateColorType in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return AnimateColorType Modifier and Type Method Description AnimateColorTypeAnimateColorDocument. addNewAnimateColor2()Appends and returns a new empty "animateColor" elementAnimateColorTypeAnimateColorDocument. getAnimateColor2()Gets the "animateColor" elementMethods in org.w3.x2001.smil20 with parameters of type AnimateColorType Modifier and Type Method Description voidAnimateColorDocument. setAnimateColor2(AnimateColorType animateColor2)Sets the "animateColor" element -
Uses of AnimateColorType in org.w3.x2001.smil20.impl
Methods in org.w3.x2001.smil20.impl that return AnimateColorType Modifier and Type Method Description AnimateColorTypeAnimateColorDocumentImpl. addNewAnimateColor2()Appends and returns a new empty "animateColor" elementAnimateColorTypeAnimateColorDocumentImpl. getAnimateColor2()Gets the "animateColor" elementMethods in org.w3.x2001.smil20.impl with parameters of type AnimateColorType Modifier and Type Method Description voidAnimateColorDocumentImpl. setAnimateColor2(AnimateColorType animateColor2)Sets the "animateColor" element -
Uses of AnimateColorType in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return AnimateColorType Modifier and Type Method Description AnimateColorTypeAnimateColorDocument. addNewAnimateColor()Appends and returns a new empty "animateColor" elementAnimateColorTypeAnimateColorDocument. getAnimateColor()Gets the "animateColor" elementstatic AnimateColorTypeAnimateColorType.Factory. newInstance()static AnimateColorTypeAnimateColorType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AnimateColorTypeAnimateColorType.Factory. parse(File file)static AnimateColorTypeAnimateColorType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AnimateColorTypeAnimateColorType.Factory. parse(InputStream is)static AnimateColorTypeAnimateColorType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AnimateColorTypeAnimateColorType.Factory. parse(Reader r)static AnimateColorTypeAnimateColorType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AnimateColorTypeAnimateColorType.Factory. parse(String xmlAsString)static AnimateColorTypeAnimateColorType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AnimateColorTypeAnimateColorType.Factory. parse(URL u)static AnimateColorTypeAnimateColorType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AnimateColorTypeAnimateColorType.Factory. parse(XMLStreamReader sr)static AnimateColorTypeAnimateColorType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AnimateColorTypeAnimateColorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AnimateColorTypeAnimateColorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AnimateColorTypeAnimateColorType.Factory. parse(Node node)static AnimateColorTypeAnimateColorType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2001.smil20.language with parameters of type AnimateColorType Modifier and Type Method Description voidAnimateColorDocument. setAnimateColor(AnimateColorType animateColor)Sets the "animateColor" element -
Uses of AnimateColorType in org.w3.x2001.smil20.language.impl
Classes in org.w3.x2001.smil20.language.impl that implement AnimateColorType Modifier and Type Class Description classAnimateColorTypeImplAn XML animateColorType(@http://www.w3.org/2001/SMIL20/Language).Methods in org.w3.x2001.smil20.language.impl that return AnimateColorType Modifier and Type Method Description AnimateColorTypeAnimateColorDocumentImpl. addNewAnimateColor()Appends and returns a new empty "animateColor" elementAnimateColorTypeAnimateColorDocumentImpl. getAnimateColor()Gets the "animateColor" elementMethods in org.w3.x2001.smil20.language.impl with parameters of type AnimateColorType Modifier and Type Method Description voidAnimateColorDocumentImpl. setAnimateColor(AnimateColorType animateColor)Sets the "animateColor" element
-