Class ColladaTexture

  • All Implemented Interfaces:
    XMLEventParser

    public class ColladaTexture
    extends ColladaAbstractObject
    Represents the COLLADA texture element and provides access to its contents.
    • Constructor Detail

      • ColladaTexture

        public ColladaTexture​(java.lang.String ns)
        Construct an instance.
        Parameters:
        ns - the qualifying namespace URI. May be null to indicate no namespace qualification.
    • Method Detail

      • getTexture

        public java.lang.String getTexture()
        Indicates the value of the texture attribute.
        Returns:
        The texture attribute, or null the attribute is not set.
      • getTexCoord

        public java.lang.String getTexCoord()
        Indicates the value of the texcoord attribute.
        Returns:
        The texcoord attribute, or null the attribute is not set.