Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class Technique



  • public class Technique
    extends ColladaElement

    The technique. The technique element declares the information used to process some portion of the content. Each technique conforms to an associated profile.Techniques generally act as a "switch". If more than one is present for a particular portion of content, on import, one or the other is picked, but usually not both. Selection should be based on which profile the importing application can support. Techniques contain application data and programs, making them assets that can be managed as a unit.

    • Constructor Detail

      • Technique

        public Technique()
    • Method Detail

      • getProfile

        public final String getProfile()

        Gets or sets the profile. The profile attribute indicates the type of profile. This is a vendor defined character string that indicates the platform or capability target for the technique. Required attribute.

      • setProfile

        public final void setProfile(String value)

        Gets or sets the profile. The profile attribute indicates the type of profile. This is a vendor defined character string that indicates the platform or capability target for the technique. Required attribute.

      • getAny

        public final com.aspose.ms.System.Xml.XmlElement[] getAny()

        Gets or sets the any elements.

      • setAny

        public final void setAny(com.aspose.ms.System.Xml.XmlElement[] value)

        Gets or sets the any elements.