Skip to main content

PdfColor Class

A PDF color value.

Declaration

public class PdfColor extends JavaObject implements ICloneable

Implements

com.devexpress.system.ICloneable

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
PdfColor

PdfColor(double[] components)

Initializes a new instance of the PdfColor class with specified settings.

Declaration

public PdfColor(double[] components)

Parameters

Name Type Description
components double[]

The color components.

Methods

create(double[] components) Method

Creates a PDF color from the specified components.

Declaration

public static PdfColor create(double[] components)

Parameters

Name Type Description
components double[]

The color components.

Returns

Type Description
PdfColor

A PDF color created from the specified components.

deepClone() Method

Creates a deep copy of the color.

Declaration

public PdfColor deepClone()

Returns

Type Description
PdfColor

A deep copy of the color.

equals(Object obj) Method

Determines whether this color is equal to the specified object.

Declaration

public boolean equals(Object obj)

Parameters

Name Type Description
obj Object

The object to compare with this color.

Returns

Type Description
boolean

true if the specified object is equal to this color; otherwise, false.

fromCmyk(double c, double m, double y, double k) Method

Creates a PDF color from CMYK components.

Declaration

public static PdfColor fromCmyk(double c, double m, double y, double k)

Parameters

Name Type Description
c double

The cyan component.

m double

The magenta component.

y double

The yellow component.

k double

The key (black) component.

Returns

Type Description
PdfColor

A PDF color created from the specified CMYK components.

fromGray(double g) Method

Creates a PDF color from a grayscale component.

Declaration

public static PdfColor fromGray(double g)

Parameters

Name Type Description
g double

The grayscale component.

Returns

Type Description
PdfColor

A PDF color created from the specified grayscale component.

fromRgb(int r, int g, int b) Method

Creates a PDF color from RGB components.

Declaration

public static PdfColor fromRgb(int r, int g, int b)

Parameters

Name Type Description
r int

The red component.

g int

The green component.

b int

The blue component.

Returns

Type Description
PdfColor

A PDF color created from the specified RGB components.

getAliceBlue() Method

Returns the AliceBlue color.

Declaration

public static PdfColor getAliceBlue()

Returns

Type Description
PdfColor

The AliceBlue color.

getAntiqueWhite() Method

Returns the AntiqueWhite color.

Declaration

public static PdfColor getAntiqueWhite()

Returns

Type Description
PdfColor

The AntiqueWhite color.

getAqua() Method

Returns the Aqua color.

Declaration

public static PdfColor getAqua()

Returns

Type Description
PdfColor

The Aqua color.

getAquamarine() Method

Returns the Aquamarine color.

Declaration

public static PdfColor getAquamarine()

Returns

Type Description
PdfColor

The Aquamarine color.

getAzure() Method

Returns the Azure color.

Declaration

public static PdfColor getAzure()

Returns

Type Description
PdfColor

The Azure color.

getBeige() Method

Returns the Beige color.

Declaration

public static PdfColor getBeige()

Returns

Type Description
PdfColor

The Beige color.

getBisque() Method

Returns the Bisque color.

Declaration

public static PdfColor getBisque()

Returns

Type Description
PdfColor

The Bisque color.

getBlack() Method

Returns the Black color.

Declaration

public static PdfColor getBlack()

Returns

Type Description
PdfColor

The Black color.

getBlanchedAlmond() Method

Returns the BlanchedAlmond color.

Declaration

public static PdfColor getBlanchedAlmond()

Returns

Type Description
PdfColor

The BlanchedAlmond color.

getBlue() Method

Returns the Blue color.

Declaration

public static PdfColor getBlue()

Returns

Type Description
PdfColor

The Blue color.

getBlueViolet() Method

Returns the BlueViolet color.

Declaration

public static PdfColor getBlueViolet()

Returns

Type Description
PdfColor

The BlueViolet color.

getBrown() Method

Returns the Brown color.

Declaration

public static PdfColor getBrown()

Returns

Type Description
PdfColor

The Brown color.

getBurlyWood() Method

Returns the BurlyWood color.

Declaration

public static PdfColor getBurlyWood()

Returns

Type Description
PdfColor

The BurlyWood color.

getCadetBlue() Method

Returns the CadetBlue color.

Declaration

public static PdfColor getCadetBlue()

Returns

Type Description
PdfColor

The CadetBlue color.

getChartreuse() Method

Returns the Chartreuse color.

