COSObjectable
public class PDGamma extends java.lang.Object implements COSObjectable
Constructor | Description |
---|---|
PDGamma() |
Constructor.
|
PDGamma(COSArray array) |
Constructor from COS object.
|
Modifier and Type | Method | Description |
---|---|---|
float |
getB() |
This will get the b value of the tristimulus.
|
COSArray |
getCOSArray() |
Convert this standard java object to a COS object.
|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
float |
getG() |
This will get the g value of the tristimulus.
|
float |
getR() |
This will get the r value of the tristimulus.
|
void |
setB(float b) |
This will set the b value of the tristimulus.
|
void |
setG(float g) |
This will set the g value of the tristimulus.
|
void |
setR(float r) |
This will set the r value of the tristimulus.
|
public PDGamma()
public PDGamma(COSArray array)
array
- The array containing the XYZ values.public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSArray getCOSArray()
public float getR()
public void setR(float r)
r
- The r value for the tristimulus.public float getG()
public void setG(float g)
g
- The g value for the tristimulus.public float getB()
public void setB(float b)
b
- The b value for the tristimulus.