com.lowagie.text.pdf

Class CMYKColor


public class CMYKColor
extends ExtendedColor

Author:
Paulo Soares (psoares@consiste.pt)

Field Summary

(package private) float
black
(package private) float
cyan
(package private) float
magenta
(package private) float
yellow

Fields inherited from class com.lowagie.text.pdf.ExtendedColor

TYPE_CMYK, TYPE_GRAY, TYPE_PATTERN, TYPE_RGB, TYPE_SEPARATION, TYPE_SHADING, type

Constructor Summary

CMYKColor(float floatCyan, float floatMagenta, float floatYellow, float floatBlack)
CMYKColor(int intCyan, int intMagenta, int intYellow, int intBlack)

Method Summary

float
getBlack()
float
getCyan()
float
getMagenta()
float
getYellow()

Methods inherited from class com.lowagie.text.pdf.ExtendedColor

getType, getType, normalize

Field Details

black

(package private)  float black

cyan

(package private)  float cyan

magenta

(package private)  float magenta

yellow

(package private)  float yellow

Constructor Details

CMYKColor

public CMYKColor(float floatCyan,
                 float floatMagenta,
                 float floatYellow,
                 float floatBlack)

CMYKColor

public CMYKColor(int intCyan,
                 int intMagenta,
                 int intYellow,
                 int intBlack)

Method Details

getBlack

public float getBlack()

getCyan

public float getCyan()

getMagenta

public float getMagenta()

getYellow

public float getYellow()