LightingSchemeType

Inheritance: java.lang.Object, java.lang.Enum < LightingSchemeType > com.aspose.pdf.LightingSchemeType, java.lang.Enum < LightingSchemeType >, com.aspose.pdf.LightingSchemeType

All Implemented Interfaces: Serializable, Comparable < LightingSchemeType >

public enum LightingSchemeType extends Enum < LightingSchemeType >

Enum LightingSchemeType: set of lighting scheme types.

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.

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns an array containing the constants of this enum type, in the order they are declared.

Artwork

public static final LightingSchemeType Artwork

The “Artwork” lighting scheme.

Blue

public static final LightingSchemeType Blue

The “Blue” lighting scheme.

CAD

public static final LightingSchemeType CAD

The “Cad” lighting scheme.

Cube

public static final LightingSchemeType Cube

The “Cube” lighting scheme.

Day

public static final LightingSchemeType Day

The “Day” lighting scheme.

Hard

public static final LightingSchemeType Hard

The “Hard” lighting scheme.

Headlamp

public static final LightingSchemeType Headlamp

The “Headlamp” lighting scheme.

Night

public static final LightingSchemeType Night

The “Night” lighting scheme.

None

public static final LightingSchemeType None

The “None” lighting scheme.

Primary

public static final LightingSchemeType Primary

The “Primary” lighting scheme.

Red

public static final LightingSchemeType Red

The “Red” lighting scheme.

White

public static final LightingSchemeType White

The “White” lighting scheme.

getByValue

public static LightingSchemeType getByValue(int value)

Parameters:

ParameterTypeDescription
value

getValue

public int getValue()

valueOf

Returns the enum constant of this type with the specified name.

values

public static LightingSchemeType [] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Returns: an array containing the constants of this enum type, in the order they are declared