|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Color
com.lowagie.text.pdf.ExtendedColor
com.lowagie.text.pdf.CMYKColor
public class CMYKColor
Field Summary | |
---|---|
(package private) float |
black
|
(package private) float |
cyan
|
(package private) float |
magenta
|
private static long |
serialVersionUID
|
(package private) float |
yellow
|
Fields inherited from class com.lowagie.text.pdf.ExtendedColor |
---|
type, TYPE_CMYK, TYPE_GRAY, TYPE_PATTERN, TYPE_RGB, TYPE_SEPARATION, TYPE_SHADING |
Fields inherited from class java.awt.Color |
---|
BLACK, blue, BLUE, CYAN, DARK_GRAY, darkGray, gray, GRAY, green, GREEN, LIGHT_GRAY, lightGray, MAGENTA, orange, ORANGE, pink, PINK, red, RED, white, WHITE, YELLOW |
Fields inherited from interface java.awt.Transparency |
---|
BITMASK, OPAQUE, TRANSLUCENT |
Constructor Summary | |
---|---|
CMYKColor(float floatCyan,
float floatMagenta,
float floatYellow,
float floatBlack)
Construct a CMYK Color. |
|
CMYKColor(int intCyan,
int intMagenta,
int intYellow,
int intBlack)
Constructs a CMYK Color beased on 4 colorvalues (values are integers from 0 to 255). |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
float |
getBlack()
|
float |
getCyan()
|
float |
getMagenta()
|
float |
getYellow()
|
int |
hashCode()
|
Methods inherited from class com.lowagie.text.pdf.ExtendedColor |
---|
getType, getType, normalize |
Methods inherited from class java.awt.Color |
---|
brighter, createContext, darker, decode, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, HSBtoRGB, RGBtoHSB, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
float cyan
float magenta
float yellow
float black
Constructor Detail |
---|
public CMYKColor(int intCyan, int intMagenta, int intYellow, int intBlack)
intCyan
- intMagenta
- intYellow
- intBlack
- public CMYKColor(float floatCyan, float floatMagenta, float floatYellow, float floatBlack)
floatCyan
- floatMagenta
- floatYellow
- floatBlack
- Method Detail |
---|
public float getCyan()
public float getMagenta()
public float getYellow()
public float getBlack()
public boolean equals(java.lang.Object obj)
equals
in class java.awt.Color
public int hashCode()
hashCode
in class java.awt.Color
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |