PDF3DLightingScheme

Inheritance: java.lang.Object, com.aspose.pdf.PDF3DLightingScheme

public class PDF3DLightingScheme extends Object

Class PDF3DLightingScheme.

Fields

FieldDescription
ArtworkThe “Artwork” lighting scheme.
BlueThe “Blue” lighting scheme.
CADThe “Cad” lighting scheme.
CubeThe “Cube” lighting scheme.
DayThe “Day” lighting scheme.
HardThe “Hard” lighting scheme.
HeadlampThe “Headlamp” lighting scheme.
NightThe “Night” lighting scheme.
NoneThe “None” lighting scheme.
PrimaryThe “Primary” lighting scheme.
RedThe “Red” lighting scheme.
WhiteThe “White” lighting scheme.

Constructors

ConstructorDescription
PDF3DLightingSchemeInitializes a new instance of the {@code PDF3DLightingScheme} class.
PDF3DLightingSchemeInitializes a new instance of the {@code PDF3DLightingScheme} class.

Methods

MethodDescription
getTypeGets the lighting scheme type.

Artwork

public static final PDF3DLightingScheme Artwork

The “Artwork” lighting scheme.

Blue

public static final PDF3DLightingScheme Blue

The “Blue” lighting scheme.

CAD

public static final PDF3DLightingScheme CAD

The “Cad” lighting scheme.

Cube

public static final PDF3DLightingScheme Cube

The “Cube” lighting scheme.

Day

public static final PDF3DLightingScheme Day

The “Day” lighting scheme.

Hard

public static final PDF3DLightingScheme Hard

The “Hard” lighting scheme.

Headlamp

public static final PDF3DLightingScheme Headlamp

The “Headlamp” lighting scheme.

Night

public static final PDF3DLightingScheme Night

The “Night” lighting scheme.

None

public static final PDF3DLightingScheme None

The “None” lighting scheme.

Primary

public static final PDF3DLightingScheme Primary

The “Primary” lighting scheme.

Red

public static final PDF3DLightingScheme Red

The “Red” lighting scheme.

White

public static final PDF3DLightingScheme White

The “White” lighting scheme.

PDF3DLightingScheme

Initializes a new instance of the {@code PDF3DLightingScheme} class.

PDF3DLightingScheme

Initializes a new instance of the {@code PDF3DLightingScheme} class.

getType

public LightingSchemeType getType()

Gets the lighting scheme type.

Returns: int value of LightingSchemeType element: The lighting scheme type. @see LightingSchemeType