WmfCieXyz

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct

public class WmfCieXyz extends Struct<WmfCieXyz>

The CIEXYZ Object defines information about the CIEXYZ chromaticity object.

Constructors

ConstructorDescription
WmfCieXyz()

Methods

MethodDescription
getCiexyzX()Gets or sets a 32-bit 2.30 fixed point type that defines the x chromaticity value.
setCiexyzX(int value)Gets or sets a 32-bit 2.30 fixed point type that defines the x chromaticity value.
getCiexyzY()Gets or sets a 32-bit 2.30 fixed point type that defines the y chromaticity value.
setCiexyzY(int value)Gets or sets a 32-bit 2.30 fixed point type that defines the y chromaticity value.
getCiexyzZ()Gets or sets a 32-bit 2.30 fixed point type that defines the z chromaticity value.
setCiexyzZ(int value)Gets or sets a 32-bit 2.30 fixed point type that defines the z chromaticity value.
CloneTo(WmfCieXyz that)
Clone()
hashCode()
equals(Object obj)
isEquals(WmfCieXyz obj1, WmfCieXyz obj2)

WmfCieXyz()

public WmfCieXyz()

getCiexyzX()

public int getCiexyzX()

Gets or sets a 32-bit 2.30 fixed point type that defines the x chromaticity value.

Returns: int

setCiexyzX(int value)

public void setCiexyzX(int value)

Gets or sets a 32-bit 2.30 fixed point type that defines the x chromaticity value.

Parameters:

ParameterTypeDescription
valueint

getCiexyzY()

public int getCiexyzY()

Gets or sets a 32-bit 2.30 fixed point type that defines the y chromaticity value.

Returns: int

setCiexyzY(int value)

public void setCiexyzY(int value)

Gets or sets a 32-bit 2.30 fixed point type that defines the y chromaticity value.

Parameters:

ParameterTypeDescription
valueint

getCiexyzZ()

public int getCiexyzZ()

Gets or sets a 32-bit 2.30 fixed point type that defines the z chromaticity value.

Returns: int

setCiexyzZ(int value)

public void setCiexyzZ(int value)

Gets or sets a 32-bit 2.30 fixed point type that defines the z chromaticity value.

Parameters:

ParameterTypeDescription
valueint

CloneTo(WmfCieXyz that)

public void CloneTo(WmfCieXyz that)

Parameters:

ParameterTypeDescription
thatWmfCieXyz

Clone()

public WmfCieXyz Clone()

Returns: WmfCieXyz

hashCode()

public int hashCode()

Returns: int

equals(Object obj)

public boolean equals(Object obj)

Parameters:

ParameterTypeDescription
objjava.lang.Object

Returns: boolean

isEquals(WmfCieXyz obj1, WmfCieXyz obj2)

public static boolean isEquals(WmfCieXyz obj1, WmfCieXyz obj2)

Parameters:

ParameterTypeDescription
obj1WmfCieXyz
obj2WmfCieXyz

Returns: boolean