public class WmfCieXyz extends com.aspose.ms.lang.Struct<WmfCieXyz>
The CIEXYZ Object defines information about the CIEXYZ chromaticity object.
Constructor and Description |
---|
WmfCieXyz() |
Modifier and Type | Method and Description |
---|---|
WmfCieXyz |
Clone() |
void |
CloneTo(WmfCieXyz that) |
boolean |
equals(Object obj) |
int |
getCiexyzX()
Gets or sets a 32-bit 2.30 fixed point type that defines the x
chromaticity value.
|
int |
getCiexyzY()
Gets or sets a 32-bit 2.30 fixed point type that defines the y
chromaticity value.
|
int |
getCiexyzZ()
Gets or sets a 32-bit 2.30 fixed point type that defines the z
chromaticity value.
|
int |
hashCode() |
static boolean |
isEquals(WmfCieXyz obj1,
WmfCieXyz obj2) |
void |
setCiexyzX(int value)
Gets or sets a 32-bit 2.30 fixed point type that defines the x
chromaticity value.
|
void |
setCiexyzY(int value)
Gets or sets a 32-bit 2.30 fixed point type that defines the y
chromaticity value.
|
void |
setCiexyzZ(int value)
Gets or sets a 32-bit 2.30 fixed point type that defines the z
chromaticity value.
|
public int getCiexyzX()
Gets or sets a 32-bit 2.30 fixed point type that defines the x chromaticity value.
public void setCiexyzX(int value)
Gets or sets a 32-bit 2.30 fixed point type that defines the x chromaticity value.
public int getCiexyzY()
Gets or sets a 32-bit 2.30 fixed point type that defines the y chromaticity value.
public void setCiexyzY(int value)
Gets or sets a 32-bit 2.30 fixed point type that defines the y chromaticity value.
public int getCiexyzZ()
Gets or sets a 32-bit 2.30 fixed point type that defines the z chromaticity value.
public void setCiexyzZ(int value)
Gets or sets a 32-bit 2.30 fixed point type that defines the z chromaticity value.
public void CloneTo(WmfCieXyz that)
CloneTo
in class com.aspose.ms.System.ValueType<WmfCieXyz>
public WmfCieXyz Clone()
Clone
in class com.aspose.ms.System.ValueType<WmfCieXyz>