Class PngChromaticities

java.lang.Object
com.itextpdf.io.image.PngChromaticities

public class PngChromaticities extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private float
     
    private float
     
    private float
     
    private float
     
    private float
     
    private float
     
    private float
     
    private float
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     

    Methods inherited from class java.lang.Object

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

    • 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 Details

    • PngChromaticities

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

    • 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()