Class ColladaSurface

  • All Implemented Interfaces:
    XMLEventParser

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

      • ColladaSurface

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

      • getInitFrom

        public java.lang.String getInitFrom()
        Indicates the init_from field of this surface.
        Returns:
        The init_from field, or null if it is not set.