com.lowagie.text.pdf
public class GrayColor extends ExtendedColor
| Field Summary | |
|---|---|
| float | gray |
| static GrayColor | GRAYBLACK |
| static GrayColor | GRAYWHITE |
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| GrayColor(int intGray) | |
| GrayColor(float floatGray) | |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| float | getGray() |
| int | hashCode() |