HOME / Projects / FreeHEP / freehep / org / freehep / graphicsio / AbstractPathConstructor.java
Default Branch:   Documentation
Revision 1.8   2004/07/06 18:04:03  by duns text
Diffs  Rev  1.7   AIDAJNI-v3r2p2 (1.7)  CERNLIBAdapter-v3r0p4u1 (1.6) +9 -4
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
Added transform to AbstractPathConstructor
Revision 1.7   2004/05/04 17:20:55  by duns text
Diffs  Rev  1.6   CERNLIBAdapter-v3r0p4u1 (1.6)  hep-fitting-removed (1.5) +2 -2
Tags AIDAJNI-v3r2p2, jas3_v0_7_6
Fixed FREEHEP-447
Revision 1.6   2003/04/25 23:12:45  by duns text
Diffs  Rev  1.5   hep-fitting-removed (1.5)  wired1-3_8 (1.3) +3 -9
Tags CERNLIBAdapter-v3r0p4u1, CERNLIBAdapter-v3r0p4, AIDAJNI-v3r2p1u2, JAIDA-v3r2p1u1, AIDAJNI-v3r2p1u1, JAIDA-v3r2p1, AIDAJNI-v3r2p1, v1r2p2, PSViewer-v1r0p0, VectorGraphics-v1r2p2, AIDAJNI-v3r2p0, VS-28-Oct-2003, AIDAJNI-v3r0p4, JAIDA-v3r2p0, v1r2p1, v1r2
redid all option panels in VectorGraphics; updated all tests; added TableLayout and UserProperties
Revision 1.5   2002/09/04 21:59:38  by duns text
Diffs  Rev  1.4   wired1-3_8 (1.3)  emf-pre-twips (1.2) +2 -1
Tags hep-fitting-removed, hep-fitting-fixed, v1r1
implemented clipping for most formats and fixed bugs for user clip and device clip; EMF now has larger precision using TWIPS as a factor; Added clip test;
Revision 1.4   2002/08/28 22:44:05  by duns text
Diffs  Rev  1.3   wired1-3_8 (1.3)  emf-pre-twips (1.2) +1 -10
implemented cubics in terms of quads and updated the SWF driver for this; frame size now properly set (no 15 bits limit) on SWF files; updated doc
Revision 1.3   2002/08/01 20:52:44  by duns text
Diffs  Rev  1.2   emf-pre-twips (1.2)  graphics2d-post-reorg (1.1) +3 -1
Tags wired1-3_8
EMF now uses twips
Revision 1.2   2002/08/01 17:23:13  by duns text
Diffs  Rev  1.1   graphics2d-post-reorg (1.1) +5 -7
Tags emf-pre-twips
added thinnest line to tests; fixed svgdriver for thinnest line; emf path constructor now handles polylineto using flush; flush added to path constructor and implemented in AbstractPathConstructor
Revision 1.1   2002/07/30 19:11:15  by duns text
Tags graphics2d-post-reorg
reorganized graphics2d and graphicsio in separate jars so that one can load different modules when needed.