|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<TDataObject>
org.pdfclown.documents.contents.colorSpaces.Color<PdfArray>
org.pdfclown.documents.contents.colorSpaces.LeveledColor
org.pdfclown.documents.contents.colorSpaces.LabColor
@PDF(value=PDF11) public final class LabColor
CIE-based L*a*b* color value [PDF:1.6:4.5.4].
| Constructor Summary | |
|---|---|
LabColor(double l,
double a,
double b)
|
|
| Method Summary | |
|---|---|
Object |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
double |
getA()
Gets the second component (a*). |
double |
getB()
Gets the third component (b*). |
double |
getL()
Gets the first component (L*). |
void |
setA(double value)
|
void |
setB(double value)
|
void |
setL(double value)
|
| Methods inherited from class org.pdfclown.documents.contents.colorSpaces.LeveledColor |
|---|
equals, getComponents, getComponentValue, hashCode, setComponentValue |
| Methods inherited from class org.pdfclown.documents.contents.colorSpaces.Color |
|---|
getColorSpace, normalizeComponent |
| Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
|---|
checkCompatibility, delete, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LabColor(double l,
double a,
double b)
| Method Detail |
|---|
public Object clone(Document context)
PdfObjectWrapper
clone in class PdfObjectWrapper<PdfArray>context - Which document the clone has to be registered in.public double getA()
public double getB()
public double getL()
public void setA(double value)
getA()public void setB(double value)
getB()public void setL(double value)
getL()
|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||