Packages

 

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

Classes

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

Class Camera

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


  • public class Camera
    extends Object

    The camera. Declares a view of the visual scene hierarchy or scene graph.

    • Constructor Detail

      • Camera

        public Camera()
    • Method Detail

      • getAsset

        public final Asset getAsset()

        Gets or sets the asset.

      • setAsset

        public final void setAsset(Asset value)

        Gets or sets the asset.

      • getOptics

        public final CameraOptics getOptics()

        Gets or sets the optics. Describes the field of view and viewing frustum using canonical parameters.

      • setOptics

        public final void setOptics(CameraOptics value)

        Gets or sets the optics. Describes the field of view and viewing frustum using canonical parameters.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.

      • getId

        public final String getId()

        Gets or sets the id. A text string containing the unique identifier of the camera element. This value must be unique within the instance document. Optional.

      • setId

        public final void setId(String value)

        Gets or sets the id. A text string containing the unique identifier of the camera element. This value must be unique within the instance document. Optional.

      • getName

        public final String getName()

        Gets or sets the name. Optional.

      • setName

        public final void setName(String value)

        Gets or sets the name. Optional.