|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.pdf.ColorDetails
class ColorDetails
Each spotcolor in the document will have an instance of this class
| Field Summary | |
|---|---|
(package private) PdfName |
colorName
The color name that appears in the document body stream |
(package private) PdfIndirectReference |
indirectReference
The indirect reference to this color |
(package private) PdfSpotColor |
spotcolor
The color |
| Constructor Summary | |
|---|---|
ColorDetails(PdfName colorName,
PdfIndirectReference indirectReference,
PdfSpotColor scolor)
Each spot color used in a document has an instance of this class. |
|
| Method Summary | |
|---|---|
(package private) PdfName |
getColorName()
Gets the color name as it appears in the document body. |
(package private) PdfIndirectReference |
getIndirectReference()
Gets the indirect reference to this color. |
(package private) PdfObject |
getSpotColor(PdfWriter writer)
Gets the SpotColor object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
PdfIndirectReference indirectReference
PdfName colorName
PdfSpotColor spotcolor
| Constructor Detail |
|---|
ColorDetails(PdfName colorName,
PdfIndirectReference indirectReference,
PdfSpotColor scolor)
colorName - the color nameindirectReference - the indirect reference to the fontscolor - the PDfSpotColor| Method Detail |
|---|
PdfIndirectReference getIndirectReference()
PdfName getColorName()
PdfObject getSpotColor(PdfWriter writer)
SpotColor object.
PdfSpotColor
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||