Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfCieXyz

  • java.lang.Object
    • com.aspose.ms.System.ValueType<T>
      • com.aspose.ms.lang.Struct<WmfCieXyz>
        • com.aspose.imaging.fileformats.wmf.objects.WmfCieXyz


  • public class WmfCieXyz
    extends com.aspose.ms.lang.Struct<WmfCieXyz>

    The CIEXYZ Object defines information about the CIEXYZ chromaticity object.

    • Constructor Detail

      • WmfCieXyz

        public WmfCieXyz()
    • Method Detail

      • getCiexyzX

        public int getCiexyzX()

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

      • setCiexyzX

        public void setCiexyzX(int value)

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

      • getCiexyzY

        public int getCiexyzY()

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

      • setCiexyzY

        public void setCiexyzY(int value)

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

      • getCiexyzZ

        public int getCiexyzZ()

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

      • setCiexyzZ

        public void setCiexyzZ(int value)

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

      • CloneTo

        public void CloneTo(WmfCieXyz that)
        Specified by:
        CloneTo in class com.aspose.ms.System.ValueType<WmfCieXyz>
      • Clone

        public WmfCieXyz Clone()
        Specified by:
        Clone in class com.aspose.ms.System.ValueType<WmfCieXyz>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object