Class ColladaSampler2D

  • All Implemented Interfaces:
    XMLEventParser

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

      • ColladaSampler2D

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

      • getSource

        public ColladaSource getSource()
        Indicates the value of the source field.
        Returns:
        The value of the source field, or null if the field is not set.