Package com.aowagie.text.pdf
Class PdfColor
- java.lang.Object
-
- com.aowagie.text.pdf.PdfObject
-
- com.aowagie.text.pdf.PdfArray
-
- com.aowagie.text.pdf.PdfColor
-
class PdfColor extends PdfArray
APdfColor
defines a Color (it's aPdfArray
containing 3 values).- See Also:
PdfDictionary
-
-
Field Summary
-
Fields inherited from class com.aowagie.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
-
-
Method Summary
-
Methods inherited from class com.aowagie.text.pdf.PdfArray
add, add, add, add, addFirst, contains, getArrayList, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsString, getDirectObject, getPdfObject, isEmpty, listIterator, remove, set, size, toPdf, toString
-
Methods inherited from class com.aowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
-