fop 1.0

Uses of Class
org.apache.fop.afp.AFPLineDataInfo

Packages that use AFPLineDataInfo
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
 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
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
 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.
 

Uses of AFPLineDataInfo in org.apache.fop.afp.ptoca
 

Constructors in org.apache.fop.afp.ptoca with parameters of type AFPLineDataInfo
LineDataInfoProducer(AFPLineDataInfo lineDataInfo)
          Main constructor.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.