DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class CmykColor

java.lang.Object
  |
  +--com.cete.dynamicpdf.Color
        |
        +--com.cete.dynamicpdf.DeviceColor
              |
              +--com.cete.dynamicpdf.CmykColor

public class CmykColor
extends DeviceColor

Class represents a CMYK color.

Licensing:
This class is a DynamicPDF Generator Community Edition feature.


Constructor Summary
CmykColor(byte cyan, byte magenta, byte yellow, byte black)
          Initializes a new instance of the CmykColor class.
CmykColor(float cyan, float magenta, float yellow, float black)
          Initializes a new instance of the CmykColor class.
 
Method Summary
 void draw(OperatorWriter writer, Apply apply)
          Draws the color data to the given OperatorWriter object.
 void drawFill(OperatorWriter writer)
          Draws the color data to the given OperatorWriter object.
 void drawStroke(OperatorWriter writer)
          Draws the color data to the given OperatorWriter object.
 boolean equals(java.lang.Object obj)
          Tests equality of colors.
static CmykColor getAliceBlue()
          Gets the color alice blue.
static CmykColor getAntiqueWhite()
          Gets the color antique white.
static CmykColor getAqua()
          Gets the color aqua.
static CmykColor getAquamarine()
          Gets the color Aquamarine.
static CmykColor getAzure()
          Gets the color azure.
static CmykColor getBeige()
          Gets the color beige.
static CmykColor getBisque()
          Gets the color bisque.
static CmykColor getBlack()
          Gets the color black.
static CmykColor getBlanchedAlmond()
          Gets the color blanchedAlmond.
static CmykColor getBlue()
          Gets the color Blue.
static CmykColor getBlueViolet()
          Gets the color blue Violet.
static CmykColor getBrown()
          Gets the color brown.
static CmykColor getBurlyWood()
          Gets the color burlyWood.
 float getC()
          Gets the cyan value.
static CmykColor getCadetBlue()
          Gets the color cadetBlue.
static CmykColor getChartreuse()
          Gets the color chartreuse.
static CmykColor getChocolate()
          Gets the color chocolate.
 ColorSpace getColorSpace()
          Gets the color space for the color.
 int getComponents()
          Gets the number of components for the device color.
static CmykColor getCoral()
          Gets the color coral.
static CmykColor getCornflowerBlue()
          Gets the color cornflowerblue.
static CmykColor getCornsilk()
          Gets the color corn silk.
static CmykColor getCrimson()
          Gets the color crimson.
static CmykColor getCyan()
          Gets the color cyan.
static CmykColor getDarkBlue()
          Gets the color dark blue.
static CmykColor getDarkCyan()
          Gets the color dark cyan.
static CmykColor getDarkGoldenRod()
          Gets the color dark golden rod.
static CmykColor getDarkGray()
          Gets the color dark gray.
static CmykColor getDarkGreen()
          Gets the color dark green.
static CmykColor getDarkKhaki()
          Gets the color dark khaki.
static CmykColor getDarkMagenta()
          Gets the color dark magenta.
static CmykColor getDarkOliveGreen()
          Gets the color dark olive green.
static CmykColor getDarkorange()
          Gets the color dark orange.
static CmykColor getDarkOrchid()
          Gets the color dark orchid.
static CmykColor getDarkRed()
          Gets the color dark red.
static CmykColor getDarkSalmon()
          Gets the color dark salmon.
static CmykColor getDarkSeaGreen()
          Gets the color dark sea green.
static CmykColor getDarkSlateBlue()
          Gets the color dark slate blue.
static CmykColor getDarkSlateGray()
          Gets the color dark slate gray.
static CmykColor getDarkTurquoise()
          Gets the color dark turquoise.
static CmykColor getDarkViolet()
          Gets the color dark violet.
static CmykColor getDeepPink()
          Gets the color deep pink.
static CmykColor getDeepSkyBlue()
          Gets the color deep sky blue.
static CmykColor getDimGray()
          Gets the color Dim Gray.
static CmykColor getDodgerBlue()
          Gets the color dodger blue.
static CmykColor getFeldspar()
          Gets the color feldspar.
static CmykColor getFireBrick()
          Gets the color firebrick.
static CmykColor getFloralWhite()
          Gets the color floral white.
