JAS3-JAS2 difference in HTML/XML
HTML only
There are several differences between JAS2 and JAS3 for a simple plot layout
using HTML only.
Java classes that represent the data type as well as several plot style
parameters have changed.
| JAS2 |
JAS3 |
| hep.babar.JasExtensions.Plot1D |
hep.aida.IHistogram1D |
| hep.babar.JasExtensions.Plot2D |
hep.aida.IHistogram2D |
| hep.babar.JasExtensions.ScalerPlot |
hep.aida.IDataPointSet |
| histogramFill |
histogramBarsFilled |
| foregroundColor |
plotForegroundColor |
| backgroundColor |
plotBackgroundColor |
| ------------- |
dataAredColor |
For a full list of available parameters and attributes look
here.
XML
The DTD document did not change between JAS2 and JAS3 (see
plotML.dtd or download it),
so all XML tags and attributes are the same. The only differences are in names
of Java classes that handle the retrieval of data and plotting.
| JAS2 |
JAS3 |
| jas.bean.TreeDataSourceProvider |
org.freehep.jas.extension.aida.AIDATreeDataSourceProvider |
| hep.babar.JasExtensions.BabarXMLPlot |
hep.babar.JasExtensions.Jas3XMLPlot |
Maintained by Victor Serbo,
serbo@slac.stanford.edu
Last Modified May 26, 2006
|