Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Field and Description |
---|---|
static PDF3DLightingScheme |
PDF3DLightingScheme.Artwork
The "Artwork" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.Blue
The "Blue" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.CAD
The "Cad" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.Cube
The "Cube" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.Day
The "Day" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.Hard
The "Hard" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.Headlamp
The "Headlamp" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.Night
The "Night" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.None
The "None" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.Primary
The "Primary" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.Red
The "Red" lighting scheme.
|
static PDF3DLightingScheme |
PDF3DLightingScheme.White
The "White" lighting scheme.
|
Modifier and Type | Method and Description |
---|---|
PDF3DLightingScheme |
PDF3DAnnotation.getLightingScheme()
Gets the lighting scheme.
|
PDF3DLightingScheme |
PDF3DArtwork.getLightingScheme()
Gets or sets the lighting scheme.
|
PDF3DLightingScheme |
PDF3DView.getLightingScheme()
Gets or sets the lighting scheme of view.
|
Modifier and Type | Method and Description |
---|---|
void |
PDF3DArtwork.setLightingScheme(PDF3DLightingScheme value)
Gets or sets the lighting scheme.
|
void |
PDF3DView.setLightingScheme(PDF3DLightingScheme value)
Gets or sets the lighting scheme of view.
|
Constructor and Description |
---|
PDF3DArtwork(Document doc,
PDF3DContent content,
PDF3DLightingScheme lightingScheme,
PDF3DRenderMode renderMode)
Initializes a new instance of the
PDF3DArtwork class. |