Declaration

public static PdfColor getChartreuse()

Returns

Type Description
PdfColor

The Chartreuse color.

getChocolate() Method

Returns the Chocolate color.

Declaration

public static PdfColor getChocolate()

Returns

Type Description
PdfColor

The Chocolate color.

getComponents() Method

Returns the color components.

Declaration

public double[] getComponents()

Returns

Type Description
double[]

The color components.

getCoral() Method

Returns the Coral color.

Declaration

public static PdfColor getCoral()

Returns

Type Description
PdfColor

The Coral color.

getCornflowerBlue() Method

Returns the CornflowerBlue color.

Declaration

public static PdfColor getCornflowerBlue()

Returns

Type Description
PdfColor

The CornflowerBlue color.

getCornsilk() Method

Returns the Cornsilk color.

Declaration

public static PdfColor getCornsilk()

Returns

Type Description
PdfColor

The Cornsilk color.

getCrimson() Method

Returns the Crimson color.

Declaration

public static PdfColor getCrimson()

Returns

Type Description
PdfColor

The Crimson color.

getCyan() Method

Returns the Cyan color.

Declaration

public static PdfColor getCyan()

Returns

Type Description
PdfColor

The Cyan color.

getDarkBlue() Method

Returns the DarkBlue color.

Declaration

public static PdfColor getDarkBlue()

Returns

Type Description
PdfColor

The DarkBlue color.

getDarkCyan() Method

Returns the DarkCyan color.

Declaration

public static PdfColor getDarkCyan()

Returns

Type Description
PdfColor

The DarkCyan color.

getDarkGoldenrod() Method

Returns the DarkGoldenrod color.

Declaration

public static PdfColor getDarkGoldenrod()

Returns

Type Description
PdfColor

The DarkGoldenrod color.

getDarkGray() Method

Returns the DarkGray color.

Declaration

public static PdfColor getDarkGray()

Returns

Type Description
PdfColor

The DarkGray color.

getDarkGreen() Method

Returns the DarkGreen color.

Declaration

public static PdfColor getDarkGreen()

Returns

Type Description
PdfColor

The DarkGreen color.

getDarkKhaki() Method

Returns the DarkKhaki color.

Declaration

public static PdfColor getDarkKhaki()

Returns

Type Description
PdfColor

The DarkKhaki color.

getDarkMagenta() Method

Returns the DarkMagenta color.

Declaration

public static PdfColor getDarkMagenta()

Returns

Type Description
PdfColor

The DarkMagenta color.

getDarkOliveGreen() Method

Returns the DarkOliveGreen color.

Declaration

public static PdfColor getDarkOliveGreen()

Returns

Type Description
PdfColor

The DarkOliveGreen color.

getDarkOrange() Method

Returns the DarkOrange color.

Declaration

public static PdfColor getDarkOrange()

Returns

Type Description
PdfColor

The DarkOrange color.

getDarkOrchid() Method

Returns the DarkOrchid color.

Declaration

public static PdfColor getDarkOrchid()

Returns

Type Description
PdfColor

The DarkOrchid color.

getDarkRed() Method

Returns the DarkRed color.

Declaration

public static PdfColor getDarkRed()

Returns

Type Description
PdfColor

The DarkRed color.

getDarkSalmon() Method

Returns the DarkSalmon color.

Declaration

public static PdfColor getDarkSalmon()

Returns

Type Description
PdfColor

The DarkSalmon color.

getDarkSeaGreen() Method

Returns the DarkSeaGreen color.

Declaration

public static PdfColor getDarkSeaGreen()

Returns

Type Description
PdfColor

The DarkSeaGreen color.

getDarkSlateBlue() Method

Returns the DarkSlateBlue color.

Declaration

public static PdfColor getDarkSlateBlue()

Returns

Type Description
PdfColor

The DarkSlateBlue color.

getDarkSlateGray() Method

Returns the DarkSlateGray color.

Declaration

public static PdfColor getDarkSlateGray()

Returns

Type Description
PdfColor

The DarkSlateGray color.

getDarkTurquoise() Method

Returns the DarkTurquoise color.

Declaration

public static PdfColor getDarkTurquoise()

Returns

Type Description
PdfColor

The DarkTurquoise color.

getDarkViolet() Method

Returns the DarkViolet color.

Declaration

public static PdfColor getDarkViolet()

Returns

Type Description
PdfColor

