Packages

 

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

Classes

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

Class LibraryCameras

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


  • public class LibraryCameras
    extends Object

    The library cameras. Provides a library in which to place camera elements.

    • Constructor Detail

      • LibraryCameras

        public LibraryCameras()
    • Method Detail

      • getAsset

        public final Asset getAsset()

        Gets or sets the asset.

      • setAsset

        public final void setAsset(Asset value)

        Gets or sets the asset.

      • getCamera

        public final Camera[] getCamera()

        Gets or sets the camera collection.

      • setCamera

        public final void setCamera(Camera[] value)

        Gets or sets the camera collection.

      • 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 library id. This value must be unique within the instance document. Optional.

      • setId

        public final void setId(String value)

        Gets or sets the library id. 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.