WmfCieXyzTriple

Inheritance: java.lang.Object

public class WmfCieXyzTriple

The CIEXYZTriple Object defines information about the CIEXYZTriple color object.

Constructors

ConstructorDescription
WmfCieXyzTriple()

Methods

MethodDescription
getCiexyzRed()Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.
setCiexyzRed(WmfCieXyz value)Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.
getCiexyzGreen()Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.
setCiexyzGreen(WmfCieXyz value)Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.
getCiexyzBlue()Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.
setCiexyzBlue(WmfCieXyz value)Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.

WmfCieXyzTriple()

public WmfCieXyzTriple()

getCiexyzRed()

public WmfCieXyz getCiexyzRed()

Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.

Returns: WmfCieXyz

setCiexyzRed(WmfCieXyz value)

public void setCiexyzRed(WmfCieXyz value)

Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.

Parameters:

ParameterTypeDescription
valueWmfCieXyz

getCiexyzGreen()

public WmfCieXyz getCiexyzGreen()

Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.

Returns: WmfCieXyz

setCiexyzGreen(WmfCieXyz value)

public void setCiexyzGreen(WmfCieXyz value)

Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.

Parameters:

ParameterTypeDescription
valueWmfCieXyz

getCiexyzBlue()

public WmfCieXyz getCiexyzBlue()

Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.

Returns: WmfCieXyz

setCiexyzBlue(WmfCieXyz value)

public void setCiexyzBlue(WmfCieXyz value)

Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.

Parameters:

ParameterTypeDescription
valueWmfCieXyz