The DarkViolet color.

getDeepPink() Method

Returns the DeepPink color.

Declaration

public static PdfColor getDeepPink()

Returns

Type Description
PdfColor

The DeepPink color.

getDeepSkyBlue() Method

Returns the DeepSkyBlue color.

Declaration

public static PdfColor getDeepSkyBlue()

Returns

Type Description
PdfColor

The DeepSkyBlue color.

getDimGray() Method

Returns the DimGray color.

Declaration

public static PdfColor getDimGray()

Returns

Type Description
PdfColor

The DimGray color.

getDodgerBlue() Method

Returns the DodgerBlue color.

Declaration

public static PdfColor getDodgerBlue()

Returns

Type Description
PdfColor

The DodgerBlue color.

getFirebrick() Method

Returns the Firebrick color.

Declaration

public static PdfColor getFirebrick()

Returns

Type Description
PdfColor

The Firebrick color.

getFloralWhite() Method

Returns the FloralWhite color.

Declaration

public static PdfColor getFloralWhite()

Returns

Type Description
PdfColor

The FloralWhite color.

getForestGreen() Method

Returns the ForestGreen color.

Declaration

public static PdfColor getForestGreen()

Returns

Type Description
PdfColor

The ForestGreen color.

getFuchsia() Method

Returns the Fuchsia color.

Declaration

public static PdfColor getFuchsia()

Returns

Type Description
PdfColor

The Fuchsia color.

getGainsboro() Method

Returns the Gainsboro color.

Declaration

public static PdfColor getGainsboro()

Returns

Type Description
PdfColor

The Gainsboro color.

getGhostWhite() Method

Returns the GhostWhite color.

Declaration

public static PdfColor getGhostWhite()

Returns

Type Description
PdfColor

The GhostWhite color.

getGold() Method

Returns the Gold color.

Declaration

public static PdfColor getGold()

Returns

Type Description
PdfColor

The Gold color.

getGoldenrod() Method

Returns the Goldenrod color.

Declaration

public static PdfColor getGoldenrod()

Returns

Type Description
PdfColor

The Goldenrod color.

getGray() Method

Returns the Gray color.

Declaration

public static PdfColor getGray()

Returns

Type Description
PdfColor

The Gray color.

getGreen() Method

Returns the Green color.

Declaration

public static PdfColor getGreen()

Returns

Type Description
PdfColor

The Green color.

getGreenYellow() Method

Returns the GreenYellow color.

Declaration

public static PdfColor getGreenYellow()

Returns

Type Description
PdfColor

The GreenYellow color.

getHoneydew() Method

Returns the Honeydew color.

Declaration

public static PdfColor getHoneydew()

Returns

Type Description
PdfColor

The Honeydew color.

getHotPink() Method

Returns the HotPink color.

Declaration

public static PdfColor getHotPink()

Returns

Type Description
PdfColor

The HotPink color.

getIndianRed() Method

Returns the IndianRed color.

Declaration

public static PdfColor getIndianRed()

Returns

Type Description
PdfColor

The IndianRed color.

getIndigo() Method

Returns the Indigo color.

Declaration

public static PdfColor getIndigo()

Returns

Type Description
PdfColor

The Indigo color.

getIvory() Method

Returns the Ivory color.

Declaration

public static PdfColor getIvory()

Returns

Type Description
PdfColor

The Ivory color.

getKhaki() Method

Returns the Khaki color.

Declaration

public static PdfColor getKhaki()

Returns

Type Description
PdfColor

The Khaki color.

getLavender() Method

Returns the Lavender color.

Declaration

public static PdfColor getLavender()

Returns

Type Description
PdfColor

The Lavender color.

getLavenderBlush() Method

Returns the LavenderBlush color.

Declaration

public static PdfColor getLavenderBlush()

Returns

Type Description
PdfColor

The LavenderBlush color.

getLawnGreen() Method

Returns the LawnGreen color.

Declaration

public static PdfColor getLawnGreen()

Returns

Type Description
PdfColor

The LawnGreen color.

getLemonChiffon() Method

Returns the LemonChiffon color.

Declaration

public static PdfColor getLemonChiffon()

Returns

Type Description
PdfColor

The LemonChiffon color.

getLightBlue() Method

Returns the LightBlue color.

Declaration

public static PdfColor getLightBlue()

Returns

Type Description
PdfColor

The LightBlue color.

getLightCoral() Method