static CmykColor getForestGreen()
          Gets the color forest green.
static CmykColor getFuchsia()
          Gets the color fuchsia.
static CmykColor getGainsboro()
          Gets the color gainsboro.
static CmykColor getGhostWhite()
           
static CmykColor getGold()
          Gets the color Gold.
static CmykColor getGoldenRod()
          Gets the color golden rod.
static CmykColor getGray()
          Gets the color gray.
static CmykColor getGreen()
           
static CmykColor getGreenYellow()
          Gets the color greenyellow.
static CmykColor getHoneyDew()
          Gets the color honey dew.
static CmykColor getHotPink()
          Gets the color hot pink.
static CmykColor getIndianRed()
          Gets the color Indian red.
static CmykColor getIndigo()
          Gets the color indigo.
static CmykColor getIvory()
          Gets the color ivory.
 float getK()
          Gets the black value.
static CmykColor getKhaki()
          Gets the color khaki.
static CmykColor getLavender()
          Gets the color lavender.
static CmykColor getLavenderBlush()
          Gets the color lavender blush.
static CmykColor getLawnGreen()
          Gets the color lawn green.
static CmykColor getLemonChiffon()
          Gets the color lemon chiffon.
static CmykColor getLightBlue()
          Gets the color light blue.
static CmykColor getLightCoral()
          Gets the color light coral.
static CmykColor getLightCyan()
          Gets the color light cyan.
static CmykColor getLightGoldenRodYellow()
          Gets the color light golden rod yellow.
static CmykColor getLightGreen()
          Gets the color light green.
static CmykColor getLightGrey()
          Gets the color light grey.
static CmykColor getLightPink()
          Gets the color light pink.
static CmykColor getLightSalmon()
          Gets the color light salmon.
static CmykColor getLightSeaGreen()
          Gets the color light sea green.
static CmykColor getLightSkyBlue()
          Gets the color light sky blue.
static CmykColor getLightSlateBlue()
          Gets the color light slate blue.
static CmykColor getLightSlateGray()
          Gets the color light slate gray.
static CmykColor getLightSteelBlue()
          Gets the color light steel blue.
static CmykColor getLightYellow()
          Gets the color light yellow.
static CmykColor getLime()
          Gets the color lime.
static CmykColor getLimeGreen()
          Gets the color lime green.
static CmykColor getLinen()
          Gets the color linen.
 float getM()
          Gets the magenta value.
static CmykColor getMagenta()
          Gets the color magenta.
static CmykColor getMaroon()
          Gets the color maroon.
static CmykColor getMediumAquaMarine()
          Gets the color medium aqua marine.
static CmykColor getMediumBlue()
          Gets the color medium blue.
static CmykColor getMediumOrchid()
          Gets the color medium orchid.
static CmykColor getMediumPurple()
          Gets the color medium purple.
static CmykColor getMediumSeaGreen()
          Gets the color medium sea green.
static CmykColor getMediumSlateBlue()
          Gets the color medium slate blue.
static CmykColor getMediumSpringGreen()
          Gets the color medium spring green.
static CmykColor getMediumTurquoise()
          Gets the color medium turquoise .
static CmykColor getMediumVioletRed()
          Gets the color medium violet red.
static CmykColor getMidnightBlue()
          Gets the color mid night blue.
static CmykColor getMintCream()
          Gets the color mint cream.
static CmykColor getMistyRose()
          Gets the color minty rose.
static CmykColor getMoccasin()
           
static CmykColor getNavajoWhite()
          Gets the color navajowhite.
static CmykColor getNavy()
          Gets the color navy.
static CmykColor getOldLace()
          Gets the color oldlace.
static CmykColor getOlive()
          Gets the color olive.
static CmykColor getOliveDrab()
          Gets the color olive drab.
static CmykColor getOrange()
          Gets the color orange .
static CmykColor getOrangeRed()
          Gets the color orange red.
static CmykColor getPaleGoldenRod()
          Gets the color pale golden rod.
static CmykColor getPaleGreen()
          Gets the color pale green.
static CmykColor getPaleTurquoise()
          Gets the color pale turquoise .
static CmykColor getPaleVioletRed()
          Gets the color pale violet red .
static CmykColor getPapayaWhip()
          Gets the color papaya whip .
