Package | Description |
---|---|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
org.apache.fop.render.intermediate | |
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
org.apache.fop.render.pcl |
PCL Renderer (Supports PCL5 and HP GL/2)
|
org.apache.fop.render.pdf |
PDF Renderer
|
org.apache.fop.render.ps |
PostScript Renderer
|
org.apache.fop.traits |
Trait classes and other supporting data structures.
|
Modifier and Type | Method and Description |
---|---|
void |
AFPPainter.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsPainter.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line/rule.
|
void |
IFPainter.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line.
|
void |
AbstractIFPainter.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line.
|
void |
IFSerializer.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line.
|
Modifier and Type | Method and Description |
---|---|
void |
Java2DPainter.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line.
|
Modifier and Type | Method and Description |
---|---|
void |
PCLPainter.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFPainter.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line.
|
void |
PDFGraphicsPainter.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line/rule.
|
Modifier and Type | Method and Description |
---|---|
void |
PSPainter.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line.
|
void |
PSGraphicsPainter.drawLine(Point start,
Point end,
int width,
Color color,
RuleStyle style)
Draws a line/rule.
|
Modifier and Type | Field and Description |
---|---|
static RuleStyle |
RuleStyle.DASHED
rule-style: dashed
|
static RuleStyle |
RuleStyle.DOTTED
rule-style: dotted
|
static RuleStyle |
RuleStyle.DOUBLE
rule-style: double
|
static RuleStyle |
RuleStyle.GROOVE
rule-style: groove
|
static RuleStyle |
RuleStyle.NONE
rule-style: none
|
static RuleStyle |
RuleStyle.RIDGE
rule-style: ridge
|
static RuleStyle |
RuleStyle.SOLID
rule-style: solid
|
Modifier and Type | Method and Description |
---|---|
static RuleStyle |
RuleStyle.valueOf(int enumValue)
Returns the enumeration/singleton object based on its name.
|
static RuleStyle |
RuleStyle.valueOf(String name)
Returns the enumeration/singleton object based on its name.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.