Returns the LightCoral color.

Declaration

public static PdfColor getLightCoral()

Returns

Type Description
PdfColor

The LightCoral color.

getLightCyan() Method

Returns the LightCyan color.

Declaration

public static PdfColor getLightCyan()

Returns

Type Description
PdfColor

The LightCyan color.

getLightGoldenrodYellow() Method

Returns the LightGoldenrodYellow color.

Declaration

public static PdfColor getLightGoldenrodYellow()

Returns

Type Description
PdfColor

The LightGoldenrodYellow color.

getLightGray() Method

Returns the LightGray color.

Declaration

public static PdfColor getLightGray()

Returns

Type Description
PdfColor

The LightGray color.

getLightGreen() Method

Returns the LightGreen color.

Declaration

public static PdfColor getLightGreen()

Returns

Type Description
PdfColor

The LightGreen color.

getLightPink() Method

Returns the LightPink color.

Declaration

public static PdfColor getLightPink()

Returns

Type Description
PdfColor

The LightPink color.

getLightSalmon() Method

Returns the LightSalmon color.

Declaration

public static PdfColor getLightSalmon()

Returns

Type Description
PdfColor

The LightSalmon color.

getLightSeaGreen() Method

Returns the LightSeaGreen color.

Declaration

public static PdfColor getLightSeaGreen()

Returns

Type Description
PdfColor

The LightSeaGreen color.

getLightSkyBlue() Method

Returns the LightSkyBlue color.

Declaration

public static PdfColor getLightSkyBlue()

Returns

Type Description
PdfColor

The LightSkyBlue color.

getLightSlateGray() Method

Returns the LightSlateGray color.

Declaration

public static PdfColor getLightSlateGray()

Returns

Type Description
PdfColor

The LightSlateGray color.

getLightSteelBlue() Method

Returns the LightSteelBlue color.

Declaration

public static PdfColor getLightSteelBlue()

Returns

Type Description
PdfColor

The LightSteelBlue color.

getLightYellow() Method

Returns the LightYellow color.

Declaration

public static PdfColor getLightYellow()

Returns

Type Description
PdfColor

The LightYellow color.

getLime() Method

Returns the Lime color.

Declaration

public static PdfColor getLime()

Returns

Type Description
PdfColor

The Lime color.

getLimeGreen() Method

Returns the LimeGreen color.

Declaration

public static PdfColor getLimeGreen()

Returns

Type Description
PdfColor

The LimeGreen color.

getLinen() Method

Returns the Linen color.

Declaration

public static PdfColor getLinen()

Returns

Type Description
PdfColor

The Linen color.

getMagenta() Method

Returns the Magenta color.

Declaration

public static PdfColor getMagenta()

Returns

Type Description
PdfColor

The Magenta color.

getMaroon() Method

Returns the Maroon color.

Declaration

public static PdfColor getMaroon()

Returns

Type Description
PdfColor

The Maroon color.

getMediumAquamarine() Method

Returns the MediumAquamarine color.

Declaration

public static PdfColor getMediumAquamarine()

Returns

Type Description
PdfColor

The MediumAquamarine color.

getMediumBlue() Method

Returns the MediumBlue color.

Declaration

public static PdfColor getMediumBlue()

Returns

Type Description
PdfColor

The MediumBlue color.

getMediumOrchid() Method

Returns the MediumOrchid color.

Declaration

public static PdfColor getMediumOrchid()

Returns

Type Description
PdfColor

The MediumOrchid color.

getMediumPurple() Method

Returns the MediumPurple color.

Declaration

public static PdfColor getMediumPurple()

Returns

Type Description
PdfColor

The MediumPurple color.

getMediumSeaGreen() Method

Returns the MediumSeaGreen color.

Declaration

public static PdfColor getMediumSeaGreen()

Returns

Type Description
PdfColor

The MediumSeaGreen color.

getMediumSlateBlue() Method

Returns the MediumSlateBlue color.

Declaration

public static PdfColor getMediumSlateBlue()

Returns

Type Description
PdfColor

The MediumSlateBlue color.

getMediumSpringGreen() Method

Returns the MediumSpringGreen color.

Declaration

public static PdfColor getMediumSpringGreen()

Returns

Type Description
PdfColor

The MediumSpringGreen color.

getMediumTurquoise() Method

Returns the MediumTurquoise color.

Declaration

public static PdfColor getMediumTurquoise()

