Uses of Class
org.apache.fop.afp.AFPLineDataInfo
-
Packages that use AFPLineDataInfo 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). -
-
Uses of AFPLineDataInfo in org.apache.fop.afp
Methods in org.apache.fop.afp with parameters of type AFPLineDataInfo Modifier and Type Method Description void
DataStream. createLine(AFPLineDataInfo lineDataInfo)
Method to create a line on the current page.Constructors in org.apache.fop.afp with parameters of type AFPLineDataInfo Constructor Description AFPLineDataInfo(AFPLineDataInfo template)
Copy constructor. -
Uses of AFPLineDataInfo in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca with parameters of type AFPLineDataInfo 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.boolean
PresentationTextObject. 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
Fields in org.apache.fop.afp.ptoca declared as AFPLineDataInfo Modifier and Type Field Description private AFPLineDataInfo
LineDataInfoProducer. lineDataInfo
Constructors in org.apache.fop.afp.ptoca with parameters of type AFPLineDataInfo Constructor Description LineDataInfoProducer(AFPLineDataInfo lineDataInfo)
Main constructor.
-