Packages

 

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

Classes

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

Class CameraOptics

  • java.lang.Object
    • com.aspose.cad.fileformats.collada.fileparser.elements.CameraOptics


  • public class CameraOptics
    extends Object

    The camera optics. Represents the apparatus on a camera that projects the image onto the image sensor.

    • Constructor Detail

      • CameraOptics

        public CameraOptics()
    • Method Detail

      • getTechniqueCommon

        public final CameraOpticsTechniqueCommon getTechniqueCommon()

        Gets or sets the technique common. Specifies optics information for the common profile that all COLLADA implementations must support.

      • setTechniqueCommon

        public final void setTechniqueCommon(CameraOpticsTechniqueCommon value)

        Gets or sets the technique common. Specifies optics information for the common profile that all COLLADA implementations must support.

      • getTechnique

        public final Technique[] getTechnique()

        Gets or sets the technique. Each technique specifies optics information for a specific profile as designated by the technique’s profile attribute.

      • setTechnique

        public final void setTechnique(Technique[] value)

        Gets or sets the technique. Each technique specifies optics information for a specific profile as designated by the technique’s profile attribute.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.