|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.graphics.color.PDGamma
A gamma array, or collection of three floating point parameters used for color operations.
Constructor Summary | |
PDGamma()
Constructor. |
|
PDGamma(COSArray array)
Constructor from COS object. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDGamma()
public PDGamma(COSArray array)
array
- The array containing the XYZ values.Method Detail |
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |