Uses of Class
org.apache.fop.afp.AFPLineDataInfo
Packages that use AFPLineDataInfo
Package
Description
Contains an AFP library.
Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.
Contains a collection of classes for working with Presentation Text Objects (PTOCA).
-
Uses of AFPLineDataInfo in org.apache.fop.afp
Methods in org.apache.fop.afp with parameters of type AFPLineDataInfoModifier and TypeMethodDescriptionvoidDataStream.createLine(AFPLineDataInfo lineDataInfo) Method to create a line on the current page.Constructors in org.apache.fop.afp with parameters of type AFPLineDataInfo -
Uses of AFPLineDataInfo in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca with parameters of type AFPLineDataInfoModifier and TypeMethodDescriptionvoidAbstractPageObject.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.booleanPresentationTextObject.createLineData(AFPLineDataInfo lineDataInfo) Drawing of lines using the starting and ending coordinates, thickness and orientation arguments. -
Uses of AFPLineDataInfo in org.apache.fop.afp.ptoca
Constructors in org.apache.fop.afp.ptoca with parameters of type AFPLineDataInfoModifierConstructorDescriptionLineDataInfoProducer(AFPLineDataInfo lineDataInfo) Main constructor.