Package com.itextpdf.text.pdf
Class GrayColor
- java.lang.Object
-
- com.itextpdf.text.BaseColor
-
- com.itextpdf.text.pdf.ExtendedColor
-
- com.itextpdf.text.pdf.GrayColor
-
public class GrayColor extends ExtendedColor
- Author:
- Paulo Soares
-
-
Field Summary
Fields Modifier and Type Field Description static GrayColorGRAYBLACKstatic GrayColorGRAYWHITE-
Fields inherited from class com.itextpdf.text.pdf.ExtendedColor
type, TYPE_CMYK, TYPE_DEVICEN, TYPE_GRAY, TYPE_LAB, TYPE_PATTERN, TYPE_RGB, TYPE_SEPARATION, TYPE_SHADING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)floatgetGray()inthashCode()-
Methods inherited from class com.itextpdf.text.pdf.ExtendedColor
getType, getType
-
-