HOME / Projects / FreeHEP / freehep / org / freehep / graphics2d / AbstractVectorGraphics.java
Default Branch:   Documentation
Revision 1.19   2004/07/13 22:39:46  by duns text
Diffs  Rev  1.18   AIDAJNI-v3r2p2 (1.18)  CERNLIBAdapter-v3r0p4u1 (1.17) +21 -1
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
Improvements to the iterator, and to the symbols
Revision 1.18   2004/03/24 00:49:24  by duns text
Diffs  Rev  1.17   CERNLIBAdapter-v3r0p4u1 (1.17)  v1r2p2 (1.16) +3 -3
Tags AIDAJNI-v3r2p2, jas3_v0_7_6
Fixed FREEHEP-435, FREEHEP-436, FREEHEP-437 and FREEHEP-438
Revision 1.17   2004/01/19 21:23:49  by duns text
Diffs  Rev  1.16   v1r2p2 (1.16)  v1r2 (1.15) +7 -3
Tags CERNLIBAdapter-v3r0p4u1, CERNLIBAdapter-v3r0p4, AIDAJNI-v3r2p1u2, JAIDA-v3r2p1u1, AIDAJNI-v3r2p1u1, JAIDA-v3r2p1, AIDAJNI-v3r2p1
Fixed all but 1 apidoc warning
Revision 1.16   2003/05/27 22:35:35  by duns text
Diffs  Rev  1.15   v1r2 (1.15)  hep-fitting-removed (1.8) +14 -8
Tags v1r2p2, PSViewer-v1r0p0, VectorGraphics-v1r2p2, AIDAJNI-v3r2p0, VS-28-Oct-2003, AIDAJNI-v3r0p4, JAIDA-v3r2p0, v1r2p1
Fixed FREEHEP-110, FREEHEP-23, FREEHEP-201, FREEHEP-188, FREEHEP-21, FREEHEP-224
Revision 1.15   2003/05/14 04:10:13  by duns text
Diffs  Rev  1.14   hep-fitting-removed (1.8)  v1r1 (1.7) +6 -2
Tags v1r2
Fixed FREEHEP-260
Revision 1.14   2003/05/12 01:36:12  by duns text
Diffs  Rev  1.13   hep-fitting-removed (1.8)  v1r1 (1.7) +25 -2
Fixed FREEHEP-256
Revision 1.13   2003/05/08 22:46:12  by duns text
Diffs  Rev  1.12   hep-fitting-removed (1.8)  v1r1 (1.7) +3 -1
Fixed FREEHEP-254
Revision 1.12   2003/05/07 21:23:09  by duns text
Diffs  Rev  1.11   hep-fitting-removed (1.8)  v1r1 (1.7) +1 -49
further reorganized images in graphics; Fixed FREEHEP-253
Revision 1.11   2003/05/04 15:45:22  by duns text
Diffs  Rev  1.10   hep-fitting-removed (1.8)  v1r1 (1.7) +3 -3
Fixed FREEHP-247 and FREEHEP-248; UserProperties implements propertyNames() correctly and add setProperties();
Revision 1.10   2003/04/30 00:24:00  by duns text
Diffs  Rev  1.9   hep-fitting-removed (1.8)  v1r1 (1.7) +6 -1
ExportFileType and ExportDialog moved to org.freehep.util.export; ExportFileTypeRegistry can now be used to register and retrieve ExportFileTypes
Revision 1.9   2003/04/25 23:12:44  by duns text
Diffs  Rev  1.8   hep-fitting-removed (1.8)  v1r1 (1.7) +39 -1
redid all option panels in VectorGraphics; updated all tests; added TableLayout and UserProperties
Revision 1.8   2003/03/31 20:00:57  by duns text
Diffs  Rev  1.7   v1r1 (1.7) +12 -6
Tags hep-fitting-removed, hep-fitting-fixed
trial version for image blitting
Revision 1.7   2003/03/07 20:16:55  by duns text
Diffs  Rev  1.6 +31 -11
Tags v1r1
removed filled symbols and added fillSymbol method to VectorGraphics; Updated all tests and references
Revision 1.6   2002/09/25 17:06:06  by duns text
Diffs  Rev  1.5 +2 -1
fixed setColor for interference with setPaint; updated ref files for changes in jdk 1.4.1 font related, widths have changed as well as casing of the font names
Revision 1.5   2002/09/04 21:59:38  by duns text
Diffs  Rev  1.4 +2 -2
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/21 16:52:04  by duns text
Diffs  Rev  1.3 +6 -2
cleaned up export file types
Revision 1.3   2002/08/16 18:50:32  by duns text
Diffs  Rev  1.2 +19 -16
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.2   2002/08/14 18:53:47  by duns text
Diffs  Rev  1.1 +1 -104
Fixed stuff for aid: empty class now generated if class really empty; class comment in cpp moves in front of class; empty lines after comments now included in parsing, no more empty lines needed in several places; comments followed by comments now do not come out garbled; the destructor comment in cpp now has three slashes rather than a normal comment; added first line to help e-macs recognize that it is c++, which moved the warning (and recognition of aid files) to the second line, check now done on first 5 lines
Revision 1.1   2002/08/12 17:17:15  by duns text
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