Class PngChromaticities


  • public class PngChromaticities
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float xB  
      private float xG  
      private float xR  
      private float xW  
      private float yB  
      private float yG  
      private float yR  
      private float yW  
    • Constructor Summary

      Constructors 
      Constructor Description
      PngChromaticities​(float xW, float yW, float xR, float yR, float xG, float yG, float xB, float yB)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getXB()  
      float getXG()  
      float getXR()  
      float getXW()  
      float getYB()  
      float getYG()  
      float getYR()  
      float getYW()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • xW

        private float xW
      • yW

        private float yW
      • xR

        private float xR
      • yR

        private float yR
      • xG

        private float xG
      • yG

        private float yG
      • xB

        private float xB
      • yB

        private float yB
    • Constructor Detail

      • PngChromaticities

        public PngChromaticities​(float xW,
                                 float yW,
                                 float xR,
                                 float yR,
                                 float xG,
                                 float yG,
                                 float xB,
                                 float yB)
    • Method Detail

      • getXW

        public float getXW()
      • getYW

        public float getYW()
      • getXR

        public float getXR()
      • getYR

        public float getYR()
      • getXG

        public float getXG()
      • getYG

        public float getYG()
      • getXB

        public float getXB()
      • getYB

        public float getYB()