PDF3DLightingScheme
Contents
[
Hide
]Inheritance: java.lang.Object
public class PDF3DLightingScheme
Class PDF3DLightingScheme.
Constructors
Constructor | Description |
---|---|
PDF3DLightingScheme(int type) | Initializes a new instance of the PDF3DLightingScheme class. |
PDF3DLightingScheme(String typeName) | Initializes a new instance of the PDF3DLightingScheme class. |
Fields
Field | Description |
---|---|
Artwork | The “Artwork” lighting scheme. |
None | The “None” lighting scheme. |
White | The “White” lighting scheme. |
Day | The “Day” lighting scheme. |
Night | The “Night” lighting scheme. |
Hard | The “Hard” lighting scheme. |
Primary | The “Primary” lighting scheme. |
Blue | The “Blue” lighting scheme. |
Red | The “Red” lighting scheme. |
Cube | The “Cube” lighting scheme. |
CAD | The “Cad” lighting scheme. |
Headlamp | The “Headlamp” lighting scheme. |
Methods
Method | Description |
---|---|
getType() | Gets the lighting scheme type. |
PDF3DLightingScheme(int type)
public PDF3DLightingScheme(int type)
Initializes a new instance of the PDF3DLightingScheme class.
Parameters:
Parameter | Type | Description |
---|---|---|
type | int | The lighting scheme type. |
PDF3DLightingScheme(String typeName)
public PDF3DLightingScheme(String typeName)
Initializes a new instance of the PDF3DLightingScheme class.
Parameters:
Parameter | Type | Description |
---|---|---|
typeName | java.lang.String | Name of the lighting scheme type. |
Artwork
public static final PDF3DLightingScheme Artwork
The “Artwork” lighting scheme.
None
public static final PDF3DLightingScheme None
The “None” lighting scheme.
White
public static final PDF3DLightingScheme White
The “White” lighting scheme.
Day
public static final PDF3DLightingScheme Day
The “Day” lighting scheme.
Night
public static final PDF3DLightingScheme Night
The “Night” lighting scheme.
Hard
public static final PDF3DLightingScheme Hard
The “Hard” lighting scheme.
Primary
public static final PDF3DLightingScheme Primary
The “Primary” lighting scheme.
Blue
public static final PDF3DLightingScheme Blue
The “Blue” lighting scheme.
Red
public static final PDF3DLightingScheme Red
The “Red” lighting scheme.
Cube
public static final PDF3DLightingScheme Cube
The “Cube” lighting scheme.
CAD
public static final PDF3DLightingScheme CAD
The “Cad” lighting scheme.
Headlamp
public static final PDF3DLightingScheme Headlamp
The “Headlamp” lighting scheme.
getType()
public int getType()
Gets the lighting scheme type.
Returns: int - int value of LightingSchemeType element: The lighting scheme type.