| Package | Description |
|---|---|
| org.apache.fop.afp |
Contains an AFP library.
|
| org.apache.fop.afp.modca |
Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.
|
| org.apache.fop.afp.ptoca |
Contains a collection of classes for working with Presentation Text Objects (PTOCA).
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DataStream.createLine(AFPLineDataInfo lineDataInfo) |
Method to create a line on the current page.
|
| Constructor | Description |
|---|---|
AFPLineDataInfo(AFPLineDataInfo template) |
Copy constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractPageObject.createLine(AFPLineDataInfo lineDataInfo) |
Helper method to create a line on the current page, this method delegates
to the presentation text object in order to construct the line.
|
void |
PresentationTextObject.createLineData(AFPLineDataInfo lineDataInfo) |
Drawing of lines using the starting and ending coordinates, thickness and
orientation arguments.
|
| Constructor | Description |
|---|---|
LineDataInfoProducer(AFPLineDataInfo lineDataInfo) |
Main constructor.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.