static CmykColor getPeachPuff()
          Gets the color peachpuff .
static CmykColor getPeru()
          Gets the color peru .
static CmykColor getPink()
          Gets the color pink .
static CmykColor getPlum()
          Gets the color plum .
static CmykColor getPowderBlue()
          Gets the color powder blue .
static CmykColor getPurple()
          Gets the color purple.
static CmykColor getRed()
          Gets the color Red.
static CmykColor getRosyBrown()
          Gets the color rosy brown .
static CmykColor getRoyalBlue()
          Gets the color royal blue .
static CmykColor getSaddleBrown()
          Gets the color saddlebrown .
static CmykColor getSandyBrown()
          Gets the color sandy brown .
static CmykColor getSeaGreen()
          Gets the color sea green.
static CmykColor getSeaShell()
          Gets the color sea shell .
static CmykColor getSienna()
          Gets the color sienna .
static CmykColor getSilver()
          Gets the color silver.
static CmykColor getSkyBlue()
          Gets the color sky blue .
static CmykColor getSlateBlue()
          Gets the color slate blue .
static CmykColor getSlateGray()
          Gets the color slate gray .
static CmykColor getSnow()
          Gets the color snow .
static CmykColor getSpringGreen()
          Gets the color spring green .
static CmykColor getSteelBlue()
          Gets the color steel blue .
static CmykColor getTan()
          Gets the color tan .
static CmykColor getTeal()
          Gets the color teal .
static CmykColor getThistle()
          Gets the color Thistle .
static CmykColor getTomato()
          Gets the color tomato .
static CmykColor getTurquoise()
          Gets the color turquoise .
static CmykColor getViolet()
          Gets the color violet .
static CmykColor getVioletRed()
          Gets the color violet red .
static CmykColor getWheat()
          Gets the color wheat .
static CmykColor getWhite()
          Gets the color white.
static CmykColor getWhiteSmoke()
          Gets the color white smoke .
 float getY()
          Gets the yellow value.
static CmykColor getYellow()
          Gets the color yellow.
static CmykColor getYellowGreen()
          Gets the color yellow green .
 int hashCode()
          Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
static CmykColor Orchid()
          Gets the color orchid.
static CmykColor Sgetalmon()
          Gets the color salmon .
 void toStringBuffer(java.lang.StringBuffer stringBuffer)
          Appends the color information to the given StringBuffer object.
 
Methods inherited from class com.cete.dynamicpdf.DeviceColor
drawFill, drawStroke
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmykColor

public CmykColor(float cyan,
                 float magenta,
                 float yellow,
                 float black)
Initializes a new instance of the CmykColor class.

Throws:
java.lang.IllegalArgumentException - CMYK values must be from 0.0 to 1.0.
Parameters:
cyan - The cyan intensity.
magenta - The magenta intensity.
yellow - The yellow intensity.
black - The black intensity.
See Also:
CmykColor

CmykColor

public CmykColor(byte cyan,
                 byte magenta,
                 byte yellow,
                 byte black)
Initializes a new instance of the CmykColor class.

Parameters:
cyan - The cyan intensity.
magenta - The magenta intensity.
yellow - The yellow intensity.
black - The black intensity.
See Also:
CmykColor
Method Detail

equals

public boolean equals(java.lang.Object obj)
Tests equality of colors.

Specified by:
equals in class Color
Parameters:
obj - Object to compare to the current Color.
Returns:
true if the two colors are equal.

hashCode

public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Specified by:
hashCode in class Color
Returns:
A hash code for the current Color object.
See Also:
Color

getComponents

public int getComponents()
Gets the number of components for the device color.

Specified by:
getComponents in class DeviceColor

getColorSpace

public ColorSpace getColorSpace()
Gets the color space for the color.

Specified by:
getColorSpace in class Color

toStringBuffer

public void toStringBuffer(java.lang.StringBuffer stringBuffer)
Appends the color information to the given StringBuffer object.

Specified by:
toStringBuffer in class DeviceColor
Parameters:
stringBuffer - to receive the color information.

drawStroke

public void drawStroke(OperatorWriter writer)
Draws the color data to the given OperatorWriter object.

Overrides:
drawStroke in class Color
Parameters:
writer - OperatorWriter object to receive the color data.
See Also:
OperatorWriter

