HOME / Projects / FreeHEP / freehep / org / freehep / graphicsio / pdf / PDFExportFileType.java
Default Branch:   Documentation
Revision 1.16   2004/01/15 19:16:56  by duns text
Diffs  Rev  1.15   v1r2p2 (1.15)  v1r2 (1.9) +2 -2
Tags AIDAJNI-v3r2p5, CERNLIBAdapter-v3r0p6, JAIDA-v3p2r4, JAIDA-v3r2p4, AIDA-33-BRANCH-pre-merge-1, AIDA-33-merged-1-BRANCH, AIDA-33-pre-BRANCH, AIDAJNI-v3r2p3, HEPREP-v2r0p2, HepRep-v2r0p1, PSViewer-v1r1p0, CERNLIBAdapter-v3r0p5, JAIDA-v3r2p3, AIDAJNI-v3r2p2, jas3_v0_7_6, CERNLIBAdapter-v3r0p4u1, CERNLIBAdapter-v3r0p4, AIDAJNI-v3r2p1u2, JAIDA-v3r2p1u1, AIDAJNI-v3r2p1u1, JAIDA-v3r2p1, AIDAJNI-v3r2p1
FREEHEP-406 and FREEHEP-411
Revision 1.15   2003/06/05 17:58:07  by duns text
Diffs  Rev  1.14   v1r2 (1.9)  hep-fitting-removed (1.4) +5 -5
Tags v1r2p2, PSViewer-v1r0p0, VectorGraphics-v1r2p2, AIDAJNI-v3r2p0, VS-28-Oct-2003, AIDAJNI-v3r0p4, JAIDA-v3r2p0, v1r2p1
Fixed partly JAS-85; change mimeTypes to getMIMETypes
Revision 1.14   2003/06/05 17:23:42  by tonyj text
Diffs  Rev  1.13   v1r2 (1.9)  hep-fitting-removed (1.4) +5 -1
Add mimeTypes method to ExportFileType
Revision 1.13   2003/06/03 16:51:42  by duns text
Diffs  Rev  1.12   v1r2 (1.9)  hep-fitting-removed (1.4) +2 -2
Fixing a few compilation problems
Revision 1.12   2003/06/03 00:28:46  by tonyj text
Diffs  Rev  1.11   v1r2 (1.9)  hep-fitting-removed (1.4) +3 -3
Temporary hack to make things compile
Revision 1.11   2003/06/02 18:16:22  by duns text
Diffs  Rev  1.10   v1r2 (1.9)  hep-fitting-removed (1.4) +5 -3
Fixed rest of FREEHEP-272
Revision 1.10   2003/06/02 17:24:36  by duns text
Diffs  Rev  1.9   v1r2 (1.9)  hep-fitting-removed (1.4) +6 -2
Fixed last part of FREEHEP-104
Revision 1.9   2003/05/14 04:10:20  by duns text
Diffs  Rev  1.8   hep-fitting-removed (1.4)  wired1-3_8 (1.1) +4 -2
Tags v1r2
Fixed FREEHEP-260
Revision 1.8   2003/05/04 15:45:23  by duns text
Diffs  Rev  1.7   hep-fitting-removed (1.4)  wired1-3_8 (1.1) +6 -5
Fixed FREEHP-247 and FREEHEP-248; UserProperties implements propertyNames() correctly and add setProperties();
Revision 1.7   2003/04/30 19:02:04  by duns text
Diffs  Rev  1.6   hep-fitting-removed (1.4)  wired1-3_8 (1.1) +2 -3
Simplified ExportFileType; Removed xerces.jar and meta-inf directory
Revision 1.6   2003/04/30 00:24:06  by duns text
Diffs  Rev  1.5   hep-fitting-removed (1.4)  wired1-3_8 (1.1) +5 -8
ExportFileType and ExportDialog moved to org.freehep.util.export; ExportFileTypeRegistry can now be used to register and retrieve ExportFileTypes
Revision 1.5   2003/04/25 23:12:48  by duns text
Diffs  Rev  1.4   hep-fitting-removed (1.4)  wired1-3_8 (1.1) +80 -311
redid all option panels in VectorGraphics; updated all tests; added TableLayout and UserProperties
Revision 1.4   2002/08/21 16:52:05  by duns text
Diffs  Rev  1.3   wired1-3_8 (1.1) +7 -22
Tags hep-fitting-removed, hep-fitting-fixed, v1r1
cleaned up export file types
Revision 1.3   2002/08/12 17:17:16  by duns text
Diffs  Rev  1.2   wired1-3_8 (1.1) +5 -5
renames VectorGraphics2D in AbstractVectorGraphics; VectorGraphics2DAdapter in AbstractVectorGraphicsIO, introduced VectorGraphicsIO; made protected variables private and updated substuff accordingly; VectorGraphics now describes ALL methods of Graphics2D and Graphics, and subclasses implement all of them; renamed donePrinting to endExport and added startExport; ImageGraphics2D renamed into ImageGraphicsIO; added write method and implemented startExport and endExport in ImageGraphicsIO
Revision 1.2   2002/08/02 00:45:42  by tonyj text
Diffs  Rev  1.1   wired1-3_8 (1.1) +2 -2
Move ExtensionFileFilter in freehep-base
Revision 1.1   2002/07/30 19:11:25  by duns text
Tags wired1-3_8, emf-pre-twips, graphics2d-post-reorg
reorganized graphics2d and graphicsio in separate jars so that one can load different modules when needed.