Interface IPdfBoxGraphics2DColor
- All Known Implementing Classes:
PdfBoxGraphics2DCMYKColor, PdfBoxGraphics2DColor
public interface IPdfBoxGraphics2DColor
Common interface for all our PDColor carrying classes.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.pdfbox.pdmodel.graphics.color.PDColor
-
Method Details
-
toPDColor
org.apache.pdfbox.pdmodel.graphics.color.PDColor toPDColor()- Returns:
- the PDColor represented by this color object
-
isOverprint
boolean isOverprint()- Returns:
- true if this color should be applied with overprint
-