Uses of Class
com.lowagie.text.pdf.ExtendedColor
-
Packages that use ExtendedColor Package Description com.lowagie.text.pdf -
-
Uses of ExtendedColor in com.lowagie.text.pdf
Subclasses of ExtendedColor in com.lowagie.text.pdf Modifier and Type Class Description class
CMYKColor
class
GrayColor
class
PatternColor
Represents a pattern.class
RGBColor
class
ShadingColor
Implements a shading pattern as aColor
.class
SpotColor
Fields in com.lowagie.text.pdf declared as ExtendedColor Modifier and Type Field Description protected ExtendedColor
PdfContentByte.GraphicState. colorFill
protected ExtendedColor
PdfContentByte.GraphicState. colorStroke
Methods in com.lowagie.text.pdf with parameters of type ExtendedColor Modifier and Type Method Description private void
PdfContentByte. saveColorFill(ExtendedColor extendedColor)
private void
PdfContentByte. saveColorStroke(ExtendedColor extendedColor)
-