Uses of Interface
org.w3.x2001.smil20.language.AnimateType
-
Packages that use AnimateType 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 AnimateType in net.opengis.gml
Methods in net.opengis.gml that return AnimateType Modifier and Type Method Description AnimateTypeBaseStyleDescriptorType. addNewAnimate()Appends and returns a new empty value (as xml) as the last "animate" elementAnimateType[]BaseStyleDescriptorType. getAnimateArray()Gets array of all "animate" elementsAnimateTypeBaseStyleDescriptorType. getAnimateArray(int i)Gets ith "animate" elementAnimateTypeBaseStyleDescriptorType. insertNewAnimate(int i)Inserts and returns a new empty value (as xml) as the ith "animate" elementMethods in net.opengis.gml with parameters of type AnimateType Modifier and Type Method Description voidBaseStyleDescriptorType. setAnimateArray(int i, AnimateType animate)Sets ith "animate" elementvoidBaseStyleDescriptorType. setAnimateArray(AnimateType[] animateArray)Sets array of all "animate" element -
Uses of AnimateType in net.opengis.gml.impl
Methods in net.opengis.gml.impl that return AnimateType Modifier and Type Method Description AnimateTypeBaseStyleDescriptorTypeImpl. addNewAnimate()Appends and returns a new empty value (as xml) as the last "animate" elementAnimateType[]BaseStyleDescriptorTypeImpl. getAnimateArray()Gets array of all "animate" elementsAnimateTypeBaseStyleDescriptorTypeImpl. getAnimateArray(int i)Gets ith "animate" elementAnimateTypeBaseStyleDescriptorTypeImpl. insertNewAnimate(int i)Inserts and returns a new empty value (as xml) as the ith "animate" elementMethods in net.opengis.gml.impl with parameters of type AnimateType Modifier and Type Method Description voidBaseStyleDescriptorTypeImpl. setAnimateArray(int i, AnimateType animate)Sets ith "animate" elementvoidBaseStyleDescriptorTypeImpl. setAnimateArray(AnimateType[] animateArray)Sets array of all "animate" element -
Uses of AnimateType in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return AnimateType Modifier and Type Method Description AnimateTypeAnimateDocument. addNewAnimate2()Appends and returns a new empty "animate" elementAnimateTypeAnimateDocument. getAnimate2()Gets the "animate" elementMethods in org.w3.x2001.smil20 with parameters of type AnimateType Modifier and Type Method Description voidAnimateDocument. setAnimate2(AnimateType animate2)Sets the "animate" element -
Uses of AnimateType in org.w3.x2001.smil20.impl
Methods in org.w3.x2001.smil20.impl that return AnimateType Modifier and Type Method Description AnimateTypeAnimateDocumentImpl. addNewAnimate2()Appends and returns a new empty "animate" elementAnimateTypeAnimateDocumentImpl. getAnimate2()Gets the "animate" elementMethods in org.w3.x2001.smil20.impl with parameters of type AnimateType Modifier and Type Method Description voidAnimateDocumentImpl. setAnimate2(AnimateType animate2)Sets the "animate" element -
Uses of AnimateType in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return AnimateType Modifier and Type Method Description AnimateTypeAnimateDocument. addNewAnimate()Appends and returns a new empty "animate" elementAnimateTypeAnimateDocument. getAnimate()Gets the "animate" elementstatic AnimateTypeAnimateType.Factory. newInstance()static AnimateTypeAnimateType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AnimateTypeAnimateType.Factory. parse(File file)static AnimateTypeAnimateType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AnimateTypeAnimateType.Factory. parse(InputStream is)static AnimateTypeAnimateType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AnimateTypeAnimateType.Factory. parse(Reader r)static AnimateTypeAnimateType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AnimateTypeAnimateType.Factory. parse(String xmlAsString)static AnimateTypeAnimateType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AnimateTypeAnimateType.Factory. parse(URL u)static AnimateTypeAnimateType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AnimateTypeAnimateType.Factory. parse(XMLStreamReader sr)static AnimateTypeAnimateType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AnimateTypeAnimateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AnimateTypeAnimateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AnimateTypeAnimateType.Factory. parse(Node node)static AnimateTypeAnimateType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2001.smil20.language with parameters of type AnimateType Modifier and Type Method Description voidAnimateDocument. setAnimate(AnimateType animate)Sets the "animate" element -
Uses of AnimateType in org.w3.x2001.smil20.language.impl
Classes in org.w3.x2001.smil20.language.impl that implement AnimateType Modifier and Type Class Description classAnimateTypeImplAn XML animateType(@http://www.w3.org/2001/SMIL20/Language).Methods in org.w3.x2001.smil20.language.impl that return AnimateType Modifier and Type Method Description AnimateTypeAnimateDocumentImpl. addNewAnimate()Appends and returns a new empty "animate" elementAnimateTypeAnimateDocumentImpl. getAnimate()Gets the "animate" elementMethods in org.w3.x2001.smil20.language.impl with parameters of type AnimateType Modifier and Type Method Description voidAnimateDocumentImpl. setAnimate(AnimateType animate)Sets the "animate" element
-