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
Constructor | Description |
---|---|
WmfCieXyz() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | int |
CloneTo(WmfCieXyz that)
public void CloneTo(WmfCieXyz that)
Parameters:
Parameter | Type | Description |
---|---|---|
that | WmfCieXyz |
Clone()
public WmfCieXyz Clone()
Returns: WmfCieXyz
hashCode()
public int hashCode()
Returns: int
equals(Object obj)
public boolean equals(Object obj)
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object |
Returns: boolean
isEquals(WmfCieXyz obj1, WmfCieXyz obj2)
public static boolean isEquals(WmfCieXyz obj1, WmfCieXyz obj2)
Parameters:
Parameter | Type | Description |
---|---|---|
obj1 | WmfCieXyz | |
obj2 | WmfCieXyz |
Returns: boolean