protected class AIDAPlotAdapter.JAS3DataSourceConverter extends Object implements org.freehep.jas.plugin.plotter.JAS3DataSource, org.freehep.xml.io.XMLIO
Modifier and Type | Method and Description |
---|---|
String[] |
axisLabels() |
jas.hist.DataSource |
dataSource() |
void |
destroy() |
protected void |
loadDataSource(Object obj) |
void |
modifyPopupMenu(JPopupMenu jPopupMenu,
Component component) |
protected Object |
object() |
org.freehep.jas.plugin.tree.FTreePath |
path()
Get the paths to the data, if available.
|
void |
restore(org.freehep.xml.io.XMLIOManager xmlioManager,
org.jdom.Element nodeEl) |
void |
save(org.freehep.xml.io.XMLIOManager xmlioManager,
org.jdom.Element nodeEl) |
void |
setAxisType(int type)
This method was added to fulfill BaBar's needs to have
DataPointSets with Dates on the axis.
|
protected void |
setObject(Object obj) |
protected void loadDataSource(Object obj)
protected Object object()
protected void setObject(Object obj)
public jas.hist.DataSource dataSource()
dataSource
in interface org.freehep.jas.plugin.plotter.JAS3DataSource
public void destroy()
destroy
in interface org.freehep.jas.plugin.plotter.JAS3DataSource
public void modifyPopupMenu(JPopupMenu jPopupMenu, Component component)
modifyPopupMenu
in interface org.freehep.jas.plugin.plotter.JAS3DataSource
public void restore(org.freehep.xml.io.XMLIOManager xmlioManager, org.jdom.Element nodeEl)
restore
in interface org.freehep.xml.io.XMLIO
public void save(org.freehep.xml.io.XMLIOManager xmlioManager, org.jdom.Element nodeEl)
save
in interface org.freehep.xml.io.XMLIO
public org.freehep.jas.plugin.tree.FTreePath path()
path
in interface org.freehep.jas.plugin.plotter.JAS3DataSource
public String[] axisLabels()
axisLabels
in interface org.freehep.jas.plugin.plotter.JAS3DataSource
public void setAxisType(int type)
setAxisType
in interface org.freehep.jas.plugin.plotter.JAS3DataSource
Copyright © 2019. All rights reserved.