|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfArray
com.lowagie.text.pdf.PdfColor
class PdfColor
A PdfColor
defines a Color (it's a PdfArray
containing 3 values).
PdfDictionary
Field Summary |
---|
Fields inherited from class com.lowagie.text.pdf.PdfArray |
---|
arrayList |
Fields inherited from class com.lowagie.text.pdf.PdfObject |
---|
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
Constructor Summary | |
---|---|
PdfColor(java.awt.Color color)
|
|
PdfColor(int red,
int green,
int blue)
Constructs a new PdfColor . |
Method Summary |
---|
Methods inherited from class com.lowagie.text.pdf.PdfArray |
---|
add, add, add, addFirst, contains, getArrayList, listIterator, size, toPdf, toString |
Methods inherited from class com.lowagie.text.pdf.PdfObject |
---|
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
PdfColor(int red, int green, int blue)
PdfColor
.
red
- a value between 0 and 255green
- a value between 0 and 255blue
- a value between 0 and 255PdfColor(java.awt.Color color)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |