com.itextpdf.text.pdf
Class ShadingColor
java.lang.Object
com.itextpdf.text.BaseColor
com.itextpdf.text.pdf.ExtendedColor
com.itextpdf.text.pdf.ShadingColor
public class ShadingColor
- extends ExtendedColor
Implements a shading pattern as a Color.
- Author:
- Paulo Soares
| Fields inherited from class com.itextpdf.text.BaseColor |
BLACK, BLUE, CYAN, DARK_GRAY, GRAY, GREEN, LIGHT_GRAY, MAGENTA, ORANGE, PINK, RED, WHITE, YELLOW |
ShadingColor
public ShadingColor(PdfShadingPattern shadingPattern)
- Creates a shading color.
- Parameters:
shadingPattern -
getPdfShadingPattern
public PdfShadingPattern getPdfShadingPattern()
- Gets the shading pattern.
- Returns:
- a shading pattern.
equals
public boolean equals(Object obj)
- Overrides:
equals in class BaseColor
hashCode
public int hashCode()
- Overrides:
hashCode in class BaseColor
Copyright © 2013. All Rights Reserved.