| Modifier and Type | Class and Description |
|---|---|
class |
CalGray |
class |
CalRgb |
class |
DeviceCmyk |
class |
DeviceGray |
class |
DeviceN |
class |
DeviceRgb |
class |
IccBased |
class |
Indexed |
class |
Lab |
class |
PatternColor |
class |
Separation |
| Modifier and Type | Field and Description |
|---|---|
static Color |
Color.BLACK |
static Color |
Color.BLUE |
static Color |
Color.CYAN |
static Color |
Color.DARK_GRAY |
static Color |
Color.GRAY |
static Color |
Color.GREEN |
static Color |
Color.LIGHT_GRAY |
static Color |
Color.MAGENTA |
static Color |
Color.ORANGE |
static Color |
Color.PINK |
static Color |
Color.RED |
static Color |
Color.WHITE |
static Color |
Color.YELLOW |
| Modifier and Type | Method and Description |
|---|---|
static Color |
Color.makeColor(PdfColorSpace colorSpace) |
static Color |
Color.makeColor(PdfColorSpace colorSpace,
float[] colorValue) |
| Constructor and Description |
|---|
PatternColor(PdfPattern.Tiling uncoloredPattern,
Color color) |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfOutline.setColor(Color color) |
| Modifier and Type | Method and Description |
|---|---|
Color |
PdfMarkupAnnotation.getInteriorColor() |
| Modifier and Type | Method and Description |
|---|---|
PdfAnnotation |
PdfAnnotation.setColor(Color color) |
| Modifier and Type | Method and Description |
|---|---|
Color |
CanvasGraphicsState.getFillColor() |
Color |
CanvasGraphicsState.getStrokeColor() |
| Modifier and Type | Method and Description |
|---|---|
PdfCanvas |
PdfCanvas.setColor(Color color,
boolean fill)
Changes the current color for paths.
|
PdfCanvas |
PdfCanvas.setFillColor(Color color)
Changes the current color for filling paths.
|
void |
CanvasGraphicsState.setFillColor(Color fillColor) |
PdfCanvas |
PdfCanvas.setStrokeColor(Color color)
Changes the current color for stroking paths.
|
void |
CanvasGraphicsState.setStrokeColor(Color strokeColor) |
| Modifier and Type | Method and Description |
|---|---|
Color |
SolidLine.getColor() |
Color |
ILineDrawer.getColor()
Gets the color of the line
|
Color |
DottedLine.getColor() |
Color |
DashedLine.getColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolidLine.setColor(Color color) |
void |
ILineDrawer.setColor(Color color)
Sets line color
|
void |
DottedLine.setColor(Color color) |
void |
DashedLine.setColor(Color color) |
| Modifier and Type | Method and Description |
|---|---|
Color |
TextRenderInfo.getFillColor() |
Color |
PathRenderInfo.getFillColor() |
Color |
TextRenderInfo.getStrokeColor() |
Color |
PathRenderInfo.getStrokeColor() |
| Modifier and Type | Field and Description |
|---|---|
Color |
MetaState.currentBackgroundColor
The current background color.
|
Color |
MetaState.currentTextColor
Current text color.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
MetaPen.getColor()
Get the color of the MetaPen.
|
Color |
MetaBrush.getColor()
Get the color of the MetaBrush.
|
Color |
MetaState.getCurrentBackgroundColor()
Getter for property currentBackgroundColor.
|
Color |
MetaState.getCurrentTextColor()
Getter for property currentTextColor.
|
Color |
InputMeta.readColor()
Read the next
Color from the InputStream. |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaState.setCurrentBackgroundColor(Color currentBackgroundColor)
Setter for property currentBackgroundColor.
|
void |
MetaState.setCurrentTextColor(Color currentTextColor)
Setter for property currentTextColor.
|
Copyright © 1998–2016 iText Group NV. All rights reserved.