Class ColladaTechniqueCommon

  • All Implemented Interfaces:
    XMLEventParser

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

      • ColladaTechniqueCommon

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

      • getMaterials

        public java.util.List<ColladaInstanceMaterial> getMaterials()
        Indicates the materials contained by this technique.
        Returns:
        List of materials. May return an empty list, but never returns null.