drawFill

public void drawFill(OperatorWriter writer)
Draws the color data to the given OperatorWriter object.

Overrides:
drawFill in class Color
Parameters:
writer - OperatorWriter object to receive the color data.
See Also:
OperatorWriter

getBlack

public static CmykColor getBlack()
Gets the color black.


getSilver

public static CmykColor getSilver()
Gets the color silver.


getDarkGray

public static CmykColor getDarkGray()
Gets the color dark gray.


getGray

public static CmykColor getGray()
Gets the color gray.


getDimGray

public static CmykColor getDimGray()
Gets the color Dim Gray.


getWhite

public static CmykColor getWhite()
Gets the color white.


getRed

public static CmykColor getRed()
Gets the color Red.


getGreen

public static CmykColor getGreen()

getLime

public static CmykColor getLime()
Gets the color lime.


getAqua

public static CmykColor getAqua()
Gets the color aqua.


getPurple

public static CmykColor getPurple()
Gets the color purple.


getBlue

public static CmykColor getBlue()
Gets the color Blue.


getCyan

public static CmykColor getCyan()
Gets the color cyan.


getMagenta

public static CmykColor getMagenta()
Gets the color magenta.


getYellow

public static CmykColor getYellow()
Gets the color yellow.


getAliceBlue

public static CmykColor getAliceBlue()
Gets the color alice blue.


getAntiqueWhite

public static CmykColor getAntiqueWhite()
Gets the color antique white.


getAquamarine

public static CmykColor getAquamarine()
Gets the color Aquamarine.


getAzure

public static CmykColor getAzure()
Gets the color azure.


getBeige

public static CmykColor getBeige()
Gets the color beige.


getBisque

public static CmykColor getBisque()
Gets the color bisque.


getBlanchedAlmond

public static CmykColor getBlanchedAlmond()
Gets the color blanchedAlmond.


getBlueViolet

public static CmykColor getBlueViolet()
Gets the color blue Violet.


getBrown

public static CmykColor getBrown()
Gets the color brown.


getBurlyWood

public static CmykColor getBurlyWood()
Gets the color burlyWood.


getCadetBlue

public static CmykColor getCadetBlue()
Gets the color cadetBlue.


getChartreuse

public static CmykColor getChartreuse()
Gets the color chartreuse.


getChocolate

public static CmykColor getChocolate()
Gets the color chocolate.


getCoral

public static CmykColor getCoral()
Gets the color coral.


getCornflowerBlue

public static CmykColor getCornflowerBlue()
Gets the color cornflowerblue.


getCornsilk

public static CmykColor getCornsilk()
Gets the color corn silk.


getCrimson

public static CmykColor getCrimson()
Gets the color crimson.


getDarkBlue

public static CmykColor getDarkBlue()
Gets the color dark blue.


getDarkCyan

public static CmykColor getDarkCyan()
Gets the color dark cyan.


getDarkGoldenRod

public static CmykColor getDarkGoldenRod()
Gets the color dark golden rod.


getDarkGreen

public static CmykColor getDarkGreen()
Gets the color dark green.


getDarkKhaki

public static CmykColor getDarkKhaki()
Gets the color dark khaki.


getDarkMagenta

public static CmykColor getDarkMagenta()
Gets the color dark magenta.


getDarkOliveGreen

public static CmykColor getDarkOliveGreen()
Gets the color dark olive green.


getDarkorange

public static CmykColor getDarkorange()
Gets the color dark orange.


getDarkOrchid

public static CmykColor getDarkOrchid()
Gets the color dark orchid.


getDarkRed

public static CmykColor getDarkRed()
Gets the color dark red.


getDarkSalmon

public static CmykColor getDarkSalmon()
Gets the color dark salmon.


getDarkSeaGreen

public static CmykColor getDarkSeaGreen()
Gets the color dark sea green.


getDarkSlateBlue

public static CmykColor getDarkSlateBlue()
Gets the color dark slate blue.


getDarkSlateGray

public static CmykColor getDarkSlateGray()
Gets the color dark slate gray.


getDarkTurquoise

public static CmykColor getDarkTurquoise()
Gets the color dark turquoise.


getDarkViolet

public static CmykColor getDarkViolet()
Gets the color dark violet.


getDeepPink

