| Modifier and Type | Method and Description |
|---|---|
static Color |
Color.colorFromAWTColor(java.awt.Color c)
Create a Color from a standard java.awt.Color object.
|
Color |
ShadingPattern.getBackgroundColor()
The background color of the shading pattern.
|
Color |
Redaction.getBorderColor()
Get the color used as the "normal" border.
|
Color |
Annotation.getColor()
The color of the annotation.
|
Color |
Bookmark.getColor()
Get the color of the bookmark.
|
Color |
FreeTextAnnotation.getColor()
Deprecated.
|
Color |
Style.getColor()
The style's color.
|
Color |
WatermarkTextParams.getColor()
Deprecated.
|
Color |
GraphicState.getFillColor()
The fill color of the GraphicState.
|
Color |
Redaction.getFillColor()
Get the color used to fill the "normal" appearance area.
|
Color |
Annotation.getInteriorColor()
The interior color with which to fill the annotation's line endings.
|
Color |
Redaction.getInternalColor()
Get the color used as the replacement background.
|
Color |
GraphicState.getStrokeColor()
The stroke color of the GraphicState.
|
Color |
FreeTextAnnotation.getTextColor()
The text color which used for drawing text
|
Color |
Redaction.getTextColor()
Get the color used for the overlay text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShadingPattern.setBackgroundColor(Color color)
The background color of the shading pattern.
|
void |
Redaction.setBorderColor(Color col)
Set the color used as the "normal" border.
|
void |
Annotation.setColor(Color arg0)
The color of the annotation.
|
void |
Bookmark.setColor(Color bookmarkcolor)
Set the color of the bookmark.
|
void |
FreeTextAnnotation.setColor(Color arg0)
Deprecated.
|
void |
WatermarkTextParams.setColor(Color color)
The color to be used when generating a text-based watermark.
|
void |
GraphicState.setFillColor(Color fillcolor)
The fill color of the GraphicState.
|
void |
Redaction.setFillColor(Color col,
double opacity)
Set the color used to fill the "normal" appearance.
|
void |
Annotation.setInteriorColor(Color color)
The interior color with which to fill the annotation's line endings.
|
void |
Redaction.setInternalColor(Color col)
Set the color used as the replacement background.
|
void |
GraphicState.setStrokeColor(Color strokecolor)
The stroke color of the GraphicState.
|
void |
FreeTextAnnotation.setTextColor(Color textColor)
|
void |
Redaction.setTextColor(Color col)
Set the color used for the overlay text.
|
| Constructor and Description |
|---|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
java.lang.String fontName)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
java.lang.String fontName,
double textSize)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
java.lang.String fontName,
double textSize,
boolean repeat)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
java.lang.String fontName,
double textSize,
boolean repeat,
boolean scaleToFit)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
double textSize)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
double textSize,
boolean repeat)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
double textSize,
boolean repeat,
boolean scaleToFit)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|