public class EPSCMYKColor
extends java.lang.Object
| Constructor and Description |
|---|
EPSCMYKColor(int cyan,
int magenta,
int yellow,
int black)
Create a color.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getBlack() |
int |
getCyan() |
int |
getMagenta() |
int |
getYellow() |
int |
hashCode() |
public EPSCMYKColor(int cyan,
int magenta,
int yellow,
int black)
cyan - magenta - yellow - black - public int getCyan()
public int getMagenta()
public int getYellow()
public int getBlack()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object