Package | Description |
---|---|
com.pd4ml.html.doc | |
com.pd4ml.html.doc.elements | |
com.pd4ml.html.doc.render.to |
Modifier and Type | Field and Description |
---|---|
static Map<String,Color> |
Color.COLOR_MAP |
static Map<Integer,Color> |
Color.colorCache |
Modifier and Type | Method and Description |
---|---|
static Color |
Color.getColor(int color) |
static Color |
Color.getColor(String color) |
Color |
Style.getColorAttributeValue(String key,
Color defaultColor) |
Color |
Style.getColorAttributeValue(String key,
Color defaultColor,
boolean askParent) |
Color |
Style.getOwnColorAttributeValue(String key,
Color defaultColor) |
Modifier and Type | Method and Description |
---|---|
Color |
Style.getColorAttributeValue(String key,
Color defaultColor) |
Color |
Style.getColorAttributeValue(String key,
Color defaultColor,
boolean askParent) |
Color |
Style.getOwnColorAttributeValue(String key,
Color defaultColor) |
Constructor and Description |
---|
Color(Color color) |
Modifier and Type | Method and Description |
---|---|
Color |
ContentElement.getBackgroundColor() |
Color |
ContentElement.getColor() |
Modifier and Type | Field and Description |
---|---|
Color |
Gradient.color1 |
Color |
Gradient.color2 |
Modifier and Type | Method and Description |
---|---|
Color |
TargetRenderContext.getBackground() |
Color |
RtfRenderContext.getBackground() |
abstract Color |
TargetRenderContext.getColor() |
Color |
ImageRenderContext.getColor() |
Color |
PdfRenderContext.getColor() |
Color |
RtfRenderContext.getColor() |
Modifier and Type | Method and Description |
---|---|
void |
TargetRenderContext.setBackground(Color c) |
void |
RtfRenderContext.setBackground(Color c) |
void |
TargetRenderContext.setCellBackground(Color c) |
void |
RtfRenderContext.setCellBackground(Color c) |
abstract void |
TargetRenderContext.setColor(Color color) |
void |
ImageRenderContext.setColor(Color color) |
void |
PdfRenderContext.setColor(Color color) |
void |
RtfRenderContext.setColor(Color color) |
abstract void |
TargetRenderContext.setPaint(Color color) |
void |
ImageRenderContext.setPaint(Color color) |
void |
PdfRenderContext.setPaint(Color color) |
void |
RtfRenderContext.setPaint(Color color) |
void |
TargetRenderContext.startParagraph(boolean nomargin,
int leftMargin,
int topMargin,
int rightMargin,
int bottomMargin,
float lineHeight,
Color bgColor,
String title,
float width,
float height,
String lang,
String extras) |
void |
PdfRenderContext.startParagraph(boolean nomargin,
int leftMargin,
int topMargin,
int rightMargin,
int bottomMargin,
float lineHeight,
Color bgColor,
String title,
float width,
float height,
String lang,
String extras) |
void |
RtfRenderContext.startParagraph(boolean nomargin,
int leftMargin,
int topMargin,
int rightMargin,
int bottomMargin,
float lineHeight,
Color bgColor,
String title,
float width,
float height,
String lang,
String extras) |
void |
TargetRenderContext.startRow(com.pd4ml.rtf.TableCellDescription[] cells,
Color background,
boolean keepTableTogether,
boolean keepRowTogether,
boolean headerRow,
String title,
float width,
float height,
String lang,
String extras) |
void |
PdfRenderContext.startRow(com.pd4ml.rtf.TableCellDescription[] cells,
Color background,
boolean keepTableTogether,
boolean keepRowTogether,
boolean headerRow,
String title,
float width,
float height,
String lang,
String extras) |
void |
RtfRenderContext.startRow(com.pd4ml.rtf.TableCellDescription[] cells,
Color background,
boolean keepTableTogether,
boolean keepRowTogether,
boolean headerRow,
String title,
float width,
float height,
String lang,
String extras) |
void |
TargetRenderContext.startTable(Color background,
boolean firstChild,
float width,
float height,
int leftMargin,
int topMargin,
int rightMargin,
int bottomMargin,
String title,
String lang,
String extras) |
void |
PdfRenderContext.startTable(Color background,
boolean firstChild,
float width,
float height,
int leftMargin,
int topMargin,
int rightMargin,
int bottomMargin,
String title,
String lang,
String extras)
Required by PDF/UA
|
void |
RtfRenderContext.startTable(Color background,
boolean noLeadingBreak,
float width,
float height,
int leftMargin,
int topMargin,
int rightMargin,
int bottomMargin,
String title,
String lang,
String extras) |
Constructor and Description |
---|
Gradient(Point point1,
Point point2,
Color color1,
Color color2) |
Revision 4.0.15 / 20220727-0149