Returns

Type Description
PdfColor

The MediumTurquoise color.

getMediumVioletRed() Method

Returns the MediumVioletRed color.

Declaration

public static PdfColor getMediumVioletRed()

Returns

Type Description
PdfColor

The MediumVioletRed color.

getMidnightBlue() Method

Returns the MidnightBlue color.

Declaration

public static PdfColor getMidnightBlue()

Returns

Type Description
PdfColor

The MidnightBlue color.

getMintCream() Method

Returns the MintCream color.

Declaration

public static PdfColor getMintCream()

Returns

Type Description
PdfColor

The MintCream color.

getMistyRose() Method

Returns the MistyRose color.

Declaration

public static PdfColor getMistyRose()

Returns

Type Description
PdfColor

The MistyRose color.

getMoccasin() Method

Returns the Moccasin color.

Declaration

public static PdfColor getMoccasin()

Returns

Type Description
PdfColor

The Moccasin color.

getNavajoWhite() Method

Returns the NavajoWhite color.

Declaration

public static PdfColor getNavajoWhite()

Returns

Type Description
PdfColor

The NavajoWhite color.

getNavy() Method

Returns the Navy color.

Declaration

public static PdfColor getNavy()

Returns

Type Description
PdfColor

The Navy color.

getOldLace() Method

Returns the OldLace color.

Declaration

public static PdfColor getOldLace()

Returns

Type Description
PdfColor

The OldLace color.

getOlive() Method

Returns the Olive color.

Declaration

public static PdfColor getOlive()

Returns

Type Description
PdfColor

The Olive color.

getOliveDrab() Method

Returns the OliveDrab color.

Declaration

public static PdfColor getOliveDrab()

Returns

Type Description
PdfColor

The OliveDrab color.

getOrange() Method

Returns the Orange color.

Declaration

public static PdfColor getOrange()

Returns

Type Description
PdfColor

The Orange color.

getOrangeRed() Method

Returns the OrangeRed color.

Declaration

public static PdfColor getOrangeRed()

Returns

Type Description
PdfColor

The OrangeRed color.

getOrchid() Method

Returns the Orchid color.

Declaration

public static PdfColor getOrchid()

Returns

Type Description
PdfColor

The Orchid color.

getPaleGoldenrod() Method

Returns the PaleGoldenrod color.

Declaration

public static PdfColor getPaleGoldenrod()

Returns

Type Description
PdfColor

The PaleGoldenrod color.

getPaleGreen() Method

Returns the PaleGreen color.

Declaration

public static PdfColor getPaleGreen()

Returns

Type Description
PdfColor

The PaleGreen color.

getPaleTurquoise() Method

Returns the PaleTurquoise color.

Declaration

public static PdfColor getPaleTurquoise()

Returns

Type Description
PdfColor

The PaleTurquoise color.

getPaleVioletRed() Method

Returns the PaleVioletRed color.

Declaration

public static PdfColor getPaleVioletRed()

Returns

Type Description
PdfColor

The PaleVioletRed color.

getPapayaWhip() Method

Returns the PapayaWhip color.

Declaration

public static PdfColor getPapayaWhip()

Returns

Type Description
PdfColor

The PapayaWhip color.

getPeachPuff() Method

Returns the PeachPuff color.

Declaration

public static PdfColor getPeachPuff()

Returns

Type Description
PdfColor

The PeachPuff color.

getPeru() Method

Returns the Peru color.

Declaration

public static PdfColor getPeru()

Returns

Type Description
PdfColor

The Peru color.

getPink() Method

Returns the Pink color.

Declaration

public static PdfColor getPink()

Returns

Type Description
PdfColor

The Pink color.

getPlum() Method

Returns the Plum color.

Declaration

public static PdfColor getPlum()

Returns

Type Description
PdfColor

The Plum color.

getPowderBlue() Method

Returns the PowderBlue color.

Declaration

public static PdfColor getPowderBlue()

Returns

Type Description
PdfColor

The PowderBlue color.

getPurple() Method

Returns the Purple color.

Declaration

public static PdfColor getPurple()

Returns

Type Description
PdfColor

The Purple color.

getRed() Method

Returns the Red color.

Declaration

public static PdfColor getRed()

Returns

Type Description
PdfColor

The Red color.

getRosyBrown() Method

Returns the RosyBrown color.

Declaration

public static PdfColor getRosyBrown()

Returns

