public class PDF3DArtwork extends Object
Class PDF3DArtwork.
Constructor and Description |
---|
PDF3DArtwork(Document doc,
PDF3DContent content)
Initializes a new instance of the
PDF3DArtwork class. |
PDF3DArtwork(Document doc,
PDF3DContent content,
PDF3DLightingScheme lightingScheme,
PDF3DRenderMode renderMode)
Initializes a new instance of the
PDF3DArtwork class. |
Modifier and Type | Method and Description |
---|---|
PDF3DLightingScheme |
getLightingScheme()
Gets or sets the lighting scheme.
|
PDF3DRenderMode |
getRenderMode()
Gets or sets the render mode.
|
PDF3DViewArray |
getViewArray()
Gets the view array.
|
PDF3DView[] |
getViewsArray()
Gets the views array.
|
com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<PDF3DView> |
getViewsList()
Get the views as list.
|
void |
setLightingScheme(PDF3DLightingScheme value)
Gets or sets the lighting scheme.
|
void |
setRenderMode(PDF3DRenderMode value)
Gets or sets the render mode.
|
public PDF3DArtwork(Document doc, PDF3DContent content, PDF3DLightingScheme lightingScheme, PDF3DRenderMode renderMode)
Initializes a new instance of the PDF3DArtwork
class.
doc
- The document.content
- The content.lightingScheme
- The lighting scheme.renderMode
- The render mode.public PDF3DArtwork(Document doc, PDF3DContent content)
Initializes a new instance of the PDF3DArtwork
class.
doc
- The document.content
- The content.public PDF3DLightingScheme getLightingScheme()
Gets or sets the lighting scheme.
public void setLightingScheme(PDF3DLightingScheme value)
Gets or sets the lighting scheme.
value
- PDF3DLightingScheme object.
: The lighting scheme.public PDF3DRenderMode getRenderMode()
Gets or sets the render mode.
public void setRenderMode(PDF3DRenderMode value)
Gets or sets the render mode.
value
- PDF3DRenderMode object: The render mode.public PDF3DViewArray getViewArray()
Gets the view array.
public com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<PDF3DView> getViewsList()
Get the views as list.
public PDF3DView[] getViewsArray()
Gets the views array.