public static CmykColor getDeepPink()
Gets the color deep pink.


getDeepSkyBlue

public static CmykColor getDeepSkyBlue()
Gets the color deep sky blue.


getDodgerBlue

public static CmykColor getDodgerBlue()
Gets the color dodger blue.


getFeldspar

public static CmykColor getFeldspar()
Gets the color feldspar.


getFireBrick

public static CmykColor getFireBrick()
Gets the color firebrick.


getFloralWhite

public static CmykColor getFloralWhite()
Gets the color floral white.


getForestGreen

public static CmykColor getForestGreen()
Gets the color forest green.


getFuchsia

public static CmykColor getFuchsia()
Gets the color fuchsia.


getGainsboro

public static CmykColor getGainsboro()
Gets the color gainsboro.


getGhostWhite

public static CmykColor getGhostWhite()

getGold

public static CmykColor getGold()
Gets the color Gold.


getGoldenRod

public static CmykColor getGoldenRod()
Gets the color golden rod.


getGreenYellow

public static CmykColor getGreenYellow()
Gets the color greenyellow.


getHoneyDew

public static CmykColor getHoneyDew()
Gets the color honey dew.


getHotPink

public static CmykColor getHotPink()
Gets the color hot pink.


getIndianRed

public static CmykColor getIndianRed()
Gets the color Indian red.


getIndigo

public static CmykColor getIndigo()
Gets the color indigo.


getIvory

public static CmykColor getIvory()
Gets the color ivory.


getKhaki

public static CmykColor getKhaki()
Gets the color khaki.


getLavender

public static CmykColor getLavender()
Gets the color lavender.


getLavenderBlush

public static CmykColor getLavenderBlush()
Gets the color lavender blush.


getLawnGreen

public static CmykColor getLawnGreen()
Gets the color lawn green.


getLemonChiffon

public static CmykColor getLemonChiffon()
Gets the color lemon chiffon.


getLightBlue

public static CmykColor getLightBlue()
Gets the color light blue.


getLightCoral

public static CmykColor getLightCoral()
Gets the color light coral.


getLightCyan

public static CmykColor getLightCyan()
Gets the color light cyan.


getLightGoldenRodYellow

public static CmykColor getLightGoldenRodYellow()
Gets the color light golden rod yellow.


getLightGrey

public static CmykColor getLightGrey()
Gets the color light grey.


getLightGreen

public static CmykColor getLightGreen()
Gets the color light green.


getLightPink

public static CmykColor getLightPink()
Gets the color light pink.


getLightSalmon

public static CmykColor getLightSalmon()
Gets the color light salmon.


getLightSeaGreen

public static CmykColor getLightSeaGreen()
Gets the color light sea green.


getLightSkyBlue

public static CmykColor getLightSkyBlue()
Gets the color light sky blue.


getLightSlateBlue

public static CmykColor getLightSlateBlue()
Gets the color light slate blue.


getLightSlateGray

public static CmykColor getLightSlateGray()
Gets the color light slate gray.


getLightSteelBlue

public static CmykColor getLightSteelBlue()
Gets the color light steel blue.


getLightYellow

public static CmykColor getLightYellow()
Gets the color light yellow.


getLimeGreen

public static CmykColor getLimeGreen()
Gets the color lime green.


getLinen

public static CmykColor getLinen()
Gets the color linen.


getMaroon

public static CmykColor getMaroon()
Gets the color maroon.


getMediumAquaMarine

public static CmykColor getMediumAquaMarine()
Gets the color medium aqua marine.


getMediumBlue

public static CmykColor getMediumBlue()
Gets the color medium blue.


getMediumOrchid

public static CmykColor getMediumOrchid()
Gets the color medium orchid.


getMediumPurple

public static CmykColor getMediumPurple()
Gets the color medium purple.


getMediumSeaGreen

public static CmykColor getMediumSeaGreen()
Gets the color medium sea green.


getMediumSlateBlue

public static CmykColor getMediumSlateBlue()
Gets the color medium slate blue.


getMediumSpringGreen

public static CmykColor getMediumSpringGreen()
Gets the color medium spring green.


getMediumTurquoise

public static CmykColor getMediumTurquoise()
Gets the color medium turquoise .


getMediumVioletRed