Type Description
PdfColor

The RosyBrown color.

getRoyalBlue() Method

Returns the RoyalBlue color.

Declaration

public static PdfColor getRoyalBlue()

Returns

Type Description
PdfColor

The RoyalBlue color.

getSaddleBrown() Method

Returns the SaddleBrown color.

Declaration

public static PdfColor getSaddleBrown()

Returns

Type Description
PdfColor

The SaddleBrown color.

getSalmon() Method

Returns the Salmon color.

Declaration

public static PdfColor getSalmon()

Returns

Type Description
PdfColor

The Salmon color.

getSandyBrown() Method

Returns the SandyBrown color.

Declaration

public static PdfColor getSandyBrown()

Returns

Type Description
PdfColor

The SandyBrown color.

getSeaGreen() Method

Returns the SeaGreen color.

Declaration

public static PdfColor getSeaGreen()

Returns

Type Description
PdfColor

The SeaGreen color.

getSeaShell() Method

Returns the SeaShell color.

Declaration

public static PdfColor getSeaShell()

Returns

Type Description
PdfColor

The SeaShell color.

getSienna() Method

Returns the Sienna color.

Declaration

public static PdfColor getSienna()

Returns

Type Description
PdfColor

The Sienna color.

getSilver() Method

Returns the Silver color.

Declaration

public static PdfColor getSilver()

Returns

Type Description
PdfColor

The Silver color.

getSkyBlue() Method

Returns the SkyBlue color.

Declaration

public static PdfColor getSkyBlue()

Returns

Type Description
PdfColor

The SkyBlue color.

getSlateBlue() Method

Returns the SlateBlue color.

Declaration

public static PdfColor getSlateBlue()

Returns

Type Description
PdfColor

The SlateBlue color.

getSlateGray() Method

Returns the SlateGray color.

Declaration

public static PdfColor getSlateGray()

Returns

Type Description
PdfColor

The SlateGray color.

getSnow() Method

Returns the Snow color.

Declaration

public static PdfColor getSnow()

Returns

Type Description
PdfColor

The Snow color.

getSpringGreen() Method

Returns the SpringGreen color.

Declaration

public static PdfColor getSpringGreen()

Returns

Type Description
PdfColor

The SpringGreen color.

getSteelBlue() Method

Returns the SteelBlue color.

Declaration

public static PdfColor getSteelBlue()

Returns

Type Description
PdfColor

The SteelBlue color.

getTan() Method

Returns the Tan color.

Declaration

public static PdfColor getTan()

Returns

Type Description
PdfColor

The Tan color.

getTeal() Method

Returns the Teal color.

Declaration

public static PdfColor getTeal()

Returns

Type Description
PdfColor

The Teal color.

getThistle() Method

Returns the Thistle color.

Declaration

public static PdfColor getThistle()

Returns

Type Description
PdfColor

The Thistle color.

getTomato() Method

Returns the Tomato color.

Declaration

public static PdfColor getTomato()

Returns

Type Description
PdfColor

The Tomato color.

getTurquoise() Method

Returns the Turquoise color.

Declaration

public static PdfColor getTurquoise()

Returns

Type Description
PdfColor

The Turquoise color.

getViolet() Method

Returns the Violet color.

Declaration

public static PdfColor getViolet()

Returns

Type Description
PdfColor

The Violet color.

getWheat() Method

Returns the Wheat color.

Declaration

public static PdfColor getWheat()

Returns

Type Description
PdfColor

The Wheat color.

getWhite() Method

Returns the White color.

Declaration

public static PdfColor getWhite()

Returns

Type Description
PdfColor

The White color.

getWhiteSmoke() Method

Returns the WhiteSmoke color.

Declaration

public static PdfColor getWhiteSmoke()

Returns

Type Description
PdfColor

The WhiteSmoke color.

getYellow() Method

Returns the Yellow color.

Declaration

public static PdfColor getYellow()

Returns

Type Description
PdfColor

The Yellow color.

getYellowGreen() Method

Returns the YellowGreen color.

Declaration

public static PdfColor getYellowGreen()

Returns

Type Description
PdfColor

The YellowGreen color.

hashCode() Method

Returns a hash code for this color.

Declaration

public int hashCode()

Returns

Type Description
int

A hash code for this color.

objectClone() Method

Clones this color as an object.

Declaration

public Object objectClone()

Returns

Type Description
Object

A cloned color object.