com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PDF3DArtwork



  • public class PDF3DArtwork
    extends Object

    Class PDF3DArtwork.

    • Constructor Detail

      • PDF3DArtwork

        public PDF3DArtwork(Document doc,
                            PDF3DContent content,
                            PDF3DLightingScheme lightingScheme,
                            PDF3DRenderMode renderMode)

        Initializes a new instance of the PDF3DArtwork class.

        Parameters:
        doc - The document.
        content - The content.
        lightingScheme - The lighting scheme.
        renderMode - The render mode.
      • PDF3DArtwork

        public PDF3DArtwork(Document doc,
                            PDF3DContent content)

        Initializes a new instance of the PDF3DArtwork class.

        Parameters:
        doc - The document.
        content - The content.
    • Method Detail

      • getLightingScheme

        public PDF3DLightingScheme getLightingScheme()

        Gets or sets the lighting scheme.

        Returns:
        PDF3DLightingScheme object. : The lighting scheme.
      • setLightingScheme

        public void setLightingScheme(PDF3DLightingScheme value)

        Gets or sets the lighting scheme.

        Parameters:
        value - PDF3DLightingScheme object. : The lighting scheme.
      • getRenderMode

        public PDF3DRenderMode getRenderMode()

        Gets or sets the render mode.

        Returns:
        PDF3DRenderMode object: The render mode.
      • setRenderMode

        public void setRenderMode(PDF3DRenderMode value)

        Gets or sets the render mode.

        Parameters:
        value - PDF3DRenderMode object: The render mode.
      • getViewArray

        public PDF3DViewArray getViewArray()

        Gets the view array.

        Returns:
        PDF3DViewArray object: The view array.
      • getViewsList

        public com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<PDF3DView> getViewsList()

        Get the views as list.

        Returns:
        ReadOnlyCollection<PDF3DView>.
      • getViewsArray

        public PDF3DView[] getViewsArray()

        Gets the views array.

        Returns:
        Array of views.