HOME / Projects / FreeHEP / freehep / org / freehep / graphics2d / PixelGraphics2D.java
Default Branch:   Documentation
Revision 1.35   2005/01/03 21:22:22  by duns text
Diffs  Rev  1.34   AIDAJNI-v3r2p5 (1.34)  AIDAJNI-v3r2p2 (1.33) +5 -6
Tags CERNLIBAdapter-v3r0p6, JAIDA-v3p2r4, JAIDA-v3r2p4
Fixed FREEHEP-528 and FREEHEP-529
Revision 1.34   2004/07/13 22:39:46  by duns text
Diffs  Rev  1.33   AIDAJNI-v3r2p2 (1.33)  CERNLIBAdapter-v3r0p4u1 (1.31) +11 -10
Tags AIDAJNI-v3r2p5, 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
Improvements to the iterator, and to the symbols
Revision 1.33   2004/06/07 04:02:04  by duns text
Diffs  Rev  1.32   CERNLIBAdapter-v3r0p4u1 (1.31)  v1r2p1 (1.30) +3 -3
Tags AIDAJNI-v3r2p2, jas3_v0_7_6
Fixed symbolsize when blitting
Revision 1.32   2004/03/24 00:49:24  by duns text
Diffs  Rev  1.31   CERNLIBAdapter-v3r0p4u1 (1.31)  v1r2p1 (1.30) +7 -1
Fixed FREEHEP-435, FREEHEP-436, FREEHEP-437 and FREEHEP-438
Revision 1.31   2003/07/29 19:34:42  by duns text
Diffs  Rev  1.30   v1r2p1 (1.30)  v1r2 (1.29) +3 -1
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
Fixed FREEHEP-323
Revision 1.30   2003/05/27 22:35:35  by duns text
Diffs  Rev  1.29   v1r2 (1.29)  hep-fitting-removed (1.27) +7 -1
Tags v1r2p1
Fixed FREEHEP-110, FREEHEP-23, FREEHEP-201, FREEHEP-188, FREEHEP-21, FREEHEP-224
Revision 1.29   2003/05/13 17:11:08  by duns text
Diffs  Rev  1.28   hep-fitting-removed (1.27)  v1r1 (1.24) +26 -3
Tags v1r2
Fixed FREEHEP-218
Revision 1.28   2003/05/12 01:36:12  by duns text
Diffs  Rev  1.27   hep-fitting-removed (1.27)  v1r1 (1.24) +12 -6
Fixed FREEHEP-256
Revision 1.27   2003/04/01 17:23:55  by duns text
Diffs  Rev  1.26   v1r1 (1.24)  wired1-3_8 (1.18) +17 -17
Tags hep-fitting-removed, hep-fitting-fixed
small fixes on PixelGraphics rounding of symbols, antialias and linewidth
Revision 1.26   2003/04/01 00:13:33  by duns text
Diffs  Rev  1.25   v1r1 (1.24)  wired1-3_8 (1.18) +40 -35
symbol performance improvement using blitting
Revision 1.25   2003/03/31 20:00:57  by duns text
Diffs  Rev  1.24   v1r1 (1.24)  wired1-3_8 (1.18) +97 -3
trial version for image blitting
Revision 1.24   2003/02/13 16:56:44  by duns text
Diffs  Rev  1.23   wired1-3_8 (1.18)  graphics2d-pre-reorg (1.17) +2 -2
Tags v1r1
Check on null string before interning in HepRepAttDef and HepRepAttValue; Descriptive string in PixelGraphics2D
Revision 1.23   2002/08/24 00:04:12  by duns text
Diffs  Rev  1.22   wired1-3_8 (1.18)  graphics2d-pre-reorg (1.17) +54 -51
precision added for TagHandler, removal of FontMetrics from most places
Revision 1.22   2002/08/21 16:52:04  by duns text
Diffs  Rev  1.21   wired1-3_8 (1.18)  graphics2d-pre-reorg (1.17) +6 -2
cleaned up export file types
Revision 1.21   2002/08/16 18:50:32  by duns text
Diffs  Rev  1.20   wired1-3_8 (1.18)  graphics2d-pre-reorg (1.17) +26 -1
AID 0.5: proper handling of imports of own package; addition of subnamespace to aid test; proper handling of namespaces; generation of correct directories for subnamespaces; proper handling of sys includes
Revision 1.20   2002/08/12 17:17:15  by duns text
Diffs  Rev  1.19   wired1-3_8 (1.18)  graphics2d-pre-reorg (1.17) +28 -135
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.19   2002/08/09 15:44:41  by duns text
Diffs  Rev  1.18   wired1-3_8 (1.18)  graphics2d-pre-reorg (1.17) +61 -156
drawing of polylines and polygons with doubles use shapes now rather than converting into ints; other methods also use shapes; added doc to exportdialog
Revision 1.18   2002/07/30 19:10:42  by duns text
Diffs  Rev  1.17   graphics2d-pre-reorg (1.17)  july_26_2002_mt (1.16) +6 -10
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.
Revision 1.17   2002/07/29 20:34:09  by duns text
Diffs  Rev  1.16   july_26_2002_mt (1.16)  vfht-6 (1.15) +3 -8
Tags graphics2d-pre-reorg
version numbers, creators and producers added to all output files; updated reference files where needed; fixed multi problem in ps and pdf
Revision 1.16   2002/07/26 06:44:20  by duns text
Diffs  Rev  1.15   vfht-6 (1.15)  frisbee-test-6 (1.14) +54 -47
Tags july_26_2002_mt
- fixed Images in PDF, PS, EMF and SVG- No Options says no options in option panel rather than something with PNG - fixed size of panel when running as test in batch. - fixed offsets in some panels for background, as well as for borders (problem with default transform) - fixed bounding box of EMF file in emf header - PS prolog now properly use arcwidth and archeight in RREC and FRREC, previously used as radius. - Added PrintColor class and used it in all Graphics2D classes. TestPrintColors added plus ref files. - Added Headless frame to do testing without graphics thread. - Fixed the display of buttons, labels and other components. - All graphics2d now have a size rather than a bounds, since the X, Y should be 0,0 for children to be painted correctly