aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/flow/ExternalGraphic.java
Commit message (Collapse)AuthorAgeFilesLines
* set FO on lm as part of interface, simpler and more flexibleKeiron Liddle2003-02-141-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195947 13f79535-47bb-0310-9956-ffa450edef68
* improved error message and id, background, bordersKeiron Liddle2002-11-061-53/+90
| | | | | | | fixed styling git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195436 13f79535-47bb-0310-9956-ffa450edef68
* handle errors betterKeiron Liddle2002-08-201-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195108 13f79535-47bb-0310-9956-ffa450edef68
* cleanuup, updated status for line heightKeiron Liddle2002-08-161-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195090 13f79535-47bb-0310-9956-ffa450edef68
* calculate line height and do vertical alignment betterKeiron Liddle2002-08-161-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195089 13f79535-47bb-0310-9956-ffa450edef68
* First batch of changes for preparation for adoption of Avalon patterns. Only ↵Jeremias Maerki2002-08-071-3/+3
| | | | | | changes on logging for now. Mostly usage of LogEnabled contract interface. Separate mail follows. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195068 13f79535-47bb-0310-9956-ffa450edef68
* alignment and scaling for instream-foreign-object using viewportKeiron Liddle2002-07-051-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194971 13f79535-47bb-0310-9956-ffa450edef68
* improved gstate usageKeiron Liddle2002-07-041-29/+142
| | | | | | | | now get get image if in pdf without using cache implemented some image parameters: size,clipping... git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194961 13f79535-47bb-0310-9956-ffa450edef68
* removed old area treeKeiron Liddle2002-06-201-7/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194902 13f79535-47bb-0310-9956-ffa450edef68
* sets up the id independantly of the layoutKeiron Liddle2002-05-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194838 13f79535-47bb-0310-9956-ffa450edef68
* initial implementation of line area layout processingKeiron Liddle2002-04-261-2/+3
| | | | | | | | | | | | all inline area and their managers are managed by the LineLayoutManager. This class fills a line with inline areas and then does the alignment on all the inline areas. elements which create inline areas add their managers to the list that is used by the line layout. These managers have a retrievable index of inline areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194747 13f79535-47bb-0310-9956-ffa450edef68
* renders images and ifo to pdf docKeiron Liddle2002-03-081-3/+5
| | | | | | | added xml reader for external graphics git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194696 13f79535-47bb-0310-9956-ffa450edef68
* remove SVGArea and ImageArea, no longer neededKeiron Liddle2002-02-261-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194674 13f79535-47bb-0310-9956-ffa450edef68
* some preliminary changes to image handlingKeiron Liddle2002-02-211-205/+65
| | | | | | | | Images are put into a cache, different cahces are possible if information is required it needs to be explicitly loaded git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194663 13f79535-47bb-0310-9956-ffa450edef68
* changed a few more vector and hastableKeiron Liddle2001-11-141-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194566 13f79535-47bb-0310-9956-ffa450edef68
* changed the parent to FONodeKeiron Liddle2001-11-091-2/+1
| | | | | | | | | | changed a few more vector and hashtable change master-name to master-reference for page-sequence, single-page-master-reference, repeatable-page-masterreference,conditional-page-master-reference added pdf text element bridge for simple text some other changes that will hopefully make things simpler to handle in the future git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194537 13f79535-47bb-0310-9956-ffa450edef68
* changed the way that elements and properties are handledKeiron Liddle2001-11-061-17/+2
| | | | | | | | | | | the element makers are associated with the element mapping attributes are passed to the element object the object can then use the attributes to make the properties added default value for element handling, makes it easier to ensure all elements of an external xml markup are loaded (eg. svg) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194536 13f79535-47bb-0310-9956-ffa450edef68
* gets the available space better, should prevent some infinite loopsKeiron Liddle2001-09-121-1/+2
| | | | | | | | | until the layout is done properly PR: bug id 3475 Submitted by: Paul Austin <p_d_austin@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194460 13f79535-47bb-0310-9956-ffa450edef68
* changed to logkit for logging only half doneKeiron Liddle2001-08-201-3/+2
| | | | | | | fixed getContentHandler in driver git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194430 13f79535-47bb-0310-9956-ffa450edef68
* gets all properties specified on each elementKeiron Liddle2001-08-061-0/+40
| | | | | | | | adds "Unknown" element for unknown elements or other namespaces need to get a consistent and easy way to use the property values git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194394 13f79535-47bb-0310-9956-ffa450edef68
* Formatted code according to code standards.Tore Engvig2001-07-301-244/+206
| | | | | | | Changed license to use short license. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194380 13f79535-47bb-0310-9956-ffa450edef68
* SGK/AHS: inling of imagesarved2001-06-101-9/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194285 13f79535-47bb-0310-9956-ffa450edef68
* Use PropertyManager for FontState and BorderAndPadding property setsKaren Lease2001-03-041-18/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194126 13f79535-47bb-0310-9956-ffa450edef68
* Patch for list-block to support body-start and label-endKelly Campbell2001-02-231-11/+0
| | | | | | | | | | PR: 682 Obtained from: Submitted by: Peter S. Housel <housel@acm.org> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194086 13f79535-47bb-0310-9956-ffa450edef68
* Added small-caps support in all fo.eschaeffer2001-01-251-17/+21
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193986 13f79535-47bb-0310-9956-ffa450edef68
* Bug correction in my previous patch.eschaeffer2000-11-211-219/+213
| | | | | | | | | | | Can only test that the image can fit in a page (test height), and that it can fit in the area (test width). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193830 13f79535-47bb-0310-9956-ffa450edef68
* error in previous commit (forget startIndent and endIndent). Image scaling ↵eschaeffer2000-11-201-1/+1
| | | | | | | | | | | | should know work in lists and tables. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193829 13f79535-47bb-0310-9956-ffa450edef68
* Check if the image can fit in the area, and scale it if needed.eschaeffer2000-11-201-0/+15
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193828 13f79535-47bb-0310-9956-ffa450edef68
* fix: images were rendered only half size (Mikko Honkala)fotis2000-11-151-139/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193808 13f79535-47bb-0310-9956-ffa450edef68
* externalgraphic replaces graphic tags in former xsl versionsfotis2000-07-241-0/+230
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193557 13f79535-47bb-0310-9956-ffa450edef68