public static CmykColor getMediumVioletRed()
Gets the color medium violet red.


getMidnightBlue

public static CmykColor getMidnightBlue()
Gets the color mid night blue.


getMintCream

public static CmykColor getMintCream()
Gets the color mint cream.


getMistyRose

public static CmykColor getMistyRose()
Gets the color minty rose.


getMoccasin

public static CmykColor getMoccasin()

getNavajoWhite

public static CmykColor getNavajoWhite()
Gets the color navajowhite.


getNavy

public static CmykColor getNavy()
Gets the color navy.


getOldLace

public static CmykColor getOldLace()
Gets the color oldlace.


getOlive

public static CmykColor getOlive()
Gets the color olive.


getOliveDrab

public static CmykColor getOliveDrab()
Gets the color olive drab.


getOrange

public static CmykColor getOrange()
Gets the color orange .


getOrangeRed

public static CmykColor getOrangeRed()
Gets the color orange red.


Orchid

public static CmykColor Orchid()
Gets the color orchid.


getPaleGoldenRod

public static CmykColor getPaleGoldenRod()
Gets the color pale golden rod.


getPaleGreen

public static CmykColor getPaleGreen()
Gets the color pale green.


getPaleTurquoise

public static CmykColor getPaleTurquoise()
Gets the color pale turquoise .


getPaleVioletRed

public static CmykColor getPaleVioletRed()
Gets the color pale violet red .


getPapayaWhip

public static CmykColor getPapayaWhip()
Gets the color papaya whip .


getPeachPuff

public static CmykColor getPeachPuff()
Gets the color peachpuff .


getPeru

public static CmykColor getPeru()
Gets the color peru .


getPink

public static CmykColor getPink()
Gets the color pink .


getPlum

public static CmykColor getPlum()
Gets the color plum .


getPowderBlue

public static CmykColor getPowderBlue()
Gets the color powder blue .


getRosyBrown

public static CmykColor getRosyBrown()
Gets the color rosy brown .


getRoyalBlue

public static CmykColor getRoyalBlue()
Gets the color royal blue .


getSaddleBrown

public static CmykColor getSaddleBrown()
Gets the color saddlebrown .


Sgetalmon

public static CmykColor Sgetalmon()
Gets the color salmon .


getSandyBrown

public static CmykColor getSandyBrown()
Gets the color sandy brown .


getSeaGreen

public static CmykColor getSeaGreen()
Gets the color sea green.


getSeaShell

public static CmykColor getSeaShell()
Gets the color sea shell .


getSienna

public static CmykColor getSienna()
Gets the color sienna .


getSkyBlue

public static CmykColor getSkyBlue()
Gets the color sky blue .


getSlateBlue

public static CmykColor getSlateBlue()
Gets the color slate blue .


getSlateGray

public static CmykColor getSlateGray()
Gets the color slate gray .


getSnow

public static CmykColor getSnow()
Gets the color snow .


getSpringGreen

public static CmykColor getSpringGreen()
Gets the color spring green .


getSteelBlue

public static CmykColor getSteelBlue()
Gets the color steel blue .


getTan

public static CmykColor getTan()
Gets the color tan .


getTeal

public static CmykColor getTeal()
Gets the color teal .


getThistle

public static CmykColor getThistle()
Gets the color Thistle .


getTomato

public static CmykColor getTomato()
Gets the color tomato .


getTurquoise

public static CmykColor getTurquoise()
Gets the color turquoise .


getViolet

public static CmykColor getViolet()
Gets the color violet .


getVioletRed

public static CmykColor getVioletRed()
Gets the color violet red .


getWheat

public static CmykColor getWheat()
Gets the color wheat .


getWhiteSmoke

public static CmykColor getWhiteSmoke()
Gets the color white smoke .


getYellowGreen

public static CmykColor getYellowGreen()
Gets the color yellow green .


draw

public void draw(OperatorWriter writer,
                 Apply apply)
Draws the color data to the given OperatorWriter object.

Parameters:
writer - OperatorWriter object to receive the color data.
apply - Defines how the color is applied.
See Also:
OperatorWriter

getC

public float getC()
Gets the cyan value.


getM

public float getM()
Gets the magenta value.


getY

public float getY()
Gets the yellow value.


getK

public float getK()
Gets